Skip to content
This repository has been archived by the owner on Apr 8, 2022. It is now read-only.

avelino/hodge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hodge

Build Status

Hodge is a static site generator in python, the difference is that we give a free hosting for your blog (if you want)!

Idea

Start new site

hodge init <site-name>

Create new content

hodge newpost

Hodge new post create...
Title: Writting idea to used hodge
Slug [writting-idea-to-used-hodge]:
Tags (hodge, static) []:
Date [2015/04/28 15:33:16]:
File name [2015_04_28_writting-idea-to-used-hodge.md]:

Example file generate

---
title: {{ title }}
date: {{ date }}
tags: [{{ tags }}]
slug: {{ slug }}
---

Writting text here!

Generate static html

hodge build

Templates feature

  • Include file (read markdown)
  • Content block (group news)
  • Query set, dynamic populate "Content block"

About

Hodge is a static cms generator in python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages