|
| 1 | +baseURL = "https://www.presslabs.com/code/gitfs/" |
| 2 | +languageCode = "en-us" |
| 3 | +title = "Gitfs DOCS" |
| 4 | +summaryLength = 15 |
| 5 | +metaDataFormat = "yaml" |
| 6 | +theme = "docs" |
| 7 | +enableRobotsTXT = true |
| 8 | +enableGitInfo = true |
| 9 | +pygmentsCodeFences = true |
| 10 | +pygmentsOptions = "" |
| 11 | +pygmentsUseClasses = true |
| 12 | +pygmentsUseClassic = false |
| 13 | +pygmentsStyle = "github" |
| 14 | +dataDir = "/site/data" |
| 15 | + |
| 16 | +[params] |
| 17 | + site_url = "https://www.presslabs.com/code/" |
| 18 | + legal_url = "https://www.presslabs.com/legal" |
| 19 | + breadcrumbs_root = "Gitfs DOCS" |
| 20 | + quick_start = true |
| 21 | + quick_start_link = "what-is-gitfs/" |
| 22 | + logo_text = "CODE" |
| 23 | + search_placeholder = "Search code" |
| 24 | + footer_menu = true |
| 25 | + footer_menu_title = "DOCUMENTATION" |
| 26 | + title = "Welcome to Gitfs Documentation!" |
| 27 | + description = "Gitfs is a fuse filesystem that fully integrates with git" |
| 28 | + release = "0.5.1" |
| 29 | + # debug = true |
| 30 | + algolia_search = true |
| 31 | + algolia_appId = "0TS6NFHDBC" |
| 32 | + algolia_apiKey = "099bffdf3b4a6ea94ddbea10f73dd15a" |
| 33 | + algolia_indexName = "Gitfs Docs" |
| 34 | + algolia_currentLanguageOnly = true |
| 35 | + images = ["images/code.jpg"] |
| 36 | + |
| 37 | +[params.algolia] |
| 38 | + vars = ["title", "description", "summary", "content", "date", "lastmod", "permalink", "text", "lvl0", "lvl1", "url"] |
| 39 | + params = ["categories", "keywords"] |
| 40 | + |
| 41 | +[blackfriday] |
| 42 | + angledQuotes = true |
| 43 | + extensions = ["hardLineBreak"] |
| 44 | + sourceRelativeLinks = true |
| 45 | + fractions = false |
| 46 | + plainIDAnchors = true |
| 47 | + |
| 48 | +[outputFormats.Algolia] |
| 49 | + baseName = "algolia" |
| 50 | + isPlainText = true |
| 51 | + mediaType = "application/json" |
| 52 | + notAlternative = true |
| 53 | + |
| 54 | +[outputs] |
| 55 | + home = [ "HTML", "RSS", "JSON", "Algolia" ] |
| 56 | + |
| 57 | +[taxonomies] |
| 58 | + category = "categories" |
| 59 | + |
| 60 | +[related] |
| 61 | + threshold = 80 |
| 62 | + includeNewer = true |
| 63 | + toLower = false |
| 64 | + |
| 65 | +[[related.indices]] |
| 66 | + name = "keywords" |
| 67 | + weight = 150 |
| 68 | + |
| 69 | +[[menu.docs]] |
| 70 | + name = "What is Gitfs" |
| 71 | + weight = 1 |
| 72 | + url = "/what-is-gitfs/" |
| 73 | + |
| 74 | +[[menu.docs]] |
| 75 | + name = "How it works" |
| 76 | + weight = 2 |
| 77 | + url = "/how-it-works/" |
| 78 | + |
| 79 | +[[menu.docs]] |
| 80 | + name = "Usage" |
| 81 | + weight = 3 |
| 82 | + url = "/usage/" |
| 83 | + |
| 84 | +[[menu.docs]] |
| 85 | + name = "Arguments" |
| 86 | + weight = 4 |
| 87 | + url = "/arguments/" |
| 88 | + |
| 89 | +[imaging] |
| 90 | + resampleFilter = "CatmullRom" |
| 91 | + quality = 75 |
| 92 | + anchor = "smart" |
0 commit comments