diff options
| author | Christian Cleberg <[email protected]> | 2026-08-02 14:58:40 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-08-02 14:58:40 -0500 |
| commit | b723ad76d1c199f58ace3eca36dae5a4d89ad232 (patch) | |
| tree | 73fe539a38153449a5bc61254d55a9ec20951200 /README.nfo | |
| parent | 0e196d87f757b4383b7051026f39617d9aea00a1 (diff) | |
| download | krz.sh-b723ad76d1c199f58ace3eca36dae5a4d89ad232.tar.gz krz.sh-b723ad76d1c199f58ace3eca36dae5a4d89ad232.tar.bz2 krz.sh-b723ad76d1c199f58ace3eca36dae5a4d89ad232.zip | |
naming updates
Diffstat (limited to 'README.nfo')
| -rw-r--r-- | README.nfo | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/README.nfo b/README.nfo new file mode 100644 index 0000000..f8e7e38 --- /dev/null +++ b/README.nfo @@ -0,0 +1,31 @@ +┌──────────────────────────────────────────────────────────────┐ +│ K R Z . S H [ KRZ ] krz.sh │ +└──────────────────────────────────────────────────────────────┘ + +WHAT + source for krz.sh, the krz website. built with zola. + +DEVELOP + zola serve + + open http://127.0.0.1:1111. + +BUILD + zola build + + output goes to public/. + +STRUCTURE + config.toml site config + content/ pages (home, services/, apps/, about/) + templates/ tera templates + sass/main.scss styles, compiled to main.css + static/ assets, favicon.svg, CNAME + +DEPLOY + pushing to main builds and publishes to github pages via + .github/workflows/deploy.yml. the custom domain is in static/CNAME. + +┌──────────────────────────────────────────────────────────────┐ +│ krz.sh │ +└──────────────────────────────────────────────────────────────┘ |
