Go to file
aitzol 19f8fd61b9 README 2024-06-11 21:35:06 +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 v0.1.1 2024-06-07 17:04:15 +02:00
src v0.1.2 2024-06-11 12:05:40 +02:00
.gitignore first commit 2024-06-06 19:53:10 +02:00
CHANGELOG.md v0.1.2 2024-06-11 12:05:40 +02:00
Cargo.lock v0.1.2 2024-06-11 12:05:40 +02:00
Cargo.toml v0.1.2 2024-06-11 12:05:40 +02:00
LICENSE first commit 2024-06-06 19:53:10 +02:00
README.md README 2024-06-11 21:35:06 +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 version 3.1.13 or higher is required. You can try to install it by running
sudo apt-get install pandoc

although you will find a newer version here: https://github.com/jgm/pandoc/releases

  • 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.