Skip to content

⚡ A Static Site Generator built with a few lines of Bash

License

Notifications You must be signed in to change notification settings

theoboldalex/tra.sh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TRA.SH - A Bash Static Site Generator

How?

To build the site, simply run make. This will run scripts/build.sh and will parse the content directory and build html files from the markdown contained within. The content directory should follow the below structure.

Warning

If you do not follow the directory structure shown below, your site will not be built correctly

content
|-- 2023
|   |-- 01
|   |-- 02
|   |-- 03
|   |-- 04
|   |-- 05
|   |   |-- complexity_is_killing_the_web.md
|   |-- 06
|   |-- 07
|   |-- 08
|   |-- 09
|   |-- 10
|   |-- 11
|   |-- 12
|-- 2024
|   |-- 01
|   |-- 02
|   |-- 03
|   |-- 04
...

Why?

This project is a wholly unnecessary endeavour. That being said; it serves as a useful reminder that we have a tendency to add complexity to our systems unnecessarily.

About

⚡ A Static Site Generator built with a few lines of Bash

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages