Go to file
Aitzol f3710d26f3 working on v0.1.1 2024-06-06 20:04:00 +02:00
assets first commit 2024-06-06 19:53:10 +02:00
demo first commit 2024-06-06 19:53:10 +02:00
locales working on v0.1.1 2024-06-06 20:04:00 +02:00
src working on v0.1.1 2024-06-06 20:04:00 +02:00
.gitignore first commit 2024-06-06 19:53:10 +02:00
CHANGELOG.md working on v0.1.1 2024-06-06 20:04:00 +02:00
Cargo.lock working on v0.1.1 2024-06-06 20:04:00 +02:00
Cargo.toml working on v0.1.1 2024-06-06 20:04:00 +02:00
LICENSE first commit 2024-06-06 19:53:10 +02:00
README.md first commit 2024-06-06 19:53:10 +02:00

README.md

dokugile

Simple document generator from Markdown to Html.

demo

demo

how to use

These steps are indicated for Debian based distros.

  • Pandoc is required. To install it run
sudo apt-get install pandoc
  • Download and execute dokugile binary
sudo chmod +x dokugile
./dokugile
  • or execute cargo run from source
git clone https://git.lainoa.eus/aitzol/dokugile.git
cd dokugile
cargo run
  • Once you have created your document edit it as many times as you need to keep it up to date.