uxder / grow

A declarative website generator designed for high-quality websites, with a focus on easy maintenance and localization.

Home Page:https://grow.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Grow

Circle CI Downloads PyPi Code Coverage

Grow is a declarative tool for rapidly building, launching, and maintaining high-quality websites.

  • Easy installation
  • Jinja template engine
  • Data-binding between YAML and views
  • Data-driven site architecture
  • Easy URL changes
  • Flexible internationalization and translation
  • Integration with external CMSes
  • Fast builds

Quick start

Run the commands below to start a server. The install script explains what it does and pauses before each action.

curl https://install.grow.io | bash
grow init base base
cd base
grow run

You can alternatively pip install grow if you like.

Community

Learn more about using Grow:

About

A declarative website generator designed for high-quality websites, with a focus on easy maintenance and localization.

https://grow.io

License:MIT License


Languages

Language:Python 97.0%Language:HTML 1.1%Language:CSS 0.6%Language:JavaScript 0.4%Language:Makefile 0.4%Language:Shell 0.2%Language:Dockerfile 0.2%