-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
43 lines (37 loc) · 907 Bytes
/
_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
# Site Settings
title: QxCodePoo
email: [email protected]
description: Aprenda OO com projetos
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://qxcodepoo.github.io" # the base hostname & protocol for your site
google_analytics: "UA-XXXXXXXX-X"
# User Settings
username: QxCodePoo
user_description: Some text about you.
disqus_username:
# Social Media
# Remove the item if you don't need it
github_username: senapk
facebook_username: sena.ufc
twitter_username:
instagram_username:
linkedin_username:
medium_username:
# Build settings
markdown: kramdown
highlighter: rouge
permalink: /:title/
# Plugins
plugins:
- jemoji
# Links to include in menu navigation
# For external links add external: true
links:
- title: Home
url: /
- title: About
url: /about/
- title: Contact
url: /contact/
# Exclude my node related stuff
exclude: ['package.json', 'src', 'node_modules']