Skip to content

Commit 15f4575

Browse files
committed
🌱 Update Docura
1 parent c74fcbd commit 15f4575

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

‎config/_default/config.toml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ baseURL = 'https://learning-rust.github.io/'
44
defaultContentLanguage = 'en'
55
languageCode = 'en-us'
66

7-
googleAnalytics = 'G-FZHQCXSZ89'
8-
97
enableGitInfo = true
108

119
theme = 'docura'
1210

13-
markup.highlight.noClasses = false
11+
markup.highlight.noClasses = false
12+
13+
[services]
14+
[services.googleAnalytics]
15+
ID = 'G-FZHQCXSZ89'

‎config/_default/params.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
description = 'Rust Programming Language Tutorials'
22

3-
[author]
4-
name= 'Dumindu Madunuwan'
5-
URL = 'https://github.com/dumindu'
6-
73
currentYear = 2023
84
projectStartYear = 2016
95

@@ -17,6 +13,10 @@ githubRepo = 'learning-rust/site'
1713
buyMeACoffee = 'dumindu'
1814
githubSponsor = 'dumindu'
1915

16+
[author]
17+
name= 'Dumindu Madunuwan'
18+
URL = 'https://github.com/dumindu'
19+
2020
[algolia]
2121
[algolia.en]
2222
container = '#site-header-search'

0 commit comments

Comments
 (0)