simpleness is a concise theme for hugo which is forked from contrast-hugo.
- Responsive
- MathJax suport
- Google Analytics support
- Comment systems include: disqus, valine
- Table of content
- Pagination for posts
Download the appropriate version for your platform.
I used hugo_extended_0.75.1_Linux-64bit.deb to develop this theme.
hugo new site myBlog
cd myBlog
git submodule add https://github.com/RainerChiang/simpleness.git themes/simpleness
copy the content of exampleSite
cp -r themes/simpleness/exampleSite/content .
build site
hugo server
then, open http://localhost:1313/ in your browser。