-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yaml
More file actions
37 lines (31 loc) · 833 Bytes
/
_config.yaml
File metadata and controls
37 lines (31 loc) · 833 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
title: "elementary Blog"
description: "We design and develop the fast, open, and privacy-respecting replacement for Windows and macOS"
permalink: /:title/
theme-color: "#702459"
gravatar: 0a8fe00dfeaeb95fe5ea132c758e4c1d
facebook: elementaryos
mastodon: elementary
reddit: elementaryos
twitter: elementary
authors:
hodev:
name: Hosein Mola
description: "authors"
gravatar: 0a8fe00dfeaeb95fe5ea132c758e4c1d # Gravatar md5 hash
anonymous:
name: "Unknown Author"
plugins:
- jekyll-feed
- jekyll-paginate
- jekyll-redirect-from
- jekyll-sitemap
paginate: 10
paginate_path: "/archive/:num/"
markdown: kramdown
kramdown:
syntax_highlighter: rouge
syntax_highlighter_opts:
block:
line_numbers: true
future: false # Allows us to stage posts
exclude: [README.md, Gemfile, Gemfile.lock, vendor]