diff --git a/content/post/ffmpeg-scrapbook.md b/content/post/ffmpeg-scrapbook.md index eceb73c..36ad038 100644 --- a/content/post/ffmpeg-scrapbook.md +++ b/content/post/ffmpeg-scrapbook.md @@ -1,7 +1,7 @@ --- title: "An ffmpeg scrapbook" date: 2021-04-05T08:44:33+01:00 -draft: true +draft: false --- In order to produce videos, I have had to jump through a lot of hoops. One of those, is learning how to transcode video files with ffmpeg. This post is mostly a convenience for me. A place where I can dump copy-pasta command lines, so that I never forget them. diff --git a/content/post/hello-world.md b/content/post/hello-world.md index 982c84d..40d8d6b 100644 --- a/content/post/hello-world.md +++ b/content/post/hello-world.md @@ -1,7 +1,7 @@ --- title: "Hello, World!" date: 2021-03-29T20:14:33+01:00 -draft: true +draft: false --- # Hello World! diff --git a/content/post/its-alive.md b/content/post/its-alive.md index 25f83fa..513efef 100644 --- a/content/post/its-alive.md +++ b/content/post/its-alive.md @@ -1,7 +1,7 @@ --- title: "It's Alive!" date: 2021-03-30T20:14:33+01:00 -draft: true +draft: false --- # Welcome To My Blog diff --git a/content/post/nextcloud-caldav-error.md b/content/post/nextcloud-caldav-error.md index 95e73a5..caaafab 100644 --- a/content/post/nextcloud-caldav-error.md +++ b/content/post/nextcloud-caldav-error.md @@ -1,7 +1,7 @@ --- title: "Nextcloud Caldav Discovery Problem" date: 2021-04-04T11:27:28+01:00 -draft: true +draft: false --- Recently, I setup a self-hosted nextcloud instance, for my own personal use. One of the primary uses I had for this service, besides storing sharable content on the internet, was to have a central place where I stored and synced things like appointments, meetings, and tasks. That requires a working CALDAV and CARDDAV discovery service, and nextcloud has this feature, so I was eager to get it up and running. diff --git a/the-limits-of-tech.md b/content/post/the-limits-of-tech.md similarity index 100% rename from the-limits-of-tech.md rename to content/post/the-limits-of-tech.md diff --git a/content/post/your-whole-self.md b/content/post/your-whole-self.md index ce92184..6ef3dc1 100644 --- a/content/post/your-whole-self.md +++ b/content/post/your-whole-self.md @@ -1,7 +1,7 @@ --- title: "Bringing 'Your Whole Self' To Work" date: 2021-04-03T08:03:49+01:00 -draft: true +draft: false --- When I first entered the working world in the late nineteen-eighties, there were a few essential social ground rules that you had to learn, in order to be successful. The first was that my employer does not exist for my benefit. My role in the business is to provide some tangible value toward the end goal of the company: product and profit. To the extent that I benefited the firm, I would receive benefits in kind, after a bit of negotiation. The second, was that my employer's goals and my personal goals are likely to be very different. The task is to find an employer that overlaps enough that you can function effectively. The third, and perhaps most important, is that the mission of the firm and the everyday strategy and tactics of getting my job done, are the only political subjects you ought to be spending any amount of time on, in conversation. It is this third point I am addressing today. diff --git a/publish.sh b/publish.sh index 6b2e23e..ce44ca7 100755 --- a/publish.sh +++ b/publish.sh @@ -1,11 +1,10 @@ #!/usr/bin/env sh - # commit and push... git add .;git commit -m"$@";git push -u origin master # build the site -hugo -D +hugo # push the files cd public