The happy marriage of SQLite and JSON
Published:
Published:
Published:
Published:
Published:
Hello! 你好!Kia Ora! This is the first post of this blog, so I might just write down how I made this website from scratch.
I run a server at home with couples of utility websites on it, using docker-compose with traefik.
The goals of this blog are simple:
The solution I come up with:
The advantages of writing blog this way:
I have a few notes along the way when working this out:
When running docker build, it will pull down the hugo image and run hugo commands
to generate the website. However, because the website is all static, once generated,
hugo is no longer necessary. We just need the nginx to serve the static files.