-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
114 lines (100 loc) · 3.92 KB
/
_config.yml
File metadata and controls
114 lines (100 loc) · 3.92 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
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
111
112
113
114
# =============================================================================
# SITE CONFIGURATION
# =============================================================================
# Mandar's Blog - A Minimalist Scholar theme
# =============================================================================
# -----------------------------------------------------------------------------
# Basic Site Settings
# -----------------------------------------------------------------------------
title: Mandar's Blog
description: >-
Thoughts on technology, software, and artificial intelligence.
url: "https://mandar.dev"
baseurl: ""
# -----------------------------------------------------------------------------
# Author Information
# -----------------------------------------------------------------------------
author_name: Mandar Limaye
author_bio: >-
Technology enthusiast exploring the intersection of software engineering,
AI, and the future of tech.
author_image: /assets/images/mandar.jpg
email: mail@mandar.dev
# -----------------------------------------------------------------------------
# Social Links
# -----------------------------------------------------------------------------
twitter_username: mandarlimaye
github_username: mandarl
linkedin_username: mandarlimaye
# -----------------------------------------------------------------------------
# Newsletter Configuration
# -----------------------------------------------------------------------------
# Uncomment and configure when you set up a newsletter service
# newsletter_form_action: "https://buttondown.email/api/emails/embed-subscribe/YOUR_USERNAME"
newsletter_title: "Subscribe to my newsletter"
newsletter_description: "Get new posts delivered to your inbox. No spam, unsubscribe anytime."
# Show newsletter signup on homepage and posts
show_newsletter_on_home: true
show_newsletter_on_posts: true
# -----------------------------------------------------------------------------
# Social Card / Open Graph
# -----------------------------------------------------------------------------
# Default image used for social media share cards when a post doesn't specify one
# Posts can override this by adding `image: /path/to/image.jpg` in front matter
social_card_image: /assets/images/social-card.png
# -----------------------------------------------------------------------------
# Content Features
# -----------------------------------------------------------------------------
show_share_buttons: true
show_author_bio: true
# -----------------------------------------------------------------------------
# Build Settings
# -----------------------------------------------------------------------------
markdown: kramdown
highlighter: rouge
# Sass configuration
sass:
sass_dir: _sass
style: compressed
# Plugins
plugins:
- jekyll-feed
- jekyll-sitemap
- jekyll-redirect-from
# -----------------------------------------------------------------------------
# Permalinks
# -----------------------------------------------------------------------------
permalink: /:year/:month/:day/:title/
# -----------------------------------------------------------------------------
# Defaults
# -----------------------------------------------------------------------------
defaults:
- scope:
path: ""
type: "posts"
values:
layout: "post"
- scope:
path: ""
type: "pages"
values:
layout: "page"
# -----------------------------------------------------------------------------
# Exclude from processing
# -----------------------------------------------------------------------------
exclude:
- .git
- .gitignore
- .idea
- Gemfile
- Gemfile.lock
- node_modules
- vendor
- README.md
- run_dev_server.bat
- import_from_tumblr.rb
- _config.yml.backup
# -----------------------------------------------------------------------------
# Analytics (optional)
# -----------------------------------------------------------------------------
# google_analytics: UA-XXXXXXXX-X