A POC site for host the page of alc.
- Install hugo.
- Run
git submodule init
- Run
git submodule update
- Run
hugo server
in the root directory - Access the site with "http://localhost:1313/"
If you want to add a new page to the site, you can add a markdown file to content/post directory. If you want to add an image file, you can put the file into content/images.