-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
81 lines (77 loc) · 1.83 KB
/
Copy path_config.yml
File metadata and controls
81 lines (77 loc) · 1.83 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
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
# global settings
name: smussie
title: "My github page"
email: sirak.mussie@camptocamp.com
description: >- #this means ignore newlines until "baseurl:"
My adventures in coding, Jekyll, HTML, CSS and JS,
should be fun.
permalink: /:categories/:title
#permalink: pretty
#relative_permalinks: false
#theme: jekyll-theme-hacker
baseurl: ""
url: "https://smussie.github.io"
github_username: smussie
#twitter_username:
google_username: sirak.mussie
links:
- title: about
url: /about
- title: WebCv
url: /WebCv
- title: posts # blogs or posts
url: /posts
- title: work
url: /work
# Build settings
exclude:
[
"script",
"vendor",
"Gemfile",
"Gemfile.lock",
"Rakefile",
"README.md",
"Jekyll guide.md",
]
markdown: kramdown
plugins:
- jekyll-feed
- jekyll-paginate
# - jekyll-avatar
# - jekyll-redirect-form
# - jekyll-seo-tag
# - jekyll-coffescript
# - jekyll-sitemap
# - jekyll-octicons
pagiante: 10
paginate_path: "/posts/page:num/"
kramdown:
syntax_highlighter: rouge
input: GFM
auto_ids: true
toc_levels: 1..3
collections:
pages:
output: true
permalink: /:path
#defaults:
# -
# scope:
# path: "" # an empty string here means all files in the project
# type: "posts" # previously `post` in Jekyll 2.2. #pages, posts, drafts as type is optional the value for path must be specified
# values:
# layout: "default" #eg my-site
# -
# scope:
# path: "projects" #any docs in the project/ folder will use the project layout
# type: "pages" # previously `page` in Jekyll 2.2.
# values:
# layout: "project" # overrides previous default layout
# author: "Mr. Hyde" #the also get page.author liquid variable to Mr. Hyde
#Build settings
#markdown: kramdown
#theme: minima
#plugins:
# - jekyll-theme-hacker
#https://jekyllrb.com/docs/configuration/