-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
47 lines (39 loc) · 936 Bytes
/
_config.yml
File metadata and controls
47 lines (39 loc) · 936 Bytes
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
# Site settings
title: AI Research Blog
description: Thoughts on AI research and ML theory
author: Your Name
email: your-email@example.com
# URL settings (update with your GitHub username)
baseurl: "/blog"
url: "https://simplexlab.github.io"
# Build settings
theme: jekyll-theme-clean-blog
plugins:
- jekyll-feed
- jekyll-seo-tag
- jekyll-paginate
# Pagination
paginate: 5
paginate_path: "/posts/page:num/"
# Markdown settings
markdown: kramdown
highlighter: rouge
kramdown:
syntax_highlighter: rouge
input: GFM
# Permalink structure
permalink: /:year/:month/:day/:title/
# Social profiles (optional - uncomment and fill in as needed)
# twitter_username: your_twitter
# facebook_username: your_facebook
# github_username: your_github
# linkedin_username: your_linkedin
# instagram_username: your_instagram
# Exclude from build
exclude:
- Gemfile
- Gemfile.lock
- README.md
- LICENSE
- node_modules
- vendor