This website is built using Docusaurus 2, a modern static website generator.
npm run start
- Update the locale strings files:
npm run write-translations -- --locale es
- Run the website in Spanish:
npm run start -- --locale es
To enable GISCUS:
In blog articles add: enableComments: true
to the header
In the docs add the component like this:
import GiscusComponent from '@site/src/components/GiscusComponent';
<GiscusComponent></GiscusComponent>
Use: npm run doctoc
and the index.md file will create or update the TOC.
To make sure the web Git
npm run docusaurus build