Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-05 | add a few missing headings to skippers | (quasar) nebula | |
2023-03-02 | hide CW'd art from sticky heading til main cover revealed | (quasar) nebula | |
2023-03-01 | remove [[news]] hack, auto-add news sidebar | (quasar) nebula | |
2023-03-01 | image overlay download progress bar | (quasar) nebula | |
2023-03-01 | display original file size in image overlay | (quasar) nebula | |
2023-03-01 | Merge branch 'preview' into image-overlay | (quasar) nebula | |
2023-02-28 | hash link highlighting & additional skippers | (quasar) nebula | |
2023-02-26 | Merge branch 'preview' into image-overlay | (quasar) nebula | |
2023-02-26 | basic image overlays | (quasar) nebula | |
2023-02-26 | encode/decode URIs in html.tag('a') & live-dev-server | (quasar) nebula | |
Fixes #147. | |||
2023-01-31 | increase page-template guarding resilience | (quasar) nebula | |
2023-01-30 | rename 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-30 | Merge pull request #149 from hsmusic/layout-cleanup | (quasar) nebula | |
Data-ize various page content-generation calls | |||
2023-01-30 | remaining CLI help messages & tweaks | (quasar) nebula | |
2023-01-25 | data-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-25 | clean up function names for reveals | (quasar) nebula | |
2023-01-15 | force trailing slash on --live-dev-server | (quasar) nebula | |
2023-01-10 | bind more language vars, pass to generateDocumentHTML | (quasar) nebula | |
2023-01-10 | indentation opinion | (quasar) nebula | |
2023-01-10 | remove legacy navbar {href} handler | (quasar) nebula | |
this references pathname so it totally makes sense to include with other url/path-related changes | |||
2023-01-10 | remove unused arg from getFooterLocalizationLinks | (quasar) nebula | |
eslint didn't warn about this ???????????? | |||
2023-01-10 | compute subdirectoryPrefix internally | (quasar) nebula | |
2023-01-10 | prefer passing around pagePath | (quasar) nebula | |
2023-01-10 | don't pass around fullKey where unneeded | (quasar) nebula | |
2023-01-10 | extract fn for localizedPathnames | (quasar) nebula | |
2023-01-10 | remove output-specific getPagePaths util | (quasar) nebula | |
2023-01-10 | fix static-build... groan... epic fail...... | (quasar) nebula | |
2023-01-10 | bind more utilities in bindUtilities | (quasar) nebula | |
2023-01-10 | extract absoluteTo | (quasar) nebula | |
2023-01-09 | attempt to fix path issues on windows | (quasar) nebula | |
2023-01-09 | finish up the rest necessary for live-dev-server | (quasar) nebula | |
2023-01-09 | most essential behavior for live-dev-server | (quasar) nebula | |
2023-01-08 | basic actual stub for live-dev-server | (quasar) nebula | |
2023-01-08 | move static-specific write fns into build mode | (quasar) nebula | |
2023-01-08 | extract static-build, new modular build modes | (quasar) nebula | |
2023-01-07 | extract actual file IO functions | (quasar) nebula | |
2023-01-07 | extract page templates (generateDocumentJSON, etc) | (quasar) nebula | |
towards basic dynamcis pt. 1 (#124) | |||
2023-01-07 | extract write validation fns | (quasar) nebula | |
towards basic dynamics pt. 1 (#124) | |||
2023-01-07 | extract utility binds, content transform fns | (quasar) nebula | |
towards basic dynamics pt. 1 (#124) |