All Projects → staticjinja → Staticjinja

staticjinja / Staticjinja

Licence: mit
Minimalist Python library for building static websites with Jinja

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Staticjinja

nene
Nēnē: A no-frills static site generator
Stars: ✭ 22 (-89.91%)
Mutual labels:  static-site-generator, jinja2
logya
Logya is a static site generator written in Python designed to be easy to use and flexible.
Stars: ✭ 16 (-92.66%)
Mutual labels:  static-site-generator, jinja2
gpp
General PreProcessor
Stars: ✭ 25 (-88.53%)
Mutual labels:  static-site-generator, jinja2
Statik
Multi-purpose static web site generator aimed at developers.
Stars: ✭ 249 (+14.22%)
Mutual labels:  static-site-generator, jinja2
Hepek
Web content generators in Scala. Intuitive, scalable, powerful.
Stars: ✭ 69 (-68.35%)
Mutual labels:  static-site-generator, website
Easy Hexo
🤘 Build your own website with Hexo, the easy way. | 轻松使用 Hexo 建站。
Stars: ✭ 314 (+44.04%)
Mutual labels:  static-site-generator, website
voldemort
A simple static site generator using Jinja2 and Markdown templates.
Stars: ✭ 48 (-77.98%)
Mutual labels:  static-site-generator, jinja2
Job Web Demo
Python Web 实战项目,Flask + Jinja2 + Bootstrap 开发的招聘网站
Stars: ✭ 87 (-60.09%)
Mutual labels:  website, jinja2
Grow
A declarative website generator designed for high-quality websites, with a focus on easy maintenance and localization.
Stars: ✭ 360 (+65.14%)
Mutual labels:  static-site-generator, jinja2
Phenomic
DEPRECATED. Please use Next.js instead.
Stars: ✭ 3,264 (+1397.25%)
Mutual labels:  static-site-generator, website
Awesome Blogdown
An awesome curated list of blogs built using blogdown
Stars: ✭ 80 (-63.3%)
Mutual labels:  static-site-generator, website
Tableless
O site do Tableless em Hugo. Mais leve, impossível.
Stars: ✭ 107 (-50.92%)
Mutual labels:  static-site-generator, website
Netlify Cms
A Git-based CMS for Static Site Generators
Stars: ✭ 14,776 (+6677.98%)
Mutual labels:  static-site-generator
One Page Website Html Css Project For Practice
This project is for html & css practice. We made this for youtube tutorial purpose.
Stars: ✭ 210 (-3.67%)
Mutual labels:  website
Underexpress
A free, responsive, ready to use website ui kit, built with bootstrap 4.
Stars: ✭ 205 (-5.96%)
Mutual labels:  website
Jekyll Doc Theme
Jekyll theme for creating project documentation websites
Stars: ✭ 203 (-6.88%)
Mutual labels:  static-site-generator
Web Launch Checklist
📋 A simple website launch checklist to keep track of the most important enrichment possibilities for a website.
Stars: ✭ 214 (-1.83%)
Mutual labels:  website
Promisejs.org
a promise website to document and promote
Stars: ✭ 210 (-3.67%)
Mutual labels:  website
Zodiac
A static website generator written in awk and sh.
Stars: ✭ 202 (-7.34%)
Mutual labels:  static-site-generator
Awesome Deep Learning And Machine Learning Questions
【不定期更新】收集整理的一些网站中(如知乎、Quora、Reddit、Stack Exchange等)与深度学习、机器学习、强化学习、数据科学相关的有价值的问题
Stars: ✭ 203 (-6.88%)
Mutual labels:  website

staticjinja

.. image:: https://badge.fury.io/py/staticjinja.png :target: https://badge.fury.io/py/staticjinja :alt: PyPi Badge

.. image:: https://github.com/staticjinja/staticjinja/workflows/build/badge.svg?branch=main&event=push :target: https://github.com/staticjinja/staticjinja/actions?query=branch%3Amain :alt: Build and Testing Status

.. image:: https://readthedocs.org/projects/staticjinja/badge/?version=stable :target: https://staticjinja.readthedocs.io/en/stable/?badge=stable&style=plastic :alt: Documentation Status

.. image:: https://codecov.io/gh/staticjinja/staticjinja/branch/main/graph/badge.svg?token=En337ZXsPK :target: https://codecov.io/gh/staticjinja/staticjinja :alt: Test coverage status

.. image:: https://img.shields.io/badge/code%20style-black-000000.svg :target: https://github.com/psf/black :alt: Code style: Black

.. image:: https://static.pepy.tech/personalized-badge/staticjinja?period=total&units=international_system&left_color=black&right_color=blue&left_text=downloads :target: https://pepy.tech/project/staticjinja :alt: PyPi downloads total

.. image:: https://static.pepy.tech/personalized-badge/staticjinja?period=month&units=international_system&left_color=black&right_color=blue&left_text=downloads/month :target: https://pepy.tech/project/staticjinja :alt: PyPi downloads per month

staticjinja is a library that makes it easy to build static sites using Jinja2_.

Many static site generators are complex, with long manuals and unnecessary features. But using template engines to build static websites is really useful.

staticjinja is designed to be lightweight (under 500 lines of source code), and to be easy to use, learn, and extend, enabling you to focus on making your site.

.. code-block:: bash

$ mkdir templates
$ vim templates/index.html
$ staticjinja watch
Building index.html...
Templates built.
Watching 'templates' for changes...
Press Ctrl+C to stop.

Installation

To install staticjinja, simply:

.. code-block:: bash

$ pip install staticjinja

Documentation

Documentation is available at https://staticjinja.readthedocs.io.

Contribute

Please see CONTRIBUTING_.

.. _CONTRIBUTING: CONTRIBUTING.rst .. _Jinja2: https://jinja.palletsprojects.com

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].