My blog.
https://blog.kevingomez.fr/
| .github | ||
| archetypes | ||
| assets/css/extended | ||
| build/nginx | ||
| content | ||
| data | ||
| layouts | ||
| scripts | ||
| static | ||
| themes | ||
| www | ||
| .editorconfig | ||
| .gitignore | ||
| .gitmodules | ||
| .markdownlint.json | ||
| Dockerfile | ||
| hugo.toml | ||
| Makefile | ||
| README.md | ||
My Blog 
Installation
- Fork this repository
- Clone it:
git clone https://github.com/K-Phoen/blog - Run
make serve
You should have a server up and running locally at http://localhost:1313.
Creating a new post
./bin/hugo new posts/this-blog-has-continuous-integration.md
Deployment
Automated using a Github Action.