-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
52 lines (52 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
---
title: Eulercoder
timezone: UTC
collections:
posts:
title: Posts
output: true
uploads:
title: Uploads
output: true
markdown: kramdown
highlighter: rouge
paginate: 10
language: en-us
baseurl: http://eulercoder.me
description: A place for Eulercoder Community, all about internships, jobs, interviews
and some motivation
cover: assets/images/blog-cover.jpg
logo: assets/images/blog-icon.png
logo_dark: assets/images/favicon.png
favicon: assets/images/favicon.png
production_url: http://eulercoder.me
source_url: https://github.com/Eulercoder/eulercoder.me
navigation: true
subscribers: true
twitter: vikesh002
facebook: eulercoder
disqus: true
disqus_shortname: vicky002
google_analytics: UA-45497633-11
permalink: "/:year/:month/:title/"
plugins:
- jekyll-paginate
- jekyll-feed
exclude:
- README.md
- Rakefile
- Gemfile
- Gemfile.lock
- changelog.md
- "*.Rmd"
- vendor
- ".travis.yml"
feed:
path: feed.xml
safe: false
lsi: false
username: eulercoder
repo: eulercoder.github.io
branch: master
relative_source: "../eulercoder.github.io/"
destination: "../_site/"