-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path_config.yml
52 lines (44 loc) · 1.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
title: Corona Info Nepal
email: budhram.gurung01@gmail.com
description: >- # this means to ignore newlines until "baseurl:"
Get the reliable and authentic information regarding COVID-19 disease
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://coronainfonepal.github.io" # the base hostname & protocol for your site, e.g. http://example.com
# images_base_url: /assets # for local images
images_base_url: https://coolbrg.sirv.com/Images/coronainfonepal.org/ # for cdn based images
google_analytics: # UA-162159392-1
permalink: /blogs/:year/:month/:day/:title/
future: true
languages: ["np", "en"]
exclude_from_localizations:
- "assets"
- "script"
- "README.md"
- "Rakefile"
- "feed.xml"
# pagination:
# enabled: true
# per_page: 10
# permalink: '/page/:num/'
# sort_reverse: true
collections:
infos:
output: true
infos_en:
output: true
videos:
output: true
videos_en:
output: true
sass:
sass_dir : _sass
style : :compressed
# Build settings
markdown: kramdown
plugins:
- jekyll-paginate-v2
- jekyll-multiple-languages-plugin
exclude:
- _blogs
- Gemfile
- Gemfile.lock