stolon holds the static contents for GitEnter. It is backed by hugo.
Test:
hugo server -D and check localhost:1313.
Build:
hugo
TODO:
- Wonder if CSS and other static resources can be symlink or not (need to confirm their content has been copied to the
/publicfolder)? - Right now it is very tricky that for every hyperlink we need to do
/subfolder/(not/subfolder) so Nginx can redirect it to/subfolder/index.html. It is not the same behavior ofhugo server -Dand wonder if we should setup a Nginx rewriting rule so they behave the same.