All Projects → yaph → logya

yaph / logya

Licence: MIT License
Logya is a static site generator written in Python designed to be easy to use and flexible.

Programming Languages

python
139335 projects - #7 most used programming language
HTML
75241 projects
Makefile
30231 projects
CSS
56736 projects

Projects that are alternatives of or similar to logya

Grow
A declarative website generator designed for high-quality websites, with a focus on easy maintenance and localization.
Stars: ✭ 360 (+2150%)
Mutual labels:  static-site-generator, yaml, jinja2
Staticjinja
Minimalist Python library for building static websites with Jinja
Stars: ✭ 218 (+1262.5%)
Mutual labels:  static-site-generator, jinja2
Rq
Record Query - A tool for doing record analysis and transformation
Stars: ✭ 1,808 (+11200%)
Mutual labels:  yaml, command-line-tool
Statik
Multi-purpose static web site generator aimed at developers.
Stars: ✭ 249 (+1456.25%)
Mutual labels:  static-site-generator, jinja2
Zenbu
🏮 A Jinja2 + YAML based config templater.
Stars: ✭ 114 (+612.5%)
Mutual labels:  yaml, jinja2
Napalm Salt
Modules for event-driven network automation and orchestration using Salt
Stars: ✭ 116 (+625%)
Mutual labels:  yaml, jinja2
Profileio
Static site and resume generator from YAML based profile for students and researchers. Generates ready to deploy branches via github actions.
Stars: ✭ 122 (+662.5%)
Mutual labels:  static-site-generator, yaml
Prinder
Free Pull Request reminder for Github. Has configurations to post reminders to Slack and email along with jinja templating
Stars: ✭ 21 (+31.25%)
Mutual labels:  yaml, jinja2
gen-cisco
🧨 Generates Cisco scripts based on YAML files
Stars: ✭ 29 (+81.25%)
Mutual labels:  yaml, jinja2
nene
Nēnē: A no-frills static site generator
Stars: ✭ 22 (+37.5%)
Mutual labels:  static-site-generator, jinja2
Kapitan
Generic templated configuration management for Kubernetes, Terraform and other things
Stars: ✭ 1,383 (+8543.75%)
Mutual labels:  yaml, jinja2
voldemort
A simple static site generator using Jinja2 and Markdown templates.
Stars: ✭ 48 (+200%)
Mutual labels:  static-site-generator, jinja2
Python Training For Network Engineers
Python hands-on training for network engineers. How to automate Junos with Python
Stars: ✭ 92 (+475%)
Mutual labels:  yaml, jinja2
Home Assistant Config
My Home Assistant Configuration 🏡🏡
Stars: ✭ 133 (+731.25%)
Mutual labels:  yaml, jinja2
Pynms
A vendor-agnostic NMS for carrier-grade network simulation and automation
Stars: ✭ 73 (+356.25%)
Mutual labels:  yaml, jinja2
Hugo Elasticsearch
Generate Elasticsearch indexes for Hugo static sites by parsing front matter
Stars: ✭ 19 (+18.75%)
Mutual labels:  yaml, command-line-tool
Remarshal
Convert between CBOR, JSON, MessagePack, TOML, and YAML
Stars: ✭ 421 (+2531.25%)
Mutual labels:  yaml, command-line-tool
K2tf
Kubernetes YAML to Terraform HCL converter
Stars: ✭ 477 (+2881.25%)
Mutual labels:  yaml, command-line-tool
gpp
General PreProcessor
Stars: ✭ 25 (+56.25%)
Mutual labels:  static-site-generator, jinja2
smacha
SMACHA is a meta-scripting, templating, and code generation engine for rapid prototyping of ROS SMACH state machines.
Stars: ✭ 15 (-6.25%)
Mutual labels:  yaml, jinja2

Logya README

Logya is a static site generator written in Python designed to be easy to use and flexible.

Quickstart

# install logya and required packages
pip install logya

# create a barebone site
logya create mysite
cd mysite

# add content and then generate the site in the public directory
logya gen

# serve the site from public directory on http://localhost:8080
logya serve

Please see the documentation for more information on how to use Logya for creating websites.

Sites built with Logya

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].