Skip to content

Commit

Permalink
Add new structure
Browse files Browse the repository at this point in the history
  • Loading branch information
CroutonDigital committed Mar 9, 2024
1 parent fa1ecf0 commit 46d6abd
Show file tree
Hide file tree
Showing 8 changed files with 74 additions and 22,780 deletions.
74 changes: 74 additions & 0 deletions hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,80 @@ defaultContentLanguage = 'en'
# block = true
# title = true

[params]

google_fonts = [
["Inter", "300, 400, 600, 700"],
["Fira Code", "500, 700"]
]

sans_serif_font = "Inter" # Default is System font
secondary_font = "Inter" # Default is System font
mono_font = "Fira Code" # Default is System font

[params.footer]
copyright = "© :YEAR: Lotus Labs. Built with [**Lotus Docs**](https://github.com/colinwilson/lotusdocs)"
# version = true # includes git commit info

[params.social]
github = "" # YOUR_GITHUB_ID or YOUR_GITHUB_URL
twitter = "" # YOUR_TWITTER_ID
# instagram = "colinwilson" # YOUR_INSTAGRAM_ID
# rss = true # show rss icon with link


[params.docs] # Parameters for the /docs 'template'
title = "Lotus Docs Example Site" # default html title for documentation pages/sections

# pathName = "docs" # path name for documentation site | default "docs"

# themeColor = "cyan" # (optional) - Set theme accent colour. Options include: blue (default), green, red, yellow, emerald, cardinal, magenta, cyan

darkMode = true # enable dark mode option? default false

prism = true # enable syntax highlighting via Prism

prismTheme = "solarized-light" # (optional) - Set theme for PrismJS. Options include: lotusdocs (default), solarized-light, twilight, lucario

# gitinfo
repoURL = "https://github.com/prosphora/prosphora.github.io" # Git repository URL for your site [support for GitHub, GitLab, and BitBucket]
repoBranch = "main"
editPage = true # enable 'Edit this page' feature - default false
lastMod = true # enable 'Last modified' date on pages - default false
lastModRelative = true # format 'Last modified' time as relative - default true

sidebarIcons = true # enable sidebar icons? default false
breadcrumbs = true # default is true
backToTop = true # enable back-to-top button? default true

# ToC
toc = true # enable table of contents? default is true
tocMobile = true # enable table of contents in mobile view? default is true
scrollSpy = true # enable scrollspy on ToC? default is true

# front matter
descriptions = true # enable front matter descriptions under content title?
titleIcon = true # enable front matter icon title prefix? default is false

# content navigation
navDesc = true # include front matter descriptions in Prev/Next navigation cards
navDescTrunc = 30 # Number of characters by which to truncate the Prev/Next descriptions

listDescTrunc = 100 # Number of characters by which to truncate the list card description

# Link behaviour
intLinkTooltip = true # Enable a tooltip for internal links that displays info about the destination? default false
# extLinkNewTab = false # Open external links in a new Tab? default true
# logoLinkURL = ""

[params.flexsearch] # Parameters for FlexSearch
enabled = true
# tokenize = "full"
# optimize = true
# cache = 100
# minQueryChar = 3 # default is 0 (disabled)
# maxResult = 5 # default is 5
# searchSectionsIndex = []

[menu]
[[menu.primary]]
Expand Down
Loading

0 comments on commit 46d6abd

Please sign in to comment.