Skip to content

bsuvonov/static-site-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Static Site Generator

demo

This tool allows to easily convert Markdown documents into HTML files, ideal for blogging and creating websites with minimal effort.

Features

  • Markdown to HTML Conversion: Converts Markdown documents to HTML automatically.
  • Custom CSS Support: Supports custom stylesheets to be applied to the generated HTML files for a personalized look.
  • Static File Support: Keeps the original linkage between markdown files and their static assets in the output html files in tact.

How to Use

  1. Clone the repository:

    git clone https://github.com/bsuvonov/static-site-generator.git
    cd static-site-generator
  2. Place your files

    • Place md files in content folder. Each file will be converted to an HTML page.
    • Place styles.css and any other assets in static folder (optional). These files will be included in the generated output folder.
  3. Run the program

    ./main.sh

About

Convert your markdown documents to static web pages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages