crown_ui
is a static site generator written in Nim language.
nimble install crown_ui
generate new post or page in markdown
crown_ui new post <title>
crown_ui new page <title>
generated page or post will under ./source/drafts when ready for publish, move to ./source/<pages|posts> directory
check issues first
clone this repository, run nimble install stage
, if you already have stage
installed, run stage init
stage
is used for integrating with git commit hook, doing checking and code formatting.
for styles,images
nimble buildAssets
nimble buildSite
nimble serve
MIT License