Skip to content

L-chaCon/static-site-generator-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Static Site Generator

This is a project created for a backend developer course on boot.dev.

How to run this project

To run this project, you just need to run the following commands in order. You can delete the content and static folders and replace them with whatever you want. These folders currently contain examples from the boot.dev course.

git clone https://github.com/L-chaCon/static-site-generator-python.git site_generator  
cd site_generator  
python3 -m venv .venv  
./main.sh

If you want to change the source static and content folders, just provide them as variables in the ./main.sh command. The first argument should be the static folder and the second should be the content folder. For example:

./main.sh my_static_folder my_content_folder

Note

Some considerations are:

  • There is no inline nesting. This means if you have **bold *italic* text**, it will not work.
  • The markdown has to be correctly formatted to work. This means there should be \n\n between blocks.

About

Another python static site generator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages