Crates.io | kismesis-ssg |
lib.rs | kismesis-ssg |
version | 0.4.0 |
source | src |
created_at | 2024-01-18 14:55:53.771631 |
updated_at | 2024-07-20 02:37:32.279942 |
description | A static site generator with plugins and macros. |
homepage | |
repository | https://github.com/lilith-in-starlight/kismesis-ssg |
max_upload_size | |
id | 1104253 |
size | 118,189 |
Kismesis is a static site generator with macros, plugins and spite, encouraging everybody to make static sites that are semantic and accessible.
<marquee>
tag? In Kismesis, you're not allowed to use deprecated tags, however it will come with a <marquee?>
plugin, which will aim to replicate the behavior using only widely supported featues.$PATH
environment variable. I recommend that you rename the executable to kismesis
instead of kismesis-ssg
kismesis new [project_name]
. This will create a new folder for your project.kismesis build
to build a project.Simply install the rust toolchain, clone this repository and do cargo build
. It literally is that simple. This is Rust we're talking about.
You don't need to clone the repository - if you just wish to compile binaries locally, you can always run cargo install kismesis-ssg
.
Check the Kismesis Engine readme for a roadmap pertaining to the language and the generator's engine.
FAQ stands for both Forwardly Anticipated Questions and Frequently-ish Asked Questions.
<div>
?header
, footer
, main
, section
, and even button
. <container>
will get compiled as <div>
in case you really know there is no better alternative. Think of it the same way you think of Rust's unsafe
.
<button>
is not that much harder to style than a div.For questions about the Kismesis Language or its Engine, check its respective readme.