|
| 1 | +# use the setting below to set multiple docs directories. |
| 2 | +# docSections = ["docs", "tutorials"] |
| 3 | + |
| 4 | +uniqueHomePage = true # change to false to add sidebar to homepage |
| 5 | + |
| 6 | +blogDir = "blog" # can be posts, blog e.t.c |
| 7 | + |
| 8 | +repo = "https://github.com/metraction/pharos" |
| 9 | + |
| 10 | +time_format_blog = "Monday, January 02, 2006" |
| 11 | +time_format_default = "January 2, 2006" |
| 12 | +enableDarkMode = false # set to false to disable darkmode by default # user will still have the option to use dark mode |
| 13 | +defaultLightingMode = "auto" # other possible values: "dark", "light" |
| 14 | + |
| 15 | +# sets the maximum number of lines per codeblock. The codeblock will however be scrollable and expandable. |
| 16 | +codeMaxLines = 20 |
| 17 | + |
| 18 | +# show/hide line numbers by default. Switch to `true` if you'd rather have them on. |
| 19 | +showLineNumbers = false |
| 20 | + |
| 21 | +# By default the template will look for icons under the icons directory. In some situations you might wanna change that. edit the line below |
| 22 | +# iconsPath = 'icons/' |
| 23 | + |
| 24 | +otherSearchableFields = [ |
| 25 | + "Tags", |
| 26 | + "Categories", |
| 27 | + "CustomField", |
| 28 | +] # As they appear in frontmatter |
| 29 | + |
| 30 | +# Defaults to true if not set |
| 31 | +# Enable copyRight Footer Stamp. Takes in attribution |
| 32 | +enableCopyright = false |
| 33 | + |
| 34 | +# search |
| 35 | +[search] |
| 36 | +on = true |
| 37 | +global = false # turn to `true` to enable global search |
| 38 | +[search.algolia] |
| 39 | +enable = false # if false search will default to fusejs |
| 40 | +id = "Q40WQQX84U" # Application ID |
| 41 | +index = "Pharos" # Index name |
| 42 | +key = "da87401a458102ec6bbd6cc5e5cf8d95" # Search-Only API Key |
| 43 | + |
| 44 | +# Site logo |
| 45 | +[logo] |
| 46 | +lightMode = "images/pharos.svg" |
| 47 | +darkMode = "images/pharos-light.svg" |
| 48 | + |
| 49 | +[source] |
| 50 | +name = "GitHub" |
| 51 | +iconLight = "images/GitHubMarkLight.svg" |
| 52 | +iconDark = "images/GitHubMarkDark.svg" |
| 53 | +url = "https://github.com/metraction/pharos" |
| 54 | + |
0 commit comments