|
| 1 | +theme = "minimo" |
| 2 | +baseURL = "https://inbo.github.io/tutorials/" |
| 3 | +languageCode = "en-us" |
| 4 | +title = "INBO Tutorials" |
| 5 | + |
| 6 | +ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "_cache$", "\\.db$", "\\.csv$", "\\.sqlite$", "\\.geojson$"] |
| 7 | +# relativeURLs = true |
| 8 | +# canonifyurls = true |
| 9 | + |
| 10 | +# for smart copyright line, leave this blank and check [params.copyright] |
| 11 | +copyright = "" |
| 12 | + |
| 13 | +disqusShortname = "" |
| 14 | +googleAnalytics = "" |
| 15 | + |
| 16 | +Paginate = 1000 |
| 17 | +preserveTaxonomyNames = true |
| 18 | + |
| 19 | +enableRobotsTXT = true # generate robots.txt |
| 20 | + |
| 21 | +# Syntax Highlighting ( https://gohugo.io/content-management/syntax-highlighting/ ) |
| 22 | +pygmentsCodefences = true |
| 23 | +pygmentsStyle = "autumn" |
| 24 | + |
| 25 | +enableEmoji = true |
| 26 | + |
| 27 | +# Missing translations will default to this content language |
| 28 | +defaultContentLanguage = "en" |
| 29 | + |
| 30 | +[params.info] |
| 31 | +description = "" |
| 32 | +title404 = "Nothing's here..." |
| 33 | + |
| 34 | +[params.assets] |
| 35 | +favicon = "favicon.ico" |
| 36 | +customCSS = ["css/custom.css"] |
| 37 | +customJS = ["js/custom.js"] |
| 38 | +gopher = "" # used in 404 template ( Generator: https://gopherize.me ) |
| 39 | + |
| 40 | +[params.copyright] |
| 41 | +prefix = "" |
| 42 | +holder = "Research Institute for Nature and Forest (INBO)" |
| 43 | +startYear = "2018" |
| 44 | +suffix = "<a rel='license' href='http://creativecommons.org/licenses/by/4.0/' style='float: right;'><img alt='Creative Commons License' src='https://i.creativecommons.org/l/by/4.0/88x31.png'></a>" |
| 45 | + |
| 46 | +[params.settings] |
| 47 | +# date & time format: https://golang.org/pkg/time/ |
| 48 | +dateFormat = "2006, Jan 02" |
| 49 | +listDateFormat = "2006, Jan 02" |
| 50 | +archiveDateFormat = "Jan 02" |
| 51 | +hideEntryNavigation = ["page"] # boolean / array of sections |
| 52 | +hideEntryMeta = ["page"] # boolean / array of sections |
| 53 | +showReadingTime = true |
| 54 | +showLastmod = true |
| 55 | +taxonomyCloudShuffle = false |
| 56 | +accentColor = "#c04384" |
| 57 | +hideMainMenu = true |
| 58 | + |
| 59 | +[params.sidebar] |
| 60 | +enable = true |
| 61 | + |
| 62 | +[params.widgets] |
| 63 | +header = ["breadcrumbs"] |
| 64 | +homepage = ["recent_posts"] # "recent_posts" |
| 65 | +sidebar = ["about", "search", "sidebar_menu", "taxonomy_cloud", "social_menu"] |
| 66 | + |
| 67 | +[params.opengraph.facebook] |
| 68 | +admins = [] # array of Facebook IDs |
| 69 | +appID = "" |
| 70 | +pageID = "" |
| 71 | + |
| 72 | +[params.opengraph.twitter] |
| 73 | +page = "" # Twitter page username |
| 74 | + |
| 75 | +[params.seo] |
| 76 | +# Title Separator: - – — · • * ⋆ | ~ « » < > |
| 77 | +titleSeparator = "•" |
| 78 | + |
| 79 | +[params.social] |
| 80 | +facebook = "INBOVlaanderen" |
| 81 | +github = "inbo" |
| 82 | +twitter = "INBOVlaanderen" |
| 83 | + |
| 84 | +[params.comments] |
| 85 | +enable = false |
| 86 | + |
| 87 | +# Isso: https://posativ.org/isso/ |
| 88 | +[params.comments.isso] |
| 89 | +enable = false |
| 90 | +scriptSrc = "" # "https://isso.example.com/js/embed.min.js" |
| 91 | +dataAttrs = "" # "data-isso='https://isso.example.com' data-isso-require-author='true'" |
| 92 | + |
| 93 | +[params.comments.staticman] |
| 94 | +enable = false |
| 95 | +apiEndpoint = "https://api.staticman.net/v2/entry" |
| 96 | +maxDepth = 2 |
| 97 | + |
| 98 | +[params.comments.staticman.github] |
| 99 | +username = "" |
| 100 | +repository = "" |
| 101 | +branch = "master" |
| 102 | + |
| 103 | +# Utterances: https://utteranc.es |
| 104 | +[params.comments.utterances] |
| 105 | +enable = false |
| 106 | +issueTerm = "pathname" # pathname / url / title |
| 107 | + |
| 108 | +[params.comments.utterances.github] |
| 109 | +username = "" |
| 110 | +repository = "" |
| 111 | + |
| 112 | +[params.search] |
| 113 | +client = "lunr" # algolia / fuse / lunr |
| 114 | + |
| 115 | +[params.search.algolia] |
| 116 | +appId = "" |
| 117 | +indexName = "" |
| 118 | +searchApiKey = "" |
| 119 | + |
| 120 | +[params.githublink] |
| 121 | +GithubEditLink = "https://github.com/inbo/tutorials/edit/master/content/" |
| 122 | +GithubContentLink = "https://github.com/inbo/tutorials/blob/master/content/" |
| 123 | + |
| 124 | +[taxonomies] |
| 125 | +author = "authors" |
| 126 | +category = "categories" |
| 127 | +tag = "tags" |
| 128 | + |
| 129 | +[permalinks] |
| 130 | +#page = "/:slug/" |
| 131 | +#articles = "/posts/:slug/" |
| 132 | +#tutorials = "/tutorials/:filename/" |
| 133 | +#search = "/:slug/" |
| 134 | +#categories = "/categories/" |
| 135 | +content = "/:slug/" |
| 136 | + |
| 137 | +[[menu.sidebar]] |
| 138 | +name = "Repository" |
| 139 | +identifier = "repository" |
| 140 | +url = "https://github.com/inbo/tutorials" |
| 141 | +weight = 110 |
| 142 | + |
| 143 | +[blackfriday] |
| 144 | +hrefTargetBlank = true |
| 145 | + |
| 146 | +[languages] |
| 147 | +# edit this block for your own language |
| 148 | +[languages.en] |
| 149 | +lang = "en" |
| 150 | +languageName = "English" |
| 151 | +weight = 1 |
0 commit comments