|
|
|
|
|
by nindalf
2219 days ago
|
|
> you don’t need to build the files every time you commit. Is this a big advantage? I write an article in markdown and push to my server. The server’s post-commit hook automatically runs a static site generator. It takes less than a second to run each time. It took me half an hour to set this up[1], https included. Importantly, since it’s a static site with no client side JS, it’s faster and better for SEO. Anecdotal evidence - my blog is a featured snippet from google for a couple of tech related queries. This wasn’t the case earlier when my blog was generated by ghost. [1] - https://blog.nindalf.com/posts/setting-up-this-blog/ |
|
To reiterate my use case:
- no maintenance: the site is served from github, so dont have to maintain/pay for a server
- deduplication of work: dont have to write/sync a blog post and a project README for a given project.
Regarding SEO, since all content in on github, a search engine might index github content and make it discoverable that way.