-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathconfig.toml
33 lines (27 loc) · 872 Bytes
/
config.toml
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
baseURL = "https://blog.japaric.io/"
copyright = "<a rel=\"license\" href=\"http://creativecommons.org/licenses/by/4.0/\"><img alt=\"Creative Commons License\" src=\"https://i.creativecommons.org/l/by/4.0/80x15.png\" /></a><br/>Jorge Aparicio"
enableEmoji = true
languageCode = "en-us"
theme = "hucore"
title = "Embedded in Rust"
[taxonomies]
tag = "tags"
[params]
author = "Jorge Aparicio"
description = "A blog about Rust and embedded stuff"
displayauthor = true
keywords = ["Rust", "embedded", "development"]
sharingicons = false
[params.highlight]
languages = ["armasm", "c", "diff", "llvm", "rust", "shell"]
style = "github"
theme = "tomorrow-night"
[[params.social]]
fa_icon = "fa-github"
url = "https://github.com/japaric"
[[params.social]]
fa_icon = "fa-twitter"
url = "https://twitter.com/japaric_io"
[[params.social]]
fa_icon = "fa-rss"
url = "/index.xml"