Skip to content

Latest commit

 

History

History
44 lines (39 loc) · 1018 Bytes

config.md

File metadata and controls

44 lines (39 loc) · 1018 Bytes

+++ author = "G. Dalle, J. Smit, A. Hill" mintoclevel = 2 maxtoclevel = 2

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/", "CONTRIBUTING.md", ]

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

generate_rss = true website_title = "Modern Julia Workflows" website_descr = "Blog posts on best practices for Julia development" website_url = "https://modernjuliaworkflows.github.io/" +++

\newcommand{\tldr}[1]{ @@tldr TLDR: !#1 @@ }

\newcommand{\advanced}[1]{ @@advanced Advanced: !#1 @@ }

\newcommand{\vscode}[1]{ @@vscode VSCode: !#1 @@ }