You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Jack Henschel 0a63980e60
continuous-integration/drone/push Build is passing Details
Use different bucket for test repo
4 years ago
content Post: Web Technology Presentations 4 years ago
static Post: Web Technology Presentations 4 years ago
themes/vienna Use new background image from Odense Highway 5 years ago
.drone.yml Use different bucket for test repo 4 years ago
.gitignore Initial commit 7 years ago
.gitmodules Remove vienna theme submodule 6 years ago
README.md [CI SKIP] Update README 6 years ago
config.toml Enable Hugo's builtin syntax highlighter Chroma 5 years ago
sections.txt Add helper for scripts for developement and deployment 7 years ago
shipit.sh Add script for updating the repo 7 years ago
spellcheck.sh Add script for updating the repo 7 years ago
testit.sh Do not bind to all addresses when testing [CI SKIP] 5 years ago
update.sh Add script for updating the repo 7 years ago

README.md

Jack's Blog

Build Status

Versioned by Gitea, Built by Drone, Rendered by Hugo, Stored in Minio, Cached by Nginx, Served by Traefik.

Building

Simply run $ hugo in the main directory (this will create a public/ folder with the web files)

Alternatively, use the Docker Image jacksgt/hugo (https://github.com/jacksgt/docker-hugo) which is used by the CI/CD server to render the blog.

The CI/CD server will run a build on each push, but only publish the artifacts of the master branch. To skip a CI build (i.e. not run an integration test for this specific commit, e.g. because I doesn't modify any content), use [CI SKIP] in the commit message.