Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dark Heart Labs — darkheartlabs.technology

Static Jekyll site for essays, portfolio, CV, and media at darkheartlabs.technology.

Tech spec: docs/TECH_SPEC.md

Stack

  • Jekyll 4 + GitHub Pages
  • SCSS (_sass/, css/main.scss)
  • Pagefind search (built in CI after jekyll build)
  • Structured content in _data/, essays in _essays/, podcast in _podcast/

Quick start

bundle install
bundle exec jekyll serve

Build only:

bundle exec jekyll build
npx pagefind@1.3.0 --site _site

Content source of truth

Essays and site data are authored in-repo (_essays/, _data/). The optional scripts/export-content.mjs syncs from a Lovable prototype when bulk-updating — see that script's header comment.

Security headers

GitHub Pages does not support custom HTTP response headers (no _headers, no CDN edge config on the free tier). This site uses a minimal Content-Security-Policy meta tag in _includes/head.html where compatible with Pagefind, Google Fonts, and Spotify embeds. For full header control (HSTS, CSP at the edge), put Cloudflare or another reverse proxy in front of the domain.

Deploy

Pushes to main run .github/workflows/jekyll.yml: Jekyll build → Pagefind index → html-proofer internal link check → GitHub Pages deploy.

License

See LICENSE.


Maintained by: Dark Heart Labs
Author: Jennifer (@jv-darkheartlabs)
Site: https://darkheartlabs.technology

About

Jekyll portfolio site for darkheartlabs.technology with essays, CV, Pagefind search, and GitHub Pages deploy

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Contributors

Languages