Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.28 KB

README.md

File metadata and controls

38 lines (24 loc) · 1.28 KB

yumem.io

What's this?

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.

How to build the website

  1. Install Docker Engine.
  2. 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
  3. Access http://localhost:4000 to view the webpage.
  4. Run the following command to build static files:
    $ ./hugo --prod build

Credits

License

Source code

Licensed under GPL 2.0.

Contents of the website

Files under content/ directory, which constitute the contents of the website, are licensed under Creative Commons CC BY-SA 4.0 International.