A static site generator built from scratch to convert markdown to html and host the website through the shell.
Nobody likes to write sites in html. Markdown is a much more readable and natural language way to write a site. This will allow you to write in markdown as everyone would prefer.
- You can download the repo and load in your own static assets for images and styling.
- Update the content directory to what you want the website to contain using markdown.
- Then run main.sh to host it locally to port:8888 or adjust the script to host it to your designated port/url.
A live site using this Static Site Generator: https://jacksons25.github.io/Static-Site-Generator/
git clone https://github.com/JacksonS25/Static-Site-Generator
cd Static-Site-GeneratorIf you'd like to contribute, please fork the repository and open a pull request to the main branch.