1.1 KiB
1.1 KiB
Site Structure
This is a local static site. HTML pages are kept in the website/ folder as
flat files.
Root
website/index.html- home pagewebsite/about.html- about pagewebsite/contact.html- contact pagewebsite/*.html- all other pages, archives, categories, tags, and postswebsite/PAGES.md- map of old folder paths to new flat filenamescss/- site-level stylesheetsjs/- site-level scriptsassets/- images, PDFs, fonts, theme files, uploads, and vendor filesdocs/- maintainer documentationdocker/andcompose.yaml- local static server preview.forgejo/- deployment automation
Asset Layout
css/block-library.css- WordPress block styles used by the pagesjs/jquery.min.js- shared jQuery dependency used by the pagesassets/theme/- exported theme styles, scripts, fonts, and imagesassets/vendor/- exported third-party plugin/vendor assetsassets/uploads/- uploaded images and PDFs used by content pages
Local Preview
Run:
docker compose up
Then open:
http://localhost:8080