Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 953324f

Browse files
committed
Fix base_url conf
1 parent 22b8a7a commit 953324f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

site.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
# General settings that will be available in templates.
22
site:
3-
base_url: http://localhost:8080
4-
disqus_shortname: null
5-
author: Author Name
6-
brand: Brand Name
3+
base_url: https://coderstats.net
4+
author: Ramiro Gómez
5+
brand: CoderStats
76

87

98
# Settings that affect collections in the document index. Top-level keys of

0 commit comments

Comments
 (0)