LigaDasOrquideas/_config.yml

73 lines
1.6 KiB
YAML
Raw Permalink Normal View History

2024-08-09 00:52:09 -03:00
# Site settings
2024-08-17 19:17:21 -03:00
title: Liga das Orquideas
2024-08-09 00:52:09 -03:00
description: >- # this means to ignore newlines until "baseurl:"
2024-08-09 01:11:10 -03:00
2024-08-21 17:08:37 -03:00
baseurl: "" # the subpath of your site, e.g. /blog
2024-08-21 17:03:11 -03:00
url: "https://ligadasorquideas.ufsj.edu.br" # the base hostname & protocol for your site, e.g. http://example.com
2024-08-09 01:11:10 -03:00
2024-08-21 15:20:40 -03:00
sass:
load_paths:
- _sass
2024-08-17 19:17:21 -03:00
# Gems (Legacy: `gems` has been replaced by `plugins` in Jekyll 3.5+)
2024-08-09 00:52:09 -03:00
plugins:
2024-08-17 19:17:21 -03:00
- jekyll-scholar
exclude:
- Gemfile
- Gemfile.lock
- update.sh
- makefile
2024-08-09 01:11:10 -03:00
2024-08-14 17:25:58 -03:00
collections_dir: collections
2024-08-09 01:11:10 -03:00
2024-08-17 19:17:21 -03:00
# Pages
2024-08-09 01:11:10 -03:00
header_pages:
2024-08-14 17:25:58 -03:00
- pages/index.html
2024-08-21 16:25:16 -03:00
- pages/maps.html
- pages/about.html
- pages/peoples.html
- pages/publication.html
2024-08-09 01:11:10 -03:00
2024-08-17 19:17:21 -03:00
# Collections
2024-08-09 01:11:10 -03:00
collections:
2024-08-17 19:17:21 -03:00
people:
output: true
2024-08-21 17:03:11 -03:00
permalink: /:collection/:path
2024-08-17 19:17:21 -03:00
# Scholar plugin configuration
scholar:
style: 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: "@*"
2024-08-09 00:52:09 -03:00
# Exclude from processing.
# The following items will not be processed, by default.
# Any item listed under the `exclude:` key here will be automatically added to
# the internal "default list".
#
# exclude:
# - .sass-cache/
# - .jekyll-cache/
# - gemfiles/
# - Gemfile
# - Gemfile.lock
# - node_modules/
# - vendor/bundle/
# - vendor/cache/
# - vendor/gems/
# - vendor/ruby/