forked from JamieChung/nandomoreirame.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
executable file
·66 lines (57 loc) · 2.1 KB
/
_config.yml
File metadata and controls
executable file
·66 lines (57 loc) · 2.1 KB
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
permalink : /:title/
markdown : kramdown
highlighter : pygments
paginate: 12
comments: true
gems: [jekyll-paginate]
paginate_path: "/blog/page/:num/"
baseurl: ""
domain_name: nandomoreira.me
google_analytics: UA-52446115-1
source: source
destination: _site
itemtype: WebPage
cover: /assets/images/banner.jpg
# 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, Design Responsivo, HTML5, CSS3 e JavaScript"
meta_description: "Desenvolvedor Front-end, Design Responsivo, HTML5, CSS3 e JavaScript"
meta_keywords: "site, website, loja virtual, lojas virtuais, e-commerce, wordpress, frontend, front-end, html, html5, css, css3, js, javascript, jquery, seo, otimizacao, performance"
url: http://nandomoreira.me
production_url: http://nandomoreira.me
repo: http://github.com/nandomoreirame/nandomoreirame.github.io
disqus_shortname: "fernandomoreira"
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 entusiasta de performance, design responsivo e usabilidade, sempre em busca do melhor projeto e de um bom café."
# Plugin: jekyll-assets
assets:
dirname: /assets
baseurl: /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"]