about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAge
* Change gencheckglob calling conventionCase Duckworth2023-01-06
|
* Properly log configuration variablesCase Duckworth2023-01-06
|
* Actually fix the --> bugCase Duckworth2023-01-06
| | | | ... I hope...
* Reverse order of phtml and expand in filtersCase Duckworth2023-01-06
| | | | This makes vienna work better with plugins.
* Add pluginsCase Duckworth2023-01-06
| | | | | Plugins go in the vienna directory as hidden .sh files. They're sourced by vienna so pages or whatever can use them.
* Remove trailing -->Case Duckworth2023-01-06
| | | | I'm not the happiest with this particular "fix."
* Deal with empty sitesCase Duckworth2023-01-06
|
* Add gencheckglob()Case Duckworth2023-01-02
|
* Fix bug with linkingCase Duckworth2023-01-02
|
* Use meta date instead of pubdateCase Duckworth2023-01-02
| | | | | For some reason pubdate isn't found by sh .. which is concerning but I don't know where that comes from tbh.
* Add print() for convenienceCase Duckworth2023-01-02
|
* Remove index,feed --- subsumed by genlistCase Duckworth2022-11-14
|
* Add peritem_func to genlistCase Duckworth2022-11-14
|
* Change indentationCase Duckworth2022-11-14
|
* refactor listing (index/feed) generationCase Duckworth2022-10-04
| | | | | | both an index and a feed are instances of what i'm calling a "listing" of pages. this should make it easier to also write tag pages and stuff like that later on.
* refactor pre- and post-processingCase Duckworth2022-10-04
|
* add -q and better logic for -cCase Duckworth2022-10-04
|
* move sourcing of config to after changing to workdirCase Duckworth2022-09-30
|
* add logging functionCase Duckworth2022-09-30
|
* skip copying htm filesCase Duckworth2022-09-29
|
* combine 2 commands into 1Case Duckworth2022-09-29
|
* Add more loggingCase Duckworth2022-09-29
|
* Add preview commandCase Duckworth2022-09-29
|
* shellcheckCase Duckworth2022-09-28
|
* add clean commandCase Duckworth2022-09-28
|
* add usageCase Duckworth2022-09-28
|
* viennaCase Duckworth2022-09-27