The source code for journal.danirod.dev. https://journal.danirod.dev
Find a file
2025-04-28 01:07:24 +02:00
content 2025-04-27 2025-04-28 01:07:24 +02:00
static 2025-04-27 2025-04-28 01:07:24 +02:00
templates/partials 2025-04-27 2025-04-28 01:07:24 +02:00
themes 2025-04-27 2025-04-28 01:07:24 +02:00
.gitignore 2025-04-27 2025-04-28 01:07:24 +02:00
.gitmodules 2025-04-27 2025-04-28 01:07:24 +02:00
config.toml 2025-04-27 2025-04-28 01:07:24 +02:00
README.md 2025-04-27 2025-04-28 01:07:24 +02:00

Built with Zola tabi theme

The source code of https://journal.danirod.dev. Powered by Zola and Tabi.

How to use

  1. Install Zola
  2. Clone the repo.
  3. git submodule update --init to download the theme.
  4. zola serve
  5. 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

  1. zola build
  2. rsync -a public/* $HOST:/var/www/journal.danirod.dev
  3. Log off the internet.