About Cacher
Web App
Download
Sign In
Sign Up
menu
Cacher is the code snippet organizer for pro developers
We empower you and your team to get more done, faster
Learn More
khalido
3/6/2018 - 8:07 AM
share
Share
add_circle_outline
Save
starting a coding blog
codeblog.md
content_copy
file_download
Rendered
Source
Use a existing static site genrator to keep it simple:
hugo
- this looks to be the most popular, with many themes
jekyll - githubs default static site renderer
Host with git and CI:
netlify
- has CI for a bunch of static site generators
github pages
- hmmm
hugo themes:
https://github.com/LFOD/real-blog/tree/master/themes/tuftesque
https://themes.gohugo.io/minimo/
- my fav one so far
https://themes.gohugo.io/after-dark/
- i like this one, but needs customization
bad idea
build my own engine, look at tools like:
https://github.com/amithmathew/pyjello/tree/master/scripts
clear