-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
32 lines (27 loc) · 1.6 KB
/
_config.yml
File metadata and controls
32 lines (27 loc) · 1.6 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
remote_theme: sylhare/Type-on-Strap
# THEME-SPECIFIC CONFIGURATION
title: My Blog # site's title
description: "My blog to record my stuff" # used by search engines
# Header and footer text
header_text: My Blog # Change Blog header text
header_feature_image: assets/img/header/main_header_thin.jpg # 2484 x 1280
header_feature_image_responsive: true
footer_text: >
Powered by <a href="https://jekyllrb.com/">Jekyll</a> with <a href="https://github.com/sylhare/Type-on-Strap">Type on Strap</a>; Hosted on <a href="https://pages.github.com/">Github Pages</a>
# Blog
excerpt: true # Or "truncate" (first 250 characters), "false" to disable
post_navigation: true
color_image: /assets/img/lineart.png # A bit transparent for color posts.
# Features
# More in the _data folder for share buttons, author and language
# For layout customization, go to the "_sass > base" folder, and check "_variables.scss"
katex: true # Enable if using math markup
mermaid: default # Enable mermaid-js for diagrams, use theme: base, forest, dark, default, neutral
google_analytics: # Tracking ID, e.g. "UA-000000-01"
cookie_consent: true # To respect the usage of cookies
color_theme: dark # auto, dark or light
# BLOG CONFIGURATION
post_navigation: true
paginate: 10
paginate_path: "blog/page:num"
plugins: [jekyll-paginate, jekyll-seo-tag, jekyll-feed]