Static site generator with Jinja2 templates and structured content in Markdown, YAML, and JSON
- Describe content with Markdown, YAML, and JSON
- Jinja2 templating
Papery is available on pypi.
pip install papery
Run the following command
cd path/to/your_site/directory
papery init
papery run
You can see your web site via http://localhost:8000. All pages are automatically updated when you modified any resources.
papery build
You can set local Markdownlint rule file for Markdown file validation. By setting it anywhere under path/to/your_site/directory
, it has priority over the default rules.
Filenames ending with markdownlint.yaml
or markdownlint.yml
can be used to apply Markdownlint local rules.
- documentation
- styling with SASS/SCSS
Copyright 2013-2023 Xcoo, Inc.
Licensed under the Apache License, Version 2.0.