Skip to content

Commit 21e7e55

Browse files
committed
Update global variables
1 parent dec8fd0 commit 21e7e55

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

config.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
Add here global page variables to use throughout your website.
33
-->
44
+++
5-
author = "Septimia Zenobia"
5+
author = "JuliaLangJa Team"
66
mintoclevel = 2
7+
discord_invite_link = "https://discord.gg/4yvfmVMjHW"
78

89
# uncomment and adjust the following line if the expected base URL of your website is something like [www.thebase.com/yourproject/]
910
# please do read the docs on deployment to avoid common issues: https://franklinjl.org/workflow/deploy/#deploying_your_website
@@ -16,10 +17,10 @@ mintoclevel = 2
1617
ignore = ["node_modules/"]
1718

1819
# RSS (the website_{title, descr, url} must be defined to get RSS)
19-
generate_rss = true
20-
website_title = "Franklin Template"
21-
website_descr = "Example website using Franklin"
22-
website_url = "https://tlienart.github.io/FranklinTemplates.jl/"
20+
generate_rss = false
21+
website_title = "JuliaLangJa Discord"
22+
website_descr = "The entrance page of JuliaLangJa community Discord server"
23+
website_url = "https://julialangja.github.io/"
2324
+++
2425

2526
<!--

0 commit comments

Comments
 (0)