Personal website for my projects and blog posts. I intend to keep my CV and university course study-aid notes here as well.
- Post Support (Blog)
- Pagination and Dynamic Categories
- RSS Feed
- SEO
- Basic Mobile Support
- Syntax Highlighting (prism.js)
Syntax highlighting from prism.js can be customized and switched to a CDN provider if preferred by following
these instructions
Support for Plausible Analytics is provided by enabling it within _config.yml.
Example configuration:
analytics:
plausible:
enabled: true
site_fqdn: 'lightspeed.tajacks.com'
script_source: 'https://plausible.io/js/script.js'
enabled - Boolean - To enable or disable page-view analytics.
site_fqdn - String - The FQDN of your website to report back to Plausible.
script_source - String - The source of the analytics script. Provided as a variable to accommodate self-hosted instances
of plausible.
Support for more analytics platforms is a welcome suggestion, as long as they respect user privacy.