|
|
|
|
|
by staysaasy
2222 days ago
|
|
We host our blog using solely off-the-shelf tools, and I love the stack that we use. I highly recommend it if you're looking for a stack with 100% control and are ok with some light technical wrangling (eg using Git): - Jekyll for static site generation https://jekyllrb.com/ - We use the Hydeout Jekyll theme, you can see how it looks on our blog: http://staysaasy.com/. What you see is out-of-the-box plus ~30 lines of custom CSS. - Git for storing our content - Gitlab for CI/CD and hosting - GoDaddy for domain management We manage all of the content in Git, and push it when it's ready. It's really easy. You can even run "code reviews" on posts if you like. |
|
https://news.ycombinator.com/item?id=4362478