Skip to content

rahatchd/static-site-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple static site generator

write posts in markdown and convert them to a static site

requirements

  • python3.10+

run

./main.sh

this will change the generated files content, specifically the links to images and pages will be relative to the github pages url. normally i wouldn't commit generated files to version control but we need to commit the generated files to use github pages. i have chosen to live with this for now.

test

./test.sh

build

./build.sh

this builds the static site for github pages.

planned features

  • tokenizer to enable nested inline elements
  • theme support
  • blog generator

inspiration

boot.dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages