Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 36 additions & 6 deletions zensical.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
#
Expand Down Expand Up @@ -272,23 +283,27 @@ 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]]
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
# are loaded from Google Fonts, giving you a wide range of choices from a set
# 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"
Expand All @@ -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