-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
executable file
·96 lines (89 loc) · 2.4 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
# Outputting
permalink: /:categories/:title.html
#permalink: /:categories/:year/:month/:day/:title.html
# Conversion
markdown: kramdown
highlighter: rouge
excerpt_separator: <!--more-->
# Config for your profile.
title: Raman Ahmad's Personal Page # Site title
name: Raman Ahmad # Your name
affiliation: NLP-Enthusiast and Student at HAW # Your name
avatar: /docs/pictures/profile-2024-raman.jpg # Path to an avatar image
author: Raman Ahmad
# The theme uses the baseurl throughout, which is useful for running the entire
# site under a subdir, like for this GitHub Pages deployment as a project site.
#baseurl: "/Users/doofnase/My_GitHub/christianschuler8989.github.io/"
#TL;DR: Use baseurl when you are building a site that doesn’t sit at the root of the domain.
# baseurl: "christianschuler8989.github.io/"
baseurl: ""
# url: "https://RamanAhmad.github.io"
plugins:
- jekyll-sitemap
- jekyll-feed
# Disqus Comments
disqus:
shortname: ramanahmad
# Add a directory to hold misc pages, just to keep the root directory clean.
include: ["_pages", "_portfolio", "_resources"]
exclude:
- hidden
# Turn the projects into a collection.
collections:
posts:
output: true
title: Posts
permalink: /:collection/:title.html
resources:
output: true
title: Resources
permalink: /:collection/:name.html
portfolio:
output: true
title: portfolio
permalink: /:collection/:name.html
# projects:
# output: true
# title: Projects
# permalink: /:collection/:name.html
defaults:
# Turn the profile sidebar on for all pages by default, except for the
# collections, where it is off and replaced by useful things on the sidebar.
# To override this one a page, use
# show_profile: false
# to hide the profile.
-
scope:
path: ""
values:
show_profile: true
-
scope:
path: "_posts"
values:
show_profile: false
layout: defaults/post
-
scope:
path: "_portfolio"
values:
show_profile: false
layout: defaults/portfolio
-
scope:
path: "_resources"
values:
show_profile: false
layout: defaults/resources
-
scope:
path: "list"
values:
show_profile: false
layout: defaults/list
# -
# scope:
# path: "_projects"
# values:
# show_profile: false
# layout: defaults/projects