Skip to content

Latest commit

 

History

History
146 lines (126 loc) · 5.91 KB

config.md

File metadata and controls

146 lines (126 loc) · 5.91 KB

@def title = "Groebner.jl" @def prepath = "Groebner.jl" @def description = """ Groebner basis computation in Julia """ @def authors = "Alexander Demin, Shashi Gowda, and others"

@def add_docs = false @def docs_url = "https://franklinjl.org/" @def docs_name = "Docs"

@def add_nav_logo = true @def nav_logo_path = "/assets/logo.svg" @def nav_logo_alt = "Logo" @def nav_logo_style = """ height: 25px; padding-right: 10px; """

@def use_header_img = true @def use_hero = false @def hero_width = "80%" @def hero_margin_top = "100px"

@def add_github_view = true @def add_github_star = true @def github_repo = "sumiya11/Groebner.jl"

@def section_width = 10

@def header_color = "#3f6388" @def link_color = "#2669DD" @def link_hover_color = "teal" @def section_bg_color = "#f6f8fa" @def footer_link_color = "cornflowerblue"

@def highlight_theme = "atom-one-dark" @def code_border_radius = "10px" @def code_output_indent = "15px"

@def sections = Pair{String,String}[] @def section_counter = 1 @def showall = true

\newcommand{\center}[1]{~~~

~~~#1~~~
~~~} \newcommand{\out}[1]{@@code-output \show{#1} @@}

\newcommand{\blurb}[1]{~~~

~~~#1~~~

~~~}

\newcommand{\note}[1]{@@note @@title ⚠ Note@@ @@content #1 @@ @@}