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.
continuous-integration/drone/push Build is passing
Details
|
4 years ago | |
---|---|---|
content | 4 years ago | |
static | 4 years ago | |
themes/vienna | 5 years ago | |
.drone.yml | 4 years ago | |
.gitignore | 7 years ago | |
.gitmodules | 6 years ago | |
README.md | 6 years ago | |
config.toml | 5 years ago | |
sections.txt | 7 years ago | |
shipit.sh | 7 years ago | |
spellcheck.sh | 7 years ago | |
testit.sh | 5 years ago | |
update.sh | 7 years ago |
README.md
Jack's Blog
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.