-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
41 lines (36 loc) · 1.07 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
title: Jekyll Customization
description: >- # this means to ignore newlines until "baseurl:"
How to quickly customize and add features to a Jekyll website
baseurl: "/jekyll-customization" # the subpath of your site, e.g. /blog
url: "https://mrkllvc.github.io/jekyll-customization" # the base hostname & protocol for your site, e.g. http://example.com
github_username: mrkllvc
# Build settings
theme: minima
plugins:
- jekyll-feed
sass:
quiet_deps: true
# jekyll-scholar plugin settings
scholar:
style: apa
locale: en
sort_by: none
order: ascending
source: ./_bibliography
bibliography: simple.bib
bibliography_template: "{{reference}}"
replace_strings: true
join_strings: true
details_dir: bibliography
details_layout: bibtex.html
details_link: Details
query: "@*"
# comments via contact forms
comments:
use: "staticforms"
staticforms:
action: "https://api.staticforms.xyz/submit"
token: "4e5a5ee1-5fd9-47ed-9b85-aecdabd0c006"
web3forms:
action: "https://api.web3forms.com/submit"
token: "20a51aef-da18-46db-a079-fd60a0b9c065"