parent
01a7933793
commit
d3746d8117
926 changed files with 4771 additions and 29409 deletions
|
|
@ -18,6 +18,8 @@ Local static website files built with Astro.
|
|||
- `website/speeches/` - speech archive indexes and speech category pages
|
||||
- `website/PAGES.md` - map from the old folder URLs to the current HTML paths
|
||||
- `css/` - site-level stylesheets
|
||||
- `css/theme.css` - extracted Parabola inline theme settings
|
||||
- `css/site.css` - extracted site fixes and homepage/frontpage rules
|
||||
- `js/` - site-level scripts
|
||||
- `assets/` - images, PDFs, fonts, theme files, uploads, and vendor files
|
||||
- `docs/` - maintainer notes
|
||||
|
|
@ -25,6 +27,7 @@ Local static website files built with Astro.
|
|||
- `scripts/render-shared-layout.mjs` - updates repeated layout across HTML files
|
||||
- `scripts/organize-content.mjs` - organizes exported blog and speech pages
|
||||
- `scripts/extract-content.mjs` - extracts posts into `content/`
|
||||
- `scripts/extract-theme-css.mjs` - extracts repeated inline theme CSS into files
|
||||
|
||||
## Maintenance
|
||||
|
||||
|
|
@ -40,6 +43,10 @@ Regenerate Markdown content from the exported post HTML:
|
|||
npm run extract:content
|
||||
```
|
||||
|
||||
The repeated exported inline styles have been moved into `css/theme.css` and
|
||||
`css/site.css`. Tiny one-page WordPress block-support styles may still remain
|
||||
inline when they only apply to a single page.
|
||||
|
||||
After changing shared navigation, sidebar, or footer markup in
|
||||
`scripts/components.mjs`, run:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue