pbnj

_config.yml

title: A Collection of Things
author: Rick
language: en
theme: flux-palette

menu:
  Home: /
  Projects: /projects/
  Search: /search/

home:
  mode: projects

blog:
  title: "Posts"

projects:
  title: "Projects"
  per_page: 10

social:
  - name: X
    url: https://x.com/rick01
    icon: mdi:x

comments:
  enabled: false

search:
  enabled: true
  title: "Search"
  service: local

sidebar:
  palette_selector:
    enable: true
    default-dark: phantom-silver
    default-light: paper-and-ink
    palette_folder: css/palettes
  social_buttons:
    enabled: true
    size: 1.6em
  recent_projects:
    enabled: false

backtotop:
  enabled: true

rss:
  path: rss.xml
  limit: 20
  include_drafts: false
  include_future: false
  
short_url:
  enable: true
  length: 6

swc:
  enable: true
  minify: true
  include:
    - js/
  exclude: []

read_time:
  enable: true
  write_front_matter: true

gallery:
  thumbnails: true
  service_pattern: "https://wsrv.nl/?url=%s&w=300&h=300&fit=inside&q=80"

syntax_highlighter: highlight.js
highlight:
  enable: true # set to false to turn off syntax highlighting
  line_number: true
  auto_detect: false
  tab_replace: ''
  wrap: true
  hljs: false # required to be false for Flux Palette styles

attribution:
  enabled: true # Enable to show theme credit in footer
  text: "Flux Palette by LTDev LLC"
  link: "https://ltdev.llc/projects/flux-palette/"