Skip to content

Latest commit

 

History

History
30 lines (26 loc) · 1.15 KB

config.md

File metadata and controls

30 lines (26 loc) · 1.15 KB

+++ author = "JuliaLangJa Team" mintoclevel = 2 discord_invite_link = "https://discord.gg/4yvfmVMjHW"

uncomment and adjust the following line if the expected base URL of your website is something like [www.thebase.com/yourproject/]

please do read the docs on deployment to avoid common issues: https://franklinjl.org/workflow/deploy/#deploying_your_website

prepath = "yourproject"

Add here files or directories that should be ignored by Franklin, otherwise

these files might be copied and, if markdown, processed by Franklin which

you might not want. Indicate directories by ending the name with a /.

Base files such as LICENSE.md and README.md are ignored by default.

ignore = ["node_modules/"]

RSS (the website_{title, descr, url} must be defined to get RSS)

generate_rss = false website_title = "JuliaLangJa Discord" website_descr = "The entrance page of JuliaLangJa community Discord server" website_url = "https://julialangja.github.io/" +++

\newcommand{\R}{\mathbb R} \newcommand{\scal}[1]{\langle #1 \rangle}