-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
executable file
·40 lines (32 loc) · 1.15 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
# Site settings
title: Arduino Day
description: > # this means to ignore newlines until "baseurl:"
Está chegando o Arduino Day 2020 Cachoeiro, um evento para reunir a comunidade local para discutir ideias e apresentar projetos que utilizem plataformas de prototipagem de baixo custo. Serão oferecidos minicursos, palestras e mostras de trabalhos. Fique atento à programação. Venha participar com a gente.
baseurl: "" # the subpath of your site, e.g. /blog/
url: "https://arduinodayci.github.io" # the base hostname & protocol for your site
author: "Labora"
# Build settings
markdown: kramdown
permalink: /posts/:title/
disqus:
shortname: arduinoday
sass:
style: compressed
# Contact info
contact:
phone: (28) 3526-9033 | (28) 3526-9045
email: [email protected]
address: Rodovia ES-482 (Cachoeiro-Alegre) - Fazenda Morro Grande, CEP 29311-970 - Cachoeiro de Itapemirim, ES - Brasil
plugins:
- jekyll-seo-tag
- jekyll-sitemap
paginate_path: "/p/:num/"
pagination:
enabled: true
per_page: 5
permalink: '/p/:num/'
title: ' - page :num'
limit: 0
sort_field: 'date'
sort_reverse: true
exclude: ["Gemfile", "Gemfile.lock", "README.md"]