First commit
This commit is contained in:
commit
5c269302ed
59 changed files with 5613 additions and 0 deletions
25
config.toml
Normal file
25
config.toml
Normal file
|
@ -0,0 +1,25 @@
|
|||
baseURL = "https://lpro.epha.se"
|
||||
languageCode = "fr"
|
||||
defaultContentLanguage = "fr"
|
||||
title = "Licence pro ADSILLH - Cours et TD"
|
||||
pygmentsCodeFences = true
|
||||
pygmentsUseClasses = true
|
||||
theme = "mainroad"
|
||||
rssLimit = 10
|
||||
paginate = 10
|
||||
|
||||
[taxonomies]
|
||||
category = "categories"
|
||||
tag = "tags"
|
||||
|
||||
[Params]
|
||||
toc = true
|
||||
post_navigation = true
|
||||
postSections = ["reseau", "progsys", "installations", "bdd"]
|
||||
|
||||
[Params.sidebar]
|
||||
home = "right" # Configure layout for home page
|
||||
list = "left" # Configure layout for list pages
|
||||
single = false # Configure layout for single pages
|
||||
# Enable widgets in given order
|
||||
widgets = ["search", "categories", "taglist"]
|
Loading…
Add table
Add a link
Reference in a new issue