experiment with draft status

This commit is contained in:
Greg Gauthier 2021-04-06 20:14:30 +01:00
parent 6fd476009a
commit daa31fe90f
7 changed files with 6 additions and 7 deletions

View File

@ -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.

View File

@ -1,7 +1,7 @@
---
title: "Hello, World!"
date: 2021-03-29T20:14:33+01:00
draft: true
draft: false
---
# Hello World!

View File

@ -1,7 +1,7 @@
---
title: "It's Alive!"
date: 2021-03-30T20:14:33+01:00
draft: true
draft: false
---
# Welcome To My Blog

View File

@ -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.

View File

@ -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.

View File

@ -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