-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy path_config.yml
More file actions
20 lines (18 loc) · 771 Bytes
/
_config.yml
File metadata and controls
20 lines (18 loc) · 771 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Site settings
title: Your blog title goes here
description: >
Your blog description
baseurl: "/rust-lang-blog-boilerplate" # should be / if you build a global github page (eg o0ignition0o.github.io)
url: "https://o0Ignition0o.github.io" # The blog url you want to choose (you can use a github.io one, or pick your own hosted url :))
logo: "https://www.rust-lang.org/logos/rust-logo-64x64-blk.png" # This one is used as blog logo
twitter_username: o0ignition0o # Your twitter handle
github_username: o0Ignition0o # Your github handle
exclude:
- vendor
- .github
- README.md
- Gemfile
- Gemfile.lock
# Build settings
highlighter: rouge
root: "https://check-out-my-awesome-blog.org" # Not really sure this is useful, need to cross check with blog writers :)