« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/write/page-template.js
AgeCommit message (Collapse)Author
2023-04-08content: generateFooterLocalizationLinks(quasar) nebula
2023-04-06content: generatePageLayout (mostly stub)(quasar) nebula
2023-04-06build steps: jank together ultra-basic page write(quasar) nebula
Super simple technically functional sketch.
2023-03-05add a few missing headings to skippers(quasar) nebula
2023-03-01remove [[news]] hack, auto-add news sidebar(quasar) nebula
2023-03-01display original file size in image overlay(quasar) nebula
2023-03-01Merge branch 'preview' into image-overlay(quasar) nebula
2023-02-28hash link highlighting & additional skippers(quasar) nebula
2023-02-26basic image overlays(quasar) nebula
2023-01-31increase page-template guarding resilience(quasar) nebula
2023-01-30rename site2.css -> site3.css(quasar) nebula
Breaking changes necessitate another new filename, in the abscence of proper delineation between preview and release static files
2023-01-25data-ize various page content calls(quasar) nebula
* page.cover replaces calls to generateCoverLink * page.main.headingMode replaces calls to generateStickyHeadingContainer or html.tag('h1') * page.main.classes: ['long-content'] replaces hard- coded calls to html.tag('div', {class: 'long-content'})
2023-01-25clean up function names for reveals(quasar) nebula
2023-01-10remove legacy navbar {href} handler(quasar) nebula
this references pathname so it totally makes sense to include with other url/path-related changes
2023-01-10remove unused arg from getFooterLocalizationLinks(quasar) nebula
eslint didn't warn about this ????????????
2023-01-10prefer passing around pagePath(quasar) nebula
2023-01-09most essential behavior for live-dev-server(quasar) nebula
2023-01-08extract static-build, new modular build modes(quasar) nebula
2023-01-07extract actual file IO functions(quasar) nebula
2023-01-07extract page templates (generateDocumentJSON, etc)(quasar) nebula
towards basic dynamcis pt. 1 (#124)