How to Blog Using Markdown Only
How to Blog Using Markdown Only
Consider: a documentation subdomain docs.aaryanpoudel.com.np , a personal finance blog finance.aaryanpoudel.com.np and a today i learned subdomain til.aaryanpoudel.com.np
Upon research, I can have different folders (obsidian vaults) to separate it into three folders and use different stack for their deployments.
Best SSG seems to be:
- mkdocs docs with search
- quartz as a digital garden
- jekyll used previously for documenting, maybe can be used for til?
Others:
- docusaurus seems to need react and maybe uses mdx rather than standard md. Developed by facebook
- vuepress seems to use md & uses vuejs but need to research more
- hugo seemed barebones and was used on the first blog
From what I’ve assessed, the best way for me is:
- Tech Blog can have this workflow:
tech-mkdocs
→ built with MkDocs → deployed totech.aaryanpoudel.com.np
- Finance can be:
finance-quartz
→ built with Quartz pipeline → deployed tofinance.aaryanpoudel.com.np
- TIL can have the workflow:
til
-> built with jekyll? deployed totil.aaryanpoudel.com.np
which can be the master folder containing the two folders above .. maybe?
This post is licensed under
CC BY 4.0
by the author.