-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
46 lines (41 loc) · 1.11 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
41
42
43
44
45
46
# Site settings
title: Geeks@Home
description: Conteúdo sobre Programação e Robótica para crianças
baseurl: "/geeksathome" # the subpath of your site, e.g. /geeksathome
url: "https://agnoldo.github.io" # the base hostname & protocol for your site e.g. http://localhost:8000
# jsonFile: "https://agnoldo.github.io/geeksathome/search.json"
# User settings
username: Lorem Ipsum
user_description: Geeks@Home at Lorem Ipsum Dolor
email: [email protected]
twitter_username: lorem_ipsum
github_username: lorem_ipsum
gplus_username: lorem_ipsum
disqus_username: lorem_ipsum
# Build settings
markdown: kramdown
highlighter: rouge
permalink: /:title/
# html minify
compress_html:
clippings: all
comments: all
endings: []
profile: false
# Links to include in menu navigation
# For external links add external: true
links:
- title: Home
icon: ion-ios-home
url: /
- title: Cursos
icon: ion-ios-book
url: /series
- title: Tags
icon: ion-pound
url: /tags
- title: Sobre o Geeks@Home
icon: ion-ios-people
url: /about
# exclude my node related stuff
exclude: ['package.json', 'src', 'node_modules']