summaryrefslogtreecommitdiff
path: root/README.nfo
blob: f8e7e3892f732655fdf3c794d6d21a04262a43f2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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                                                      │
└──────────────────────────────────────────────────────────────┘