Alice/_config.yml

72 lines
1.6 KiB
YAML
Executable File

# Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely edit after that. If you find
# yourself editing this file very often, consider using Jekyll's data files
# feature for the data you need to update frequently.
#
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'bundle exec jekyll serve'. If you change this file, please restart the server process.
title: ALICE
subtitle: Arts Lab in Interfaces, Computers, and Everything Else
baseurl: "/"
encoding: utf-8
theme: alice
# Build settings
markdown: kramdown
#theme: minima
gems:
- jekyll-scholar
- jekyll-feed
exclude:
- Gemfile
- Gemfile.lock
- update.sh
- makefile
- mystyle.csl
header_pages:
pages/about.md
pages/home.html
pages/index.html
pages/peoples.md
pages/publications.md
pages/trens.md
collections_dir: collections
collections:
people:
projects:
trens:
wonderland:
plugins: ['jekyll/scholar']
# The publications plugin
scholar:
#Checkout this github: https://github.com/citation-style-language/styles
style: _includes/csl/mystyle.csl #apa #chicago-fullnote-bibliography #apa
locale: en
sort_by: year, month
order: descending # ascending
group_by: year
group_order: descending # ascending
source: ./_bib
repository: papers
bibliography: "*.bib"
bibliography_template: bib #_layout/bib.html
replace_strings: true
join_strings: true
details_dir: bibliography
details_layout: bibtex.html
details_link: Details
query: "@*"