|
|
|
|
|
by gregjor
2225 days ago
|
|
I do something similar to publish my site/blog. I write in Markdown, then push to GitHub, which converts the Markdown to HTML and serves it through GitHub pages. I have my own URL but the site actually runs on GitHub. There's a build step but it's handled automatically in GitHub. I'm just writing Markdown. https://pages.github.com/ That way I'm just maintaining a repo of Markdown files, though I could write HTML files too. My site is "lightning fast" except for the cursed Disqus plugin, which I want to remove. https://typicalprogrammer.com |
|