summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove leftover "tee /dev/stderr"EuAndreh2025-05-032-3/+3
* src/symlinks: Tolerate empty stream on getdirs()EuAndreh2025-05-021-1/+1
* src/conf: Support i18n of $header_linksEuAndreh2025-05-012-7/+6
* Support multiple languages for "categories" stringEuAndreh2025-05-015-11/+28
* src/categoriesbody: Omit listing headerEuAndreh2025-04-302-3/+24
* Add "mapentry" and "sitemap" subcommandsEuAndreh2025-04-293-0/+53
* src/{conf,indexbody}: Replace $feedicon_url_prefix with $feedicon_urlEuAndreh2025-04-293-14/+8
* src/symlinks: Add working versionEuAndreh2025-04-181-0/+45
* src/indexbody: Add link to Atom feed.xml and to categories pageEuAndreh2025-04-171-0/+12
* src/conf: Clear optionally set variables to prevent global values to pollute ...EuAndreh2025-04-171-0/+20
* src/html: Add "content-footer" class to content footerEuAndreh2025-04-171-1/+1
* src/html: Remove <hr /> for content footerEuAndreh2025-04-171-1/+0
* src/snippets: Prevent snippets from growing foreverEuAndreh2025-04-161-0/+1
* src/conf: Fix feedicon pathEuAndreh2025-04-141-1/+1
* src/categoriesbody: Add command to generate categories.htmllistingEuAndreh2025-04-141-0/+28
* src/indexbody: Support optional SORTDATA explicit filenameEuAndreh2025-04-141-2/+3
* src/conf: Support light/dark variations of feediconEuAndreh2025-04-141-5/+5
* src/categories: Guard against directories with "." in their namesEuAndreh2025-04-141-3/+4
* src/{indexbody,feed}: Remove unused "shift" statementsEuAndreh2025-04-142-2/+0
* src/indexbody: Fix usage stringEuAndreh2025-04-131-1/+1
* src/indexbody: Fix sed due to updated extensionEuAndreh2025-04-111-1/+1
* Add support for feed per categoryEuAndreh2025-04-112-0/+40
* src/sortdata: Rename ]content of timestamped dynamic fileEuAndreh2025-04-112-2/+2
* src/conf: Add ${date}_epoch alongside ${date}_iso dataEuAndreh2025-04-101-0/+12
* src/sortdata: Require and assume that $sort is definedEuAndreh2025-04-101-1/+1
* src/feedentry: Use the existing $updatedat_iso instead of recreating itEuAndreh2025-04-101-3/+2
* src/conf: Always emmit "export sort=$x", with fallback for 0 when missingEuAndreh2025-04-101-0/+4
* src/{feedentry,html}: Normalize variables - remove underscoresEuAndreh2025-04-102-4/+4
* src/*: "./" is enough for sourcing with ".", no need to use realpath(1)EuAndreh2025-04-097-7/+7
* src/conf: Extract embedded-config from document header variablesEuAndreh2025-04-091-7/+8
* src/links: Add new working subcommandEuAndreh2025-04-051-0/+13
* src/feed: Fix usage stringEuAndreh2025-04-051-2/+2
* src/conf: Add $collurl to be used in indexentryEuAndreh2025-04-042-5/+10
* src/conf: Fix `base_url()` for top-level filesEuAndreh2025-04-041-0/+1
* src/{conf,html}: Make $publickey optionalEuAndreh2025-04-032-11/+19
* src/{conf,html}: Add PGP lock iconEuAndreh2025-04-032-0/+16
* src/indexbody: Use sortdata.txtEuAndreh2025-04-031-1/+1
* src/snippets: Fix extraction of snippets listingEuAndreh2025-04-031-2/+1
* src/htmlbody: Simply redirect to adoc(1)EuAndreh2025-04-031-22/+1
* src/htmlbody: indent as HTML instead of XMLEuAndreh2025-03-271-1/+1
* src/htmlbody: Put "plaintext" role in surrounding divEuAndreh2025-03-271-1/+2
* src/htmlbody: Use tidy(1) to indent htmlbody snippets by 4 blocksEuAndreh2025-03-231-1/+8
* src/conf: Do not error on missing titleEuAndreh2024-11-181-1/+2
* Rename atom -> feedEuAndreh2024-11-172-10/+10
* src/conf: Adapt base_url() to allow ../EuAndreh2024-11-171-2/+1
* Improve support for multiple collectionsEuAndreh2024-11-174-25/+41
* src/html: Support emitting only header or footerEuAndreh2024-11-151-7/+50
* src/feed: Accept a combined conf file instead of 2EuAndreh2024-11-141-10/+6
* src/html: Fix closing quotesEuAndreh2024-11-081-1/+1
* Initial versionEuAndreh2024-09-2810-228/+498