-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_config.yml
100 lines (92 loc) · 2.13 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
# Site settings
name: Object Pascal Programming
title: Object Pascal Programming
author: Marcos Douglas B. Santos
email: opp@delfire.net
timezone: America/Sao_Paulo
locale: pt_BR
copyright: "(c) Marcos Douglas B. Santos, 2015-2017"
encoding: utf-8
description: > # this means to ignore newlines until "baseurl:"
Sacadas sobre Programação Orientada a Objetos e Object Pascal.
keywords:
- pascal
- object pascal
- delphi
- freepascal
- fpc
- lazarus
- marcos douglas blog
- orientação a objetos
- object oriented
- oop
- poo
- software development blog
- programming blog
- quality of software
- software blog
- high quality programming
baseurl: ""
url: "http://objectpascalprogramming.com"
date_format: "%b %-d, %Y"
destination: ../site
# Build settings
highlighter: pygments
permalink: /posts/:title/
excerpt_separator: <!--more-->
paginate: 15
markdown: kramdown
redcarpet:
extensions: ['smart', 'tables', 'with_toc_data']
sass:
compressed: true
gems:
- jekyll-redirect-from
- jekyll-paginate
# Optional features
animated: true
show_related_posts: true
show_post_footers: true
show_social_icons: true
ajaxify_contact_form: true
# Google services
google_enabled: true
google_analytics: UA-72532239-1
google_verification:
# Disqus post comments
disqus_shortname: objectpascalprogramming
disqus_enabled: true
# Facebook Comments plugin
facebook_comments:
facebook_appid:
facebook_comments_number: 10
# Social icons
github_username: mdbs99
gitlab_username: mdbs99
bitbucket_username: mdbs99
stackoverflow_id: 4330138
facebook_site: mdbs99
twitter_username: mdbs99
facebook_username: objectpascalprogramming
google_plus_id: +mdbs99
linkedin_username: mdbs99
instagram_username: mdbs99
medium_id: "@mdbs99"
youtube_url: https://www.youtube.com/c/mdbs99
angellist_username:
bitcoin_url:
paypal_url:
flattr_button:
# Post sharing icons
show_sharing_icons: true
share_text: 'Compartilhe'
# Change to 'true' to enable individual icons
share_facebook: true
share_twitter: true
share_googleplus: true
share_linkedin: true
share_digg: false
share_tumblr: false
share_reddit: true
share_stumbleupon: false
share_hackernews: true