Skip to content

Lasz/lasz.github.io

 
 

Repository files navigation

lasz.github.io

About

Personal website for my projects and blog posts. I intend to keep my CV and university course study-aid notes here as well.

Features

  • Post Support (Blog)
  • Pagination and Dynamic Categories
  • RSS Feed
  • SEO
  • Basic Mobile Support
  • Syntax Highlighting (prism.js)

JavaScript Requirements

Syntax Highlighting

Syntax highlighting from prism.js can be customized and switched to a CDN provider if preferred by following these instructions

Analytics

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.

About

My personal webpage

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 53.2%
  • SCSS 45.4%
  • Ruby 1.4%