Skip to content

beulard/static-website-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

static-website-generator

Generate and publish

Generate static html pages from markdown source files containing blog-like entries.

Usage

To generate the pages, run

python generate.py

This will create the static/ directory containing the full website, including html pages, the stylesheet and all the assets present in the content/ directory.

The generator currently supports images, syntax-highlighted code and wiki-style links such as [[index]].

To visualize the output, run a simple server with

python server.py

and visit http://localhost:8000.

Example

This repo uses Actions to generate and deploy the example website in the content/ directory. See the result here.

About

Generate static html pages from markdown source files containing blog-like entries.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published