mirror of
https://github.com/foambubble/foam-template.git
synced 2025-07-23 02:18:58 +00:00
26 lines
506 B
YAML
26 lines
506 B
YAML
title: Foam Jekyll Template
|
|
theme: jekyll-theme-primer
|
|
|
|
baseurl:
|
|
|
|
highlighter: rouge
|
|
gist:
|
|
noscript: false
|
|
kramdown:
|
|
math_engine: mathjax
|
|
syntax_highlighter: rouge
|
|
|
|
readme_index:
|
|
enabled: true
|
|
|
|
repository: hikerpig/foam-jekyll-template
|
|
|
|
# Generate permalinks in format specified in: https://jekyllrb.com/docs/permalinks/#built-in-formats
|
|
permalink: pretty
|
|
|
|
plugins:
|
|
- jekyll-optional-front-matter
|
|
- jekyll-readme-index
|
|
- jekyll-default-layout
|
|
- jekyll-titles-from-headings
|
|
- jekyll-relative-links
|