Join us at Jamstack Conf Virtual, October 6-7. Register now!
Simple is a static blog generator with a single static page. You can write you blog online, and it will generate static html files at your repo named username.github.io
which is supported by github pages
With Simple and github pages you can easily create your static blog. Here is what you need to do.
your_user_name.github.io
(remember to check Initilize and create README
).Initilize
to set up basic files for your static blog site.(maybe a little slow)Go
and start writing.New post
to create a new post and when finish writing click save
to generate the static page.your_user_name.github.io
site and enjoy it!main.json
file, and change name="username"
.main.json
file, and change disqus_shortname=""
to disqus_shortname="your_shortname"
.CNAME
file.(see also)The template files are at /src/template
, so you can modify the template files and css files. If you want use your own theme you can clone the project, modify the template files and push the entire src
folder in your gh-pages
branch which will allow you generate your own static blog.
Enhance error display, Search, Sitemap, Rss
MIT licensed.
StaticGen is hosted and maintained by Netlify, the perfect way to deploy your Jamstack sites and apps.