Skip to content

ty-strong/static-site-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Static Site Generator

A simple static site generator written in Python. Converts your Markdown content into a static website using a customizable HTML template.

Features

  • Converts Markdown files in the content/ directory to HTML pages
  • Uses a customizable template.html as the layout
  • Simple build process with a shell script

Requirements

  • Python 3.x

Getting Started

  1. Place your Markdown (.md) files in the content/ directory.
  2. Edit the template.html file in the root directory to customize your site layout.
  3. Build the site:
    ./build.sh
    The generated HTML files will be output to the appropriate directory.

License

MIT License


Made with Python for simple static site generation.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages