krmckone / lk-site

LK-Site, basic static site generator. Deploys to https://github.com/krmckone/krm-site
https://krmckone.com
GNU General Public License v3.0
0 stars 0 forks source link

lk-site

LK-Site, is a custom, basic static site generator. It takes a combination of markdown files and raw HTML and creates a static site as output.

The raw files for the site are located under assets. The Go tool that pulls everything together is located under cmd. Packages containing custom logic are implemented under internal.

To run the site locally under localhost:8080 with auto-reloading:

air -c .air.toml