The source code for journal.danirod.dev.
https://journal.danirod.dev
| content | ||
| static | ||
| templates/partials | ||
| themes | ||
| .gitignore | ||
| .gitmodules | ||
| config.toml | ||
| README.md | ||
The source code of https://journal.danirod.dev. Powered by Zola and Tabi.
How to use
- Install Zola
- Clone the repo.
git submodule update --initto download the theme.zola serve- Visit http://localhost:1111.
How to deploy
I don't know. Visit the Deployment section in Zola docs and choose your fighter. I guess Vercel or GitHub Pages are cool if you have nothing.
How I deploy
zola buildrsync -a public/* $HOST:/var/www/journal.danirod.dev- Log off the internet.