47 lines
1.2 KiB
YAML
47 lines
1.2 KiB
YAML
|
title: MMPSearch
|
||
|
email: your-email@example.com
|
||
|
description: >- # this means to ignore newlines until "baseurl:"
|
||
|
Write an awesome description for your new site here. You can edit this
|
||
|
line in _config.yml. It will appear in your document head meta (for
|
||
|
Google search results) and in your feed.xml site description.
|
||
|
baseurl: "/~jotachina/mmpSearch/" # the subpath of your site, e.g. /blog
|
||
|
url: "https://alice.ufsj.edu.br" # the base hostname & protocol for your site, e.g. http://example.com
|
||
|
|
||
|
theme: alice
|
||
|
|
||
|
plugins:
|
||
|
- jekyll-datapage-generator
|
||
|
|
||
|
page_gen-dirs: true
|
||
|
|
||
|
page_gen:
|
||
|
- data: processed_data
|
||
|
template: projetos
|
||
|
dir: output_pages
|
||
|
index_files: false
|
||
|
name: filename
|
||
|
debug: false
|
||
|
|
||
|
# Build settings
|
||
|
|
||
|
# 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".
|
||
|
#
|
||
|
# Excluded items can be processed by explicitly listing the directories or
|
||
|
# their entries' file path in the `include:` list.
|
||
|
#
|
||
|
# exclude:
|
||
|
# - .sass-cache/
|
||
|
# - .jekyll-cache/
|
||
|
# - gemfiles/
|
||
|
# - Gemfile
|
||
|
# - Gemfile.lock
|
||
|
# - node_modules/
|
||
|
# - vendor/bundle/
|
||
|
# - vendor/cache/
|
||
|
# - vendor/gems/
|
||
|
# - vendor/ruby/
|
||
|
# - scripts/
|