Skip to content

Latest commit

 

History

History

Stolon

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 /public folder)?
  • 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 of hugo server -D and wonder if we should setup a Nginx rewriting rule so they behave the same.