mirror of
https://github.com/aljazceru/hacker-gh-pages-theme.git
synced 2025-12-17 06:04:21 +01:00
- 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
7 lines
252 B
YAML
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 |