-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
39 lines (28 loc) · 1.23 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
# Jekyll configuration
name: Aprendendo Cloud Computing
description: A jekyll theme
# url is currently only used only for the RSS feed in feed.xml
url: https://rimolive.github.io/aprendendo-cloud-computing
# baseurl will often be '', but for a project page on gh-pages, it needs to
# be the project name.
# *** IMPORTANT: If your local "jekyll serve" throws errors change this to '' or
# run it like so: jekyll serve --baseurl=''
baseurl: /aprendendo-cloud-computing
# This can be '' to hide the Github nav button
github: 'rimolive/aprendendo-cloud-computing'
# Set this to your UA-# value, or '' to disable the block completely
gaaccount: 'UA-79558076-1'
# The 'comments' setting enables comments. You'll need to select either
# disqus or isso below to choose a comment system. Individual posts can
# override 'comments' to disable on a post-by-post basis.
comments: true
# Set this to your public isso URL to enable comments via isso. Set to '' to disable isso.
isso: ''
# Set this to your disqus shortname to enable comments via disqus. Set to '' to disable disqus.
disqus: 'aprendendo-cloud-computing'
permalink: /:year/:month/:title
paginate: 3
highlighter: rouge
markdown: kramdown
gems: ['jekyll-paginate']
exclude: ['README.md', 'LICENSE']