This commit is contained in:
72
web/hugo.yaml
Normal file
72
web/hugo.yaml
Normal file
@@ -0,0 +1,72 @@
|
||||
baseURL: https://jecnarozvrh.jzitnik.dev
|
||||
title: Ječná Rozvrh API
|
||||
theme: ["PaperMod"]
|
||||
|
||||
enableInlineShortcodes: true
|
||||
enableRobotsTXT: true
|
||||
buildDrafts: false
|
||||
buildFuture: false
|
||||
buildExpired: false
|
||||
enableEmoji: true
|
||||
pygmentsUseClasses: true
|
||||
mainsections: ["posts", "papermod"]
|
||||
|
||||
minify:
|
||||
disableXML: true
|
||||
# minifyOutput: true
|
||||
|
||||
pagination:
|
||||
disableAliases: false
|
||||
pagerSize: 5
|
||||
|
||||
|
||||
menu:
|
||||
main:
|
||||
- name: Vyhledávání
|
||||
url: search/
|
||||
weight: 10
|
||||
- name: Autor
|
||||
url: https://jzitnik.dev
|
||||
|
||||
outputs:
|
||||
home:
|
||||
- HTML
|
||||
- RSS
|
||||
- JSON
|
||||
|
||||
params:
|
||||
env: production
|
||||
author: Jakub Žitník
|
||||
|
||||
defaultTheme: auto
|
||||
ShowShareButtons: false
|
||||
ShowReadingTime: true
|
||||
displayFullLangName: true
|
||||
ShowPostNavLinks: true
|
||||
ShowBreadCrumbs: true
|
||||
ShowCodeCopyButtons: true
|
||||
ShowRssButtonInSectionTermList: true
|
||||
ShowAllPagesInArchive: true
|
||||
ShowPageNums: true
|
||||
ShowToc: true
|
||||
|
||||
homeInfoParams:
|
||||
Title: "Ječná Rozvrh API"
|
||||
Content: >
|
||||
Oficiální webová stránka SPŠE Ječná Rozvrh API.
|
||||
|
||||
- Ječná Rozvrh API je API pro získávání mimořádného rozvrhu z SPŠE Ječná tabulky.
|
||||
|
||||
|
||||
markup:
|
||||
goldmark:
|
||||
renderer:
|
||||
unsafe: true
|
||||
highlight:
|
||||
noClasses: false
|
||||
|
||||
services:
|
||||
instagram:
|
||||
disableInlineCSS: true
|
||||
x:
|
||||
disableInlineCSS: true
|
||||
Reference in New Issue
Block a user