Skip to content
/ blog Public

The source code of my blog hosted at https://yumem.io

License

Unknown, GPL-2.0 licenses found

Licenses found

Unknown
LICENSE.md
GPL-2.0
LICENSE_GPL.md
Notifications You must be signed in to change notification settings

yumemio/blog

Repository files navigation

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.

About

The source code of my blog hosted at https://yumem.io

Resources

License

Unknown, GPL-2.0 licenses found

Licenses found

Unknown
LICENSE.md
GPL-2.0
LICENSE_GPL.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published