-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_config.yml
110 lines (97 loc) · 2.73 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
101
102
103
104
105
106
107
108
109
110
# Set theme
theme: alembic-jekyll-theme
# File excludes
exclude:
- README.md
- Gemfile
- Gemfile.lock
# Set plugins
plugins:
- jekyll-sitemap
- jekyll-mentions
- jekyll-paginate
- jekyll-seo-tag
- jekyll-redirect-from
- jekyll-default-layout
- jekyll-feed
- jemoji
- jekyll-org
# - jemoji-plus
# Gem Settings
author: Khinshan Khan # jekyll-seo-tag > default author
social: # jekyll-seo-tag > social overrides
name: Khinshan Khan # jekyll-seo-tag > real name
links: # jekyll-seo-tag > social aliases (sameAs)
- https://github.com/khinshankhan
# markdown: CommonMark # Markdown parse settings, CommonMark performs slightly better an others in build time
# commonmark:
# options: ["SMART", "FOOTNOTES"]
# extensions: ["strikethrough", "autolink", "table"]
# Pagination
paginate: 5
paginate_path: blog/page/:num
# Site settings
url: 'https://khinshankhan.com'
baseurl: ''
title: 'Khinshan Khan'
description: "Hello! This is my personal blog, where I share interesting news, books I'm reading, shows I'm watching, prominent projects, what I'm learning, and some musings. You can also find a plethora of information on myself, or at least sources to them.
</br></br>
クリック コード サイクル!"
permalink: /:year/:month/:day/:title
logo: "/assets/imgs/works/k_logo.jpeg"
disqus: "kkhan01"
# Header nav
navigation_header:
- title: Home
url: /
- title: About
url: /about
- title: Blog
url: /blog/
- title: Projects
url: /projects
- title: Search
url: /search
- title: Resume
url: https://kkhan01.github.io/resume/resume.pdf
# Footer nav
navigation_footer:
- title: Back to top
url: "#top"
# Collections
collections:
posts:
title: Posts
output: true
description: "My thoughts and ideas"
feature_text: |
## Welcome to my blog
feature_image: "https://picsum.photos/2560/600?image=866"
# Favicons are also used in the manifest file. Syntax is 'size: path'
favicons:
16: '/assets/imgs/works/k_logo.jpeg'
32: '/assets/imgs/works/k_logo.jpeg'
96: '/assets/imgs/works/k_logo.jpeg'
120: '/assets/imgs/works/k_logo.jpeg'
144: '/assets/imgs/works/k_logo.jpeg'
180: '/assets/imgs/works/k_logo.jpeg'
512: '/assets/imgs/works/k_logo.jpeg'
1024: '/assets/imgs/works/k_logo.jpeg'
social_links:
GitHub: https://github.com/khinshankhan
Linkedin: https://linkedin.com/in/khinshankhan
Discord: https://discordapp.com/users/356260437567995914/
RSS: /feed.xml
########################################################
# jemoji setting
#
# See: https://github.com/jekyll/jemoji
#
# command:
# gem install gemoji
# bundle exec gemoji extract assets/images/emoji
#
########################################################
emoji:
# src: "/static/images/icons/emoji"
src: "https://github.githubassets.com/images/icons/"