diff --git a/zensical.toml b/zensical.toml index 09592d2..e569e1d 100644 --- a/zensical.toml +++ b/zensical.toml @@ -22,6 +22,17 @@ site_author = "Adam Foflonker" # Read more: https://zensical.org/docs/setup/basics/#site_url site_url = "https://dna-intricate.github.io/AdamFoflonker/" +# In order to display a link to the repository of your project as part of your +# documentation, set repo_url in your configuration to the public URL of your repository. +# +# Read more: https://zensical.org/docs/setup/repository/#repository-url +repo_url = "https://github.com/DnA-IntRicate/AdamFoflonker" + +# The name to display on the git repo link +# +# Read more: https://zensical.org/docs/setup/repository/#repository-name +repo_name = "DnA-IntRicate/AdamFoflonker" + # The copyright notice appears in the page footer and can contain an HTML # fragment. # @@ -272,6 +283,8 @@ media = "(prefers-color-scheme: dark)" scheme = "slate" toggle.icon = "lucide/moon" toggle.name = "Switch to light mode" +primary = "red" +accent = "red" # Palette toggle for light mode [[project.theme.palette]] @@ -279,6 +292,8 @@ media = "(prefers-color-scheme: light)" scheme = "default" toggle.icon = "lucide/sun" toggle.name = "Switch to dark mode" +primary = "red" +accent = "red" # ---------------------------------------------------------------------------- # In the "font" subsection you can configure the fonts used. By default, fonts @@ -286,9 +301,9 @@ toggle.name = "Switch to dark mode" # of suitably licensed fonts. There are options for a normal text font and for # a monospaced font used in code blocks. # ---------------------------------------------------------------------------- -#[project.theme.font] -#text = "Inter" -#code = "Jetbrains Mono" +[project.theme.font] +text = "Inter" +code = "JetBrains Mono" # ---------------------------------------------------------------------------- # You can configure your own logo to be shown in the header using the "logo" @@ -305,16 +320,31 @@ toggle.name = "Switch to dark mode" # - https://zensical.org/docs/setup/logo-and-icons # - https://zensical.org/docs/authoring/icons-emojis/#search # ---------------------------------------------------------------------------- -#[project.theme.icon] -#logo = "lucide/smile" +[project.theme.icon] +logo = "lucide/book-marked" #repo = "lucide/smile" # ---------------------------------------------------------------------------- # The "extra" section contains miscellaneous settings. # ---------------------------------------------------------------------------- + +# GitHub [[project.extra.social]] icon = "fontawesome/brands/github" -link = "https://github.com/DnA-IntRicate/AdamFoflonker" +link = "https://github.com/DnA-IntRicate" +# LinkedIn +[[project.extra.social]] +icon = "fontawesome/brands/linkedin" +link = "https://www.linkedin.com/in/adam-foflonker-008017334/" +# Instagram +[[project.extra.social]] +icon = "fontawesome/brands/instagram" +link = "https://www.instagram.com/adamfoflonker/" +# Email +[[project.extra.social]] +icon = "fontawesome/solid/paper-plane" +link = "mailto:adam.foflonker@gmail.com" +# Hide the Zensical generator message [project.extra] generator = false