Skip to content

spanezz/staticsite

Repository files navigation

staticsite

Static site generator.

Builds a website out of markdown, restructuredText, and Jinja2 pages, and json/yaml/toml datasets.

Create a blog, tag your posts, publish post series.

Live preview your website, updated as you write it.

Freely organise your contents, and turn any directory into a website.

Installation

For Debian systems: apt install staticsite

For RPM based systems:

python3 setup.py bdist_rpm \
   --requires="python3-inotify python3-markdown python3-docutils python3-jinja2 python3-pytz python3-dateutil python3-pyyaml python3-pillow"`

Get started

Add features

  • HOWTO guides: step by step guides for getting specific works done with staticsite

Get serious

Example sites

This is a list of sites using staticsite, whose sources are public, that can be used as examples:

License

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

Author

Enrico Zini enrico@enricozini.org