Skip to content

Latest commit

 

History

History
42 lines (36 loc) · 1.49 KB

config.md

File metadata and controls

42 lines (36 loc) · 1.49 KB

@def website_title = "Julia Smooth Optimizers" @def website_descr = "Julia Smooth Optimizers"

@def author = "Abel Soares Siqueira"

@def mintoclevel = 2 @def prepath = get(ENV, "PREVIEW_FRANKLIN_PREPATH", "") # In the third argument put the prepath you normally use @def website_url = get(ENV, "PREVIEW_FRANKLIN_WEBSITE_URL", "https://jso.dev/") # Just put the website name

generate_rss = true rss_website_title = "Julia Smooth Optimizers" rss_website_descr = "Julia Smooth Optimizers" rss_website_url = "https://jso.dev" rss_full_content = true

@def ignore = ["node_modules/", "franklin", "franklin.pub", ".gitignore", "_sass", "getdeps.sh", "index.jl", "package.json", "package-lock.json", "Project.toml", "Manifest.toml", "LICENSE", "sandbox.jl", "jso-banner.png", "jso-banner-short.png", "_sass/", ".vscode/", ".editorconfig"]

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

{{ title }}

@@author by #1 @@ }