Skip to content

Captain-K-101/Static-Site-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Static Site Generator

The Static Site Generator Generates html based files from the markdown provided This includes functionaliy of
. Tables
. Unicode
. Emoticons

Note

This project is in no way secure or complete this is just to understand how a basic static site generator works and how to create one using bare minimum requirements

How it Works

This is divided into 2 sections

  1. The Content Folder is where all the markdown files can be written or edited
  2. The template folder is where the templating and css can be edited

to run simply use python3 run.py and all the files will be generated in output folder

REQUIREMENTS

markdown2
jinja2

About

A Basic Static Site Generator Written in python Using Markdown2 and the jinja templating engine

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors