This week I worked with Docasaurus to learn about another popular SSG to improve my SSG.
Installing Docasaurus
Docasaurus wasn't to difficult to install and allows you to edit a document and immediately see the changes online. Setting it up was as simple as using the
npm init docusaurus@latest my-website classic
Replacing my-website with the name of your site. After wards I uploaded my Docasaurus site on GitHub Pages. Page
Features I Added
Issue Markdown
Full Markdown Support Complete Markdown Support with the Help of Python-Markdown/markdown I wanted to finally Add full markdown support.
Issue Tags
HTML Tags. I added Meta Tags for Description and tags for Robots which tells search engines which pages to show and not show.
Whats Next
Next I want to add
- Choosing Output Directory
- CSS support
Top comments (0)