Skip to content

davepfeiffer/SimpleWebgen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a simple static site generator using the standard tools: make, python, and pandoc.

Issuing commands from the root the follow actions can be performed easily:

  1. create article :: python generator/new_article.py <article-title> [-f <name-of-file>] [--source_dir <path-source>]

  2. generate website :: make

The following features are not automated but should be:

  1. delete article

  2. edit article meta data (name, date, etc)

The actions can be performed manually, if one understand how the makefile is structured and how the generator/build_index.py script works.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published