The theme/classic is used. It is build with infima.
To build canvas you need libcairo and some other build tools:
sudo apt-get install build-essential libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-devyarn installyarn startThis command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
yarn buildThis command generates static content into the build directory and can be served using any static contents hosting service.
Either
- Setup github actions to deploy your page on each push to the main branch.
- or setup a drone runner to build the project and deploy it to gh-pages.
- Add a
CNAMEFile to the static directory - Disable CLoudflare "DNS Proxy" temporarly
- Deploy
- Let Github generate SSL certificates for you
- Check "Enforce https"
- Re-Enable DNS Proxy on Cloudflare again
postgres -D /usr/local/var/postgresMake sure to check the compatibility after a docusaurus upgrade:
| Component | Swizzle |
|---|---|
| DocVersionBadge | yarn run swizzle @docusaurus/theme-classic DocVersionBadge --eject --typescript |
| NavbarItem | yarn run swizzle @docusaurus/theme-classic NavbarItem --eject --typescript |
| NotFound (safe) | yarn run swizzle @docusaurus/theme-classic NotFound --eject --typescript |
docusaurus.config.ts, then search for it in the project, to change all occurances!