Skip to content
View darrellwolfe's full-sized avatar
😶‍🌫️
Always busier than I'd like to be... but never too busy for a chat.
😶‍🌫️
Always busier than I'd like to be... but never too busy for a chat.

Organizations

@Topos-Creative-LLC

Block or report darrellwolfe

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
darrellwolfe/README.md

Darrell Wolfe Website (Quarto + GitHub Pages)

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)

Prerequisites

  1. Install Quarto: https://quarto.org/docs/get-started/
  2. (Optional) Install Git for publishing workflow.

Local Development

Preview with live reload:

quarto preview

Build the static site to docs/:

quarto render

Run the helper script directly (PowerShell):

./scripts/site.ps1 -Action build
./scripts/site.ps1 -Action quick
./scripts/site.ps1 -Action preview
./scripts/site.ps1 -Action check

The 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+B to run Build All (full clean render).
  • Use Terminal > Run Build Task... and choose Build Quick (Changed Content) for faster incremental renders while drafting.

GitHub Pages Setup

This project is configured to render into /docs.

  1. Push to main.
  2. In GitHub repo settings, open Pages.
  3. Set source to Deploy from a branch.
  4. Select branch main and folder /docs.

Content Locations

  • 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/

Notes for Data + Code Assets

  • 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.

Pinned Loading

  1. Couples_Connection_Game Couples_Connection_Game Public

    My attempt to synthesize date night ideas and various couples truth or dare games.

    JavaScript

  2. CourseNotes_Learning_R_Analysis CourseNotes_Learning_R_Analysis Public

    Started while taking R in Coursera for Google Data Analytics Certification

    HTML 1

  3. Project_storyteller_database Project_storyteller_database Public

    Storyteller Database(s)

    Python 1

  4. SkillsDemo_UK_RoadSafety_Agust_2023 SkillsDemo_UK_RoadSafety_Agust_2023 Public

    My analysis of UK_RoadSafety data.

    HTML 1

  5. darrellwolfe darrellwolfe Public

    Config files for my GitHub profile.

    JavaScript