Properly marked the sinatra post as a draft; changed the docker dev container to show drafts
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Gregory Ballantine 2023-07-08 00:14:47 -04:00
parent 17a2cc31ea
commit a04e8fde95
2 changed files with 2 additions and 2 deletions

View File

@ -5,4 +5,5 @@ docker run -d --rm \
--publish 4000:4000 \ --publish 4000:4000 \
--name="jekyll" \ --name="jekyll" \
jekyll/jekyll:4 \ jekyll/jekyll:4 \
jekyll serve jekyll serve \
--drafts

View File

@ -4,7 +4,6 @@ title: "Sinatra (Ruby) is Beautiful."
description: "Sinatra is a beautifully simple web framework. It's old, but it works!" description: "Sinatra is a beautifully simple web framework. It's old, but it works!"
date: 2023-06-14 09:00:00 -0400 date: 2023-06-14 09:00:00 -0400
tags: linux tags: linux
draft: True
--- ---
By trade I'm a System Administrator/Network Engineer, so most of my days are filled with deploying applications, dealing with oddball software vendors and their lackluster documentation, licensing (yuck!), and planning/building out infrastructure to support operations. But I also like to do some coding on the side, and in particular I like to see what I can build to maybe be useful one day, and in particular I like spinning up web sites/apps. By trade I'm a System Administrator/Network Engineer, so most of my days are filled with deploying applications, dealing with oddball software vendors and their lackluster documentation, licensing (yuck!), and planning/building out infrastructure to support operations. But I also like to do some coding on the side, and in particular I like to see what I can build to maybe be useful one day, and in particular I like spinning up web sites/apps.