This is the source code of my personal blog hosted at https://yumem.io.
The blog is powered by the Hugo static site generator and uses a custom theme based on Ananke.
The blog provides tutorials, learning materials and other useful information for AI/ML and GIS engineers.
- Install Docker Engine.
- Run the following command to set up the development server. Replace
<IP ADDRESS>
with the IP address of your machine:$ ./hugo serve -p 4000 -b http://<IP ADDRESS>:4000 --disableFastRender --noHTTPCache --gc
- Access
http://localhost:4000
to view the webpage. - Run the following command to build static files:
$ ./hugo --prod build
- Hugo: https://gohugo.io/
- Ananke theme: https://github.com/theNewDynamic/gohugo-theme-ananke
Licensed under GPL 2.0.
Files under content/
directory, which constitute the contents of the website, are licensed under Creative Commons CC BY-SA 4.0 International.