Skip to content

Program that takes raw content files (like Markdown and images) and turns them into a static website (a mix of HTML and CSS files).

Notifications You must be signed in to change notification settings

gleni1/site_generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Static Site Generator

Let's build a static site generator from scratch! A static site generator takes raw content files (like Markdown and images) and turns them into a static website, creating a mix of HTML and CSS files ready for deployment.

Features

  • Markdown Conversion: Converts Markdown files into static HTML pages.
  • Customizable Templates: Allows the use of custom HTML and CSS templates for styling.
  • Image Handling: Supports embedding and displaying images alongside HTML content.
  • Built-In CSS: Automatically generates a basic CSS file for styling.
  • Simple CLI: Easy-to-use command-line interface to run the generator.

Example Result

Static HTML/CSS site

About

Program that takes raw content files (like Markdown and images) and turns them into a static website (a mix of HTML and CSS files).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published