Commit Graph

7 Commits

Author SHA1 Message Date
Case Duckworth 34d849f932 Add zola news item 2021-11-21 18:47:31 -06:00
Case Duckworth 37390d2298 Add donate.md 2021-11-21 17:36:08 -06:00
Case Duckworth 8c21084565 Merge branch 'zola' 2021-11-21 17:31:45 -06:00
Case Duckworth 930736ccbb Update index to include the bits
bits are in templates/index/*.html
they can't go into content/ because ... *reasons*
2021-11-21 13:49:45 -06:00
Case Duckworth 5bd0ae4fd1 Add donate page 2021-11-21 13:17:45 -06:00
Case Duckworth e2f2c21a25 Many other changes
... I did the thing again.  Here's a summary:

- added docs/*
- changed templates
- added shortcodes
- see https://tildegit.org/breadpunk/scripts/src/branch/master/site/bin for
the script that updates these
- update config
- update .gitignore
- and more! ...
2021-11-21 12:33:15 -06:00
Case Duckworth 0b9aa0ac9f Initial zola commit
Deleted all unk-related business, ran `zola init`, and forgot to commit for a
while.  What I've done in since then is as follows:

- write templates with inheritance
  - base template is "base.html". {index,page}.html extend base. section.html
    extends index.
  - also wrote "river.html", which extends section and instead of listing
    posts, expands them all in the page itself.
  - none of these templates do pagination yet.
- port index, news, joining from old site
- add style (still CSS but with SCSS extension), favicon, and other images.

I think that's it.  There might be a few more things.
2021-11-20 17:53:31 -06:00