A zola theme with no javascript and unnecessary css dependency at all.
- Download zola
- Fork this repo and change repo's name
- clone your repo
- cd && run
zola serve
- change anything you want in
config.toml
and git push. If your repo's name is <yourgithubname.github.io>, thenbase_url = https://<yourgithubname>.github.io/
, elsehttps://<yourgithubname>.github.io/<reponame>
- In repo settings-Pages, choose source
gh-pages
. Wait a minute and checkyourgithubname.github.io
oryourgithubname.github.io/reponame
On the basis of great work of simple.css and Nicole White, only 10KB css file is needed (2.91KB transfered if you minify it ), no jQuery or Bootstrap at all.
- one html (1.46KB transfered / 1.86KB size)
- one css (3.91KB transfered / 10.42KB size)
- optional GitHub/mail/rss icons
- optional favicon
In my personal blog, I make these svgs and favicon inlined to html so that only two requests required:
- one html(6 icons included) (5.97KB transfered / 10.05KB size)
- one css (2.91KB transfered / 7.08KB size)
Zola is able to minify html and I minified css manually.
Thanks simple.css