Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.06 KB

config.md

File metadata and controls

38 lines (25 loc) · 1.06 KB

+++ author = "Cameron Pfiffer" mintoclevel = 2

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 = "juliagenai.org"

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 = true website_title = "JuliaGenAI" website_descr = "Generative AI in Julia" website_url = "https://juliagenai.org" +++

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