Skip to content

Commit

Permalink
Update _config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nntrn committed Dec 14, 2023
1 parent 18b130b commit 0e9dc80
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
title: 'JQ Recipes'
title: "JQ Recipes"
description: snippets for working with jq
baseurl: '/jq-recipes'
url: 'https://nntrn.github.io'
baseurl: "/jq-recipes"
url: "https://nntrn.github.io"
repository: nntrn/jq-recipes
recipes_file: recipes.jq

Expand All @@ -12,7 +12,7 @@ markdown: kramdown
permalink: pretty
enable_copy_code_button: true

favicon_ico: '/assets/favicon.ico'
favicon_ico: "/assets/favicon.ico"

search_enabled: true
search:
Expand All @@ -30,41 +30,41 @@ nav_sort: case_sensitive

kramdown:
toc_levels: 2..2
smart_quotes: ['apos', 'apos', 'quot', 'quot']
smart_quotes: ["apos", "apos", "quot", "quot"]

github_username: nntrn

defaults:
- scope:
path: '_general/*.md'
path: "_general"
values:
parent: 'General'
parent: "General"
- scope:
path: '_functions/*.md'
path: "_functions"
values:
layout: 'Functions'
parent: "Functions"
- scope:
path: 'recipes.jq'
path: "recipes.jq"
values:
output: true

collections:
general:
output: true
permalink: general/:name
tags:
functions:
output: true
permalink: functions/:name

plugins:
- jekyll-remote-theme

gh_edit_link: true
gh_edit_link_text: 'Edit this page on GitHub'
gh_edit_repository: 'https://github.com/nntrn/jq-recipes'
gh_edit_branch: 'staging'
gh_edit_link_text: "Edit this page on GitHub"
gh_edit_repository: "https://github.com/nntrn/jq-recipes"
gh_edit_branch: "staging"
# gh_edit_source: docs # the source that your files originate from
gh_edit_view_mode: 'tree'
gh_edit_view_mode: "tree"

callouts_level: quiet
callouts:
Expand All @@ -80,15 +80,15 @@ callouts:
title: Read more
color: blue

custom_css: '/assets/custom/style.css'
custom_css: "/assets/custom/style.css"

sass:
style: compact

compress_html:
clippings: [div, p, ul, td, h1, h2]
endings: all
comments: ['<!--', '-->']
comments: ["<!--", "-->"]
startings: []
blanklines: true
profile: false
Expand Down

0 comments on commit 0e9dc80

Please sign in to comment.