You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
63 lines
1.5 KiB
63 lines
1.5 KiB
[build]
|
|
base = "/"
|
|
publish = "public"
|
|
command = "zola build"
|
|
|
|
[build.environment]
|
|
ZOLA_VERSION = "0.12.2"
|
|
GIT_LFS_ENABLED = "true"
|
|
|
|
[context.deploy-preview]
|
|
command = "zola build --base-url $DEPLOY_PRIME_URL"
|
|
|
|
[[redirects]]
|
|
from = "/feed.xml"
|
|
to = "https://www.jakubvalenta.cz/rss.xml"
|
|
|
|
[[redirects]]
|
|
from = "/account"
|
|
to = "https://docs.google.com/spreadsheets/d/19Z68pnZqUHakpK20YYt9BV3fDTReYi2sR7D5MeChSew/edit#gid=0"
|
|
|
|
[[redirects]]
|
|
from = "/dojal.ics"
|
|
to = "https://calendar.google.com/calendar/ical/mp0ctu87pj1dm7t80k4gornpvg%40group.calendar.google.com/public/basic.ics"
|
|
|
|
[[redirects]]
|
|
from = "/moved.ics"
|
|
to = "https://calendar.google.com/calendar/ical/s4ahknhbhfafma2hgl2o2hetm4%40group.calendar.google.com/public/basic.ics"
|
|
|
|
[[redirects]]
|
|
from = "/novinky/*"
|
|
to = "https://novinky.jakubvalenta.cz/cs/:splat"
|
|
|
|
[[redirects]]
|
|
from = "/polls/*"
|
|
to = "https://novinky.jakubvalenta.cz/en/:splat"
|
|
|
|
[[redirects]]
|
|
from = "/leaving/*"
|
|
to = "https://leaving.jakubvalenta.cz/en/:splat"
|
|
|
|
[[redirects]]
|
|
from = "/odchazeji/*"
|
|
to = "https://leaving.jakubvalenta.cz/cs/:splat"
|
|
|
|
[[redirects]]
|
|
from = "/people_leaving/*"
|
|
to = "https://leaving.jakubvalenta.cz/en/:splat"
|
|
|
|
[[redirects]]
|
|
from = "/strategies/*"
|
|
to = "https://strategie.jakubvalenta.cz/en/:splat"
|
|
|
|
[[redirects]]
|
|
from = "/strategie/*"
|
|
to = "https://strategie.jakubvalenta.cz/cs/:splat"
|
|
|
|
[[redirects]]
|
|
from = "/diplomka/*"
|
|
to = "https://strategie.jakubvalenta.cz/cs/:splat"
|
|
|
|
[[redirects]]
|
|
from = "/git"
|
|
to = "https://github.com/jakubvalenta/"
|
|
|