URL: https://darrellwolfe.github.io/darrellwolfe/
Requirements: Code Editor (I use VS Code) GitHub & GitHub Pages C:\Program Files\R\R-4.5.3 C:\Users\darre\AppData\Local\Programs\Quarto\
Tasks:
Figure out how to do data projects when several are on systems I cannot access here, either screenshots, or maybe better test-data in csv for localized examples, or both.
Update all draft posts to PNG/JPG issues, or, move the remaining posts you want move and run that on those, then delete what you're not going to use.
When rendering, I'm seeing lots of things like this: "[WARNING] Div at line 654 column 5 unclosed at line 706 column 1, closing implicitly. " let's fix those in all the posts. Or should we complete convert all the posts to .qmd markdown and get rid of any latent HTML from the original blogger import?
This repository is a static Quarto website for:
- Professional/author homepage
- Writing sections (Personal, Biblical Studies, Creative Writing)
- Portfolio project writeups
- Standalone demo pages (maps/charts)
- Install Quarto: https://quarto.org/docs/get-started/
- (Optional) Install Git for publishing workflow.
Preview with live reload:
quarto previewBuild the static site to docs/:
quarto renderRun the helper script directly (PowerShell):
./scripts/site.ps1 -Action build
./scripts/site.ps1 -Action quick
./scripts/site.ps1 -Action preview
./scripts/site.ps1 -Action checkThe helper build commands also sync shared CSS and standalone demo assets into docs/ so the published site includes the dashboard pages and their supporting files. That keeps the prebuilt assessor demo bundle available when the repo is pulled into a new location.
In VS Code:
- Use
Ctrl+Shift+Bto run Build All (full clean render). - Use
Terminal > Run Build Task...and choose Build Quick (Changed Content) for faster incremental renders while drafting.
This project is configured to render into /docs.
- Push to
main. - In GitHub repo settings, open Pages.
- Set source to Deploy from a branch.
- Select branch
mainand folder/docs.
- Homepage:
index.qmd - Writing hub:
posts/index.qmd - Personal posts:
posts/personal/ - Biblical studies posts:
posts/biblical/ - Creative writing posts:
posts/writing/ - Portfolio landing page:
portfolio/index.qmd - Portfolio project pages:
portfolio/projects/ - Demo landing page:
demos/index.qmd - Standalone demos:
demos/<demo-name>/ - Shared site CSS:
assets/css/site.css - Shared static data:
assets/data/
- Parcel and map files for a specific demo should live in that demo folder, for example:
demos/parcel-map/data/. - Keep larger shared datasets in
assets/data/. - For shapefiles (
.shp,.dbf,.shx, etc.), keep the full set together and convert to GeoJSON for browser maps when possible. - You can show code in posts/project pages as fenced code blocks, and you can also link to standalone files in the repo for downloadable/viewable examples.