mirror of
https://gitlab.com/veilid/veilid-dot-com.git
synced 2024-10-01 01:05:53 -04:00
updating for newer version of cecil.up
This commit is contained in:
parent
fb55b342a9
commit
23ee206ae6
25
config.yml
25
config.yml
@ -15,17 +15,18 @@ theme:
|
||||
social:
|
||||
twitter: "veilidnetwork"
|
||||
fediverse: "@VeilidNetwork@hackers.town"
|
||||
virtualpages:
|
||||
- path: contact
|
||||
redirect: /about-us/contact-us/
|
||||
- path: discord
|
||||
redirect: https://discord.gg/5Qx3B9eedU
|
||||
- path: code
|
||||
redirect: https://gitlab.com/veilid/veilid
|
||||
- path: give
|
||||
redirect: https://buy.stripe.com/6oE9ACboP5r3ag86oo
|
||||
- path: launch
|
||||
redirect: /defcon/
|
||||
pages:
|
||||
virtual:
|
||||
- path: contact
|
||||
redirect: /about-us/contact-us/
|
||||
- path: discord
|
||||
redirect: https://discord.gg/5Qx3B9eedU
|
||||
- path: code
|
||||
redirect: https://gitlab.com/veilid/veilid
|
||||
- path: give
|
||||
redirect: https://buy.stripe.com/6oE9ACboP5r3ag86oo
|
||||
- path: launch
|
||||
redirect: /defcon/
|
||||
pagination:
|
||||
max: 12
|
||||
cache:
|
||||
@ -34,4 +35,4 @@ cache:
|
||||
languages:
|
||||
- code: en
|
||||
name: English
|
||||
locale: en_US
|
||||
locale: en_US
|
||||
|
@ -5,8 +5,8 @@
|
||||
<url>
|
||||
<loc>{{ url(page, {canonical: true}) }}</loc>
|
||||
<lastmod>{{ page.date|date('Y-m-d') }}</lastmod>
|
||||
<changefreq>{{ page.sitemap.changefreq|default(site.defaultpages.sitemap.changefreq) }}</changefreq>
|
||||
<priority>{{ page.sitemap.priority|default(site.defaultpages.sitemap.priority) }}</priority>
|
||||
<changefreq>{{ page.sitemap.changefreq|default(config.pages.default.sitemap.changefreq) }}</changefreq>
|
||||
<priority>{{ page.sitemap.priority|default(config.pages.default.sitemap.priority) }}</priority>
|
||||
{%- if page.translations|default({})|length >= 1 and page.language is defined -%}
|
||||
{%- for alternate in page.translations ~%}
|
||||
<xhtml:link rel="alternate" hreflang="{{ alternate.language }}" href="{{ url(alternate, {canonical: true}) }}" />
|
||||
|
Loading…
Reference in New Issue
Block a user