-
Notifications
You must be signed in to change notification settings - Fork 34
/
Copy path_config.yml
executable file
·42 lines (36 loc) · 1.43 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
permalink : /:categories/:year/:title/
markdown : kramdown
highlighter : pygments
paginate: 2 #6
comments: true
paginate_path: "/page/:num"
source: source
destination: _site
sass:
sass_dir: _scss
style: compressed
cover: /assets/images/default-cover.png
# site title, description, meta_description, meta_keywords
# Details for the RSS feed generator
name: Mug Jekyll theme
title: Mug
description: "A free Jekyll theme for download"
keywords: "Jekyll, theme, mug, free, download, SEO, blog, web"
url: http://nandomoreira.me
baseurl: "/mug"
domain_name: nandomoreira.me
# google_analytics: UA-52446115-1
repo: http://github.com/nandomoreirame/mug
disqus_shortname: "nandothemes"
author:
name : Fernando Moreira
image : /assets/images/author.jpg
email : [email protected]
url : http://nandomoreira.me
facebook : http://facebook.com/fernando.dev
twitter : http://twitter.com/nandomoreirame
instagram : http://instagram.com/nandomoreira.me
github : http://github.com/nandomoreirame
linkedin : http://linkedin.com/in/nandomoreirame
bio : "Desenvolvedor Front-end/Wordpress entusiasta de performance, design responsivo e usabilidade, sempre em busca do melhor projeto e de um bom café."
exclude: ["gulp", "node_modules", "bower", "bower_components", "config.rb", "src", "Gemfile", "Gemfile.lock", ".rvmrc", ".rbenv-version", "package.json", "gulpfile.js", "README.md", "Rakefile", "changelog.md"]