My personal blog and portfolio @ lemonase.github.io
I am currently using Hugo to generate the static (HTML/CSS/JS) portion of this site.
hugo serve -D
# create a new post
hugo new posts/{post_name}/index.md
# create a new project page
hugo new projects/{project_name}/index.md
# create a new website showcase page
hugo new websites/{website_name}/index.md
Note: Git submodules do not get initialized or updated automatically upon cloning/pulling!
To init/update submodules after cloning:
git submodule init
git submodule update --recursive --remote --merge