-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
54 lines (50 loc) · 1.2 KB
/
_config.yml
File metadata and controls
54 lines (50 loc) · 1.2 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
title: Header Files
description: Blog personal de Carlos Buchart con artículos sobre C++, Qt, buenas prácticas de programación y expresividad, desarrollo en general y más.
tagline: Blog personal de Carlos Buchart
author: Carlos Buchart
email: cbuchart@gmail.com
show_excerpts: true
paginate: 16
paginate_path: "page:num/"
encoding: UTF-8
locale: es_ES
sass:
sass_dir: _sass
plainwhite:
name: Header Files
tagline: template<class Cpp, class Qt, class ... Y_Mas>
date_format: "%b %-d, %Y"
sitemap: true
search: true
dark_mode: false
portfolio_image: "assets/portfolio.png"
html_lang: "es"
disqus_shortname: "headerfiles"
condensed_mobile:
- home
- page
- post
navigation:
- title: Carlos Buchart
url: "https://cbuchart.com"
- title: Código
url: https://github.com/BlogHeaderFiles/SourceCode
- title: Créditos
url: "/creditos"
social_links:
github: cbuchart
linkedIn: in/cbuchart
stackoverflow: 1485885/cbuchart
twitter: header_files
compress_html:
clippings: all
comments: all
endings: []
blanklines: true
profile: false
startings: all
plugins:
- jekyll-seo-tag
- jekyll-paginate
- jekyll-feed
- jekyll-sitemap