Crates.io | migi |
lib.rs | migi |
version | 0.1.2 |
source | src |
created_at | 2023-11-06 19:13:15.988362 |
updated_at | 2023-12-31 03:23:48.906364 |
description | A minimal static site generator. |
homepage | |
repository | https://github.com/abql/migi |
max_upload_size | |
id | 1027152 |
size | 54,458 |
Migi is a minimal static site generator named after the parasite which lives in Shinichi's right hand in the anime "Parasyte", which in turn was named after the Japanese word for right (ミギー).
For instructions on how to use Migi, please read the short walk-through on the wiki page.
.tmThemes
for customizable code presentation.Ensure you have Rust and Cargo installed on your system. Then, install Migi with the following command:
cargo install migi
or if cloning from the GitHub, use the provided makefile
:
make && sudo make install
and sudo make uninstall
to completely uninstall.
migi new mysite
cd mysite
migi build
This sequence of commands creates and builds a new static site in the mysite directory.
To create a new post, add a markdown file in the content/ directory.
Use the header section in each post for metadata like title and tags. (Refer to the wiki page).
Issues and Discussions: For support, feature requests, or bug reports, visit the GitHub Issues.
Contributions: Contributions are welcome!
Star the repository or contribute to support my work!