summaryrefslogtreecommitdiff
path: root/Makefile (unfollow)
Commit message (Expand)AuthorFilesLines
2025-05-03Remove leftover "tee /dev/stderr"EuAndreh2-3/+3
2025-05-02src/symlinks: Tolerate empty stream on getdirs()EuAndreh1-1/+1
2025-05-01src/conf: Support i18n of $header_linksEuAndreh2-7/+6
2025-05-01Support multiple languages for "categories" stringEuAndreh5-11/+28
2025-04-30mkdeps.sh: Add default $LANG exportEuAndreh1-0/+3
2025-04-30src/categoriesbody: Omit listing headerEuAndreh2-3/+24
2025-04-29Add "mapentry" and "sitemap" subcommandsEuAndreh4-0/+55
2025-04-29src/{conf,indexbody}: Replace $feedicon_url_prefix with $feedicon_urlEuAndreh3-14/+8
2025-04-18src/symlinks: Add working versionEuAndreh2-0/+46
2025-04-17src/indexbody: Add link to Atom feed.xml and to categories pageEuAndreh1-0/+12
2025-04-17src/conf: Clear optionally set variables to prevent global values to pollute ...EuAndreh1-0/+20
2025-04-17src/html: Add "content-footer" class to content footerEuAndreh1-1/+1
2025-04-17src/html: Remove <hr /> for content footerEuAndreh1-1/+0
2025-04-16src/snippets: Prevent snippets from growing foreverEuAndreh1-0/+1
2025-04-14src/conf: Fix feedicon pathEuAndreh1-1/+1
2025-04-14src/categoriesbody: Add command to generate categories.htmllistingEuAndreh2-0/+29
2025-04-14src/indexbody: Support optional SORTDATA explicit filenameEuAndreh1-2/+3
2025-04-14src/conf: Support light/dark variations of feediconEuAndreh1-5/+5
2025-04-14src/categories: Guard against directories with "." in their namesEuAndreh1-3/+4
2025-04-14src/{indexbody,feed}: Remove unused "shift" statementsEuAndreh2-2/+0
2025-04-13src/indexbody: Fix usage stringEuAndreh1-1/+1
2025-04-11src/indexbody: Fix sed due to updated extensionEuAndreh1-1/+1
2025-04-11Add support for feed per categoryEuAndreh3-0/+42
2025-04-11src/sortdata: Rename ]content of timestamped dynamic fileEuAndreh2-2/+2
2025-04-10src/conf: Add ${date}_epoch alongside ${date}_iso dataEuAndreh1-0/+12
2025-04-10src/sortdata: Require and assume that $sort is definedEuAndreh1-1/+1
2025-04-10src/feedentry: Use the existing $updatedat_iso instead of recreating itEuAndreh1-3/+2
2025-04-10src/conf: Always emmit "export sort=$x", with fallback for 0 when missingEuAndreh1-0/+4
2025-04-10src/{feedentry,html}: Normalize variables - remove underscoresEuAndreh2-4/+4
2025-04-09src/*: "./" is enough for sourcing with ".", no need to use realpath(1)EuAndreh7-7/+7
2025-04-09src/conf: Extract embedded-config from document header variablesEuAndreh1-7/+8
2025-04-05src/links: Add new working subcommandEuAndreh2-0/+14
2025-04-05src/feed: Fix usage stringEuAndreh1-2/+2
2025-04-04src/conf: Add $collurl to be used in indexentryEuAndreh2-5/+10
2025-04-04src/conf: Fix `base_url()` for top-level filesEuAndreh1-0/+1
2025-04-03src/{conf,html}: Make $publickey optionalEuAndreh2-11/+19
2025-04-03src/{conf,html}: Add PGP lock iconEuAndreh2-0/+16
2025-04-03src/indexbody: Use sortdata.txtEuAndreh1-1/+1
2025-04-03src/snippets: Fix extraction of snippets listingEuAndreh1-2/+1
2025-04-03src/htmlbody: Simply redirect to adoc(1)EuAndreh1-22/+1
2025-03-27src/htmlbody: indent as HTML instead of XMLEuAndreh1-1/+1
2025-03-27src/htmlbody: Put "plaintext" role in surrounding divEuAndreh1-1/+2
2025-03-23src/htmlbody: Use tidy(1) to indent htmlbody snippets by 4 blocksEuAndreh1-1/+8
2024-11-18src/conf: Do not error on missing titleEuAndreh1-1/+2
2024-11-17Rename atom -> feedEuAndreh2-10/+10
2024-11-17src/conf: Adapt base_url() to allow ../EuAndreh1-2/+1
2024-11-17Improve support for multiple collectionsEuAndreh4-25/+41
2024-11-15src/html: Support emitting only header or footerEuAndreh1-7/+50
2024-11-14src/feed: Accept a combined conf file instead of 2EuAndreh1-10/+6
2024-11-08src/html: Fix closing quotesEuAndreh1-1/+1