diff --git a/content/posts/drone-and-hugo.md b/content/posts/drone-and-hugo.md index 59b5d19..4d40ab4 100644 --- a/content/posts/drone-and-hugo.md +++ b/content/posts/drone-and-hugo.md @@ -1,4 +1,4 @@ ---- ++++ draft = false title = "Copying HTML files by hand is for suckers" date = "2023-02-2" @@ -9,7 +9,7 @@ tags = ["drone", "gitea", "obsidian", "devops"] keywords = ["drone", "gitea", "obsidian", "devops"] description = "How I built a drone instance and pipeline to publish my blog" showFullContent = false ---- ++++ ### Attribution Credit to Jim Sheldon in the Harness slack server who pointed me [here](https://blog.ruanbekker.com/blog/2021/03/09/cicd-with-droneci-and-gitea-using-docker-compose/) which provided much of the starting skeleton of the project.