60 lines
1.7 KiB
YAML
Executable File
60 lines
1.7 KiB
YAML
Executable File
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: "/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: all_leve
|
|
# template: projetos
|
|
# dir: projetos
|
|
# index_files: false
|
|
# title: file
|
|
# name: file
|
|
# debug: false
|
|
|
|
# Configuração do datapage_gen:
|
|
#page_gen:
|
|
# - data: all
|
|
# template: plugins
|
|
# dir: projetosPorTrack
|
|
# index_files: false
|
|
# name: TAG
|
|
# title: "Arquivos com tipo: :TAG"
|
|
# 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 from processing.
|
|
exclude:
|
|
- .sass-cache/
|
|
- .jekyll-cache/
|
|
- gemfiles/
|
|
- Gemfile
|
|
- Gemfile.lock
|
|
- assets/js/creations/server/node_modules
|
|
- vendor/ # Ignora toda a pasta vendor de uma vez
|
|
- scripts/ # Seus scripts Python não vão para o HTML
|
|
- venv/ # Se você tiver um ambiente virtual Python aí dentro
|
|
# - "*.db" # Ignora bancos de dados do SQLite (como o users.db)
|
|
- mmp/instruments/lmms/presets/ZynAddSubFX
|
|
- _data
|