Skip to content

Latest commit

 

History

History
27 lines (24 loc) · 947 Bytes

config.md

File metadata and controls

27 lines (24 loc) · 947 Bytes

+++ author = "Satoshi Terasaki" mintoclevel = 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/", "__cache/", "pluto_deploy_env/", "tools/"]

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

generate_rss = true website_title = "My Pluto notebooks" website_descr = "Example website using Pluto and Franklin" website_url = "https://terasakisatoshi.github.io/MyPlutoflow.jl" title = "Welcome to MyPlutoflow.jl" prepath = "MyPlutoflow.jl" +++

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