State of the art static website generator for humans
Project description
SiteFab: state of the art static website generator for humans
Getting Started in 30 seconds
Here is how to install SiteFab, Create a new site and compile it in less than 30 seconds:
# install the main package
pip install sitefab
# clone the site template as base
git clone https://github.com/ebursztein/sitefab-template.git mysite/
# clone the plugins in your site directory
git clone https://github.com/ebursztein/sitefab-plugins.git mysite/plugins
# generate your shiny new site
sitefab -c mysite/config/sitefab.yaml generate
Et voila! you know have a fully fonctional site that can be statically compiled. As the next step you should add your content, customize the html templates and tweak the plugins configuration to your liking!
Key Features
Here are some of the key highlevel functionalities that makes SiteFab the static generator of choice for modern websites:
- State of the art images processing stack: The images stack generate out of the box all you need to use image in optimal fashion including: reactive images for the
<picture>
element, webp versions for the browsers who support it, frozen thumbnail for the loading and cropped thumbnails for previews. - Bleeding edge natural language processing stack: Leveraging the latest advance in NLP Sitefab offers: An accurate list of related posts (LSI algorithm), a client side faceted search and a smart client-side autocompletion
- Fully customizable: Its flexible plugin system and templatized parser make it easy and fast to customize SiteFab to your needs.
Design principles
Beside its technical features what separates SiteFab from other site generators is its guiding principles:
-
Configuration over convention: Every behavior is explictly specified. There are no special files or directories. SiteFab only do what the site configuration say. Nothing more, nothing less.
-
Content Agnostic: There is only one type of content called post. SiteFab makes no assumption about the content stored in the .md files. Its job is to apply the configuration specified in the frontmatter to render the specificied files and ensure that the enabled plugins are properly executed.
-
Atomicity: Each piece of content is self contained by having its own configuration in its frontmatter including which template to use. This allows to accomodate both complex sites with per page configuration and very simple ones that reuse the same template again and again.
-
Orthogonality: Site configuration, plugins and plugins configuration are independent of the core engine so you can use as many configurations and tweaked plugins you want. Additionally you can check those alongside with your site content to have reproducible build, safe rollbacks and concurrent version of the build pipeline (e.g alpha versus stable).
Alternatives
Here are some popular alternatives if SiteFab is not what you are looking for:
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file sitefab-1.0.1599762629.tar.gz
.
File metadata
- Download URL: sitefab-1.0.1599762629.tar.gz
- Upload date:
- Size: 41.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | aae870eb073d15d4affd2667fb7d39a485052315a136bee36de7711cc7eecf0b |
|
MD5 | 540438154e89bd01da06360bf8b3d6b3 |
|
BLAKE2b-256 | 4f642b7eac673816fd08538051b890806b04699324460b6284e3ffa4b6289312 |
File details
Details for the file sitefab-1.0.1599762629-py3-none-any.whl
.
File metadata
- Download URL: sitefab-1.0.1599762629-py3-none-any.whl
- Upload date:
- Size: 55.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a5a627cbceb7725c0b2a9a6f17750e94b3af540c46daa151889c7d5a4c48ccc9 |
|
MD5 | 68826069a99d4d8dbd227461bd3b4df4 |
|
BLAKE2b-256 | 92b601027304edc18b8bc893c1f71a984447eaceae555fbc4935ad4c1223a92f |