Files
hacker-gh-pages-theme/_config.yml
Claude 241dcdcb10 Add Plausible Analytics support
- Add plausible configuration option in _config.yml
- Create head-custom-plausible-analytics.html include file
- Update head-custom.html to include Plausible Analytics
- Support for self-hosted Plausible via plausible_script_url option

Users can now configure Plausible Analytics similarly to Google Analytics:
- Set plausible: yourdomain.com in _config.yml
- Optionally set plausible_script_url for self-hosted instances
2025-11-06 06:55:43 +00:00

7 lines
252 B
YAML

title: Hacker theme
description: Hacker is a theme for GitHub Pages.
show_downloads: true
google_analytics:
plausible:
# plausible_script_url: https://plausible.io/js/script.js # Optional: for self-hosted Plausible instances
theme: jekyll-theme-hacker