parent
01a7933793
commit
d3746d8117
926 changed files with 4771 additions and 29409 deletions
|
|
@ -26,6 +26,8 @@ is kept in `website/`, while Astro emits the served site into `dist/`.
|
|||
- `src/components/` - Astro shared layout components for ongoing migration
|
||||
- `dist/` - generated site output, ignored by git
|
||||
- `css/` - site-level stylesheets
|
||||
- `css/theme.css` - extracted Parabola inline theme settings
|
||||
- `css/site.css` - extracted shared site fixes and homepage/frontpage rules
|
||||
- `js/` - site-level scripts
|
||||
- `assets/` - images, PDFs, fonts, theme files, uploads, and vendor files
|
||||
- `docs/` - maintainer documentation
|
||||
|
|
@ -34,6 +36,7 @@ is kept in `website/`, while Astro emits the served site into `dist/`.
|
|||
- `scripts/organize-content.mjs` - organizes exported blog and speech pages
|
||||
- `scripts/copy-static-assets.mjs` - copies `assets/`, `css/`, and `js/` into `dist/`
|
||||
- `scripts/extract-content.mjs` - extracts dated post pages into `content/`
|
||||
- `scripts/extract-theme-css.mjs` - extracts repeated inline CSS into `css/theme.css` and `css/site.css`
|
||||
- `docker/` and `compose.yaml` - local static server preview
|
||||
- `.forgejo/` - deployment automation
|
||||
|
||||
|
|
@ -56,6 +59,8 @@ the file so formatting is preserved while metadata becomes frontmatter.
|
|||
## Asset Layout
|
||||
|
||||
- `css/block-library.css` - WordPress block styles used by the pages
|
||||
- `css/theme.css` - CSS extracted from the repeated Parabola inline export
|
||||
- `css/site.css` - shared site fixes, shortcode rule, and homepage slider/frontpage CSS
|
||||
- `js/jquery.min.js` - shared jQuery dependency used by the pages
|
||||
- `assets/theme/` - exported theme styles, scripts, fonts, and images
|
||||
- `assets/vendor/` - exported third-party plugin/vendor assets
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue