mxcop / pyrolusite

Static markdown blog generater

Home Page:https://mxcop.github.io/pyrolusite/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pyrolusite

My personal static blog generater written in Rust. Demo


Post format .md

{{ title }}
{{ day/month/year }}

{{ description }}

---

{{ markdown }}

Commands

Build

$ pyro build [PATH]

Options:
  -o, --output <OUTPUT>  Build directory [default: ./build/]
  -s, --styles <STYLES>  Stylesheets directory, contents copied into the build directory if it exists [default: ./styles/]

Building Example

This command will build all markdown files inside ./md into ./docs.

$ cargo run build ./md -o ./docs

© 2023 Max, All rights reserved.

About

Static markdown blog generater

https://mxcop.github.io/pyrolusite/


Languages

Language:Rust 100.0%