-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
31 lines (29 loc) · 1.06 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
title: ProITC Solution
email: [email protected]
description: Java | Best Practices and Software Development
author: Juan Moreno
#baseurl: "/"
url: "https://proitcsolution.com.ve"
name: ProITC Solution
# Social Profiles
twitter_username: JuanMorenoDev
github_username: JuanMorenoDeveloper
facebook_username:
linkedin_username: juanantoniomorenoortega
stackoverflow_username: 4825845
# Add your google-analytics ID here to activate google analytics
google_analytics: UA-144979526-1 # out your google-analytics code
google_captcha_public_key: 6Lf8mR4aAAAAAP7wyPVLmZPd29bu5Sf36-IXunb4
google_site_verification_key: TMOBgOR_q9VOcIes6vRfFPvqduXitSZKAU7O2TVYQXU
formspree_url: https://formspree.io/f/xrgoklnd
# Build settings
markdown: kramdown
paginate: 5
paginate_path: "/posts/page:num/"
plugins:
- jekyll-feed
- jekyll-paginate
- jekyll-sitemap ## Uncomment this line to silently generate a sitemaps.org compliant sitemap for your Jekyll site
exclude:
- .idea
- vendor