-
Notifications
You must be signed in to change notification settings - Fork 75
/
_config.yml
executable file
·68 lines (59 loc) · 2.22 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
permalink: /:title/
markdown: kramdown
highlighter: pygments
paginate: 2 #6
comments: true
paginate_path: "/page/:num"
baseurl: "/nandomoreira-jekyll-theme" # change to empty string ""
domain_name: nandomoreira.me
google_analytics: UA-52446115-1
source: source
destination: _site
# cover: /assets/images/header-cover.png
# site title, description, meta_description, meta_keywords
# Details for the RSS feed generator
name: Fernando Moreira
title: Fernando Moreira | Desenvolvimento Web e tudo mais..
description: "Desenvolvedor Front-end/Wordpress, Design Responsivo, HTML5, CSS3 e JavaScript"
meta_description: "Desenvolvedor Front-end/Wordpress, Design Responsivo, HTML5, CSS3 e JavaScript"
meta_keywords: "site, website, loja virtual, lojas virtuais, e-commerce, wordpress, frontend, front-end, html5, css3, javascript, jquery, seo, otimizacao, performance"
url: http://nandomoreira.me
production_url: http://nandomoreira.me
repo: https://github.com/nandomoreirame/nandomoreira-jekyll-theme
disqus_shortname: "nandothemes"
rss_path: source/
author:
name: Fernando Moreira
image: /assets/images/author.jpg
email: nandomoreira.me@gmail.com
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é."
# thought
thought:
text: I have no special talent. I am only passionately curious.
author: Albert Einstein
# Plugin: jekyll-assets
assets:
dirname: /assets
baseurl: /nandomoreira-jekyll-theme/assets/ # change to /assets/
sources:
- assets/images
- assets/fonts
- assets/css
- assets/js
cache: true
gzip: [ text/css, application/javascript ]
# Compress HTML
compress_html:
clippings: all
comments: all
endings: all
profile: false
ignore:
envs: all
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"]