Compare commits

..

1 Commits

Author SHA1 Message Date
Moritz Christian Weber
4df8181382 Merge branch 'main' into 'main'
Initial translation of index and download pages to German

See merge request veilid/veilid-dot-com!3
2023-11-21 16:19:19 +00:00
6 changed files with 19 additions and 22 deletions

View File

@ -19,7 +19,4 @@ The following are known issues or to-build items as of 2023-08-15
- [ ] for cryptography people
- [ ] for legal entities
## Thank you!
Thank you to everone helping me keep this updated.

View File

@ -15,18 +15,17 @@ theme:
social:
twitter: "veilidnetwork"
fediverse: "@VeilidNetwork@hackers.town"
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/
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/
pagination:
max: 12
cache:
@ -35,4 +34,4 @@ cache:
languages:
- code: en
name: English
locale: en_US
locale: en_US

View File

@ -3,7 +3,7 @@
command = "curl -sSOL https://cecil.app/build.sh && bash ./build.sh"
[build.environment]
PHP_VERSION = "8.1"
PHP_VERSION = "7.4"
[context.production.environment]
CECIL_ENV = "production"

View File

@ -64,6 +64,7 @@ Veilid contributors include coders, admins, writers, legal, and more.
<li>snowchyld, NsF</li>
<li>John 'Wrewdison' Whelan</li>
<li>Robert 'LambdaCalculus' Menes</li>
<li>Julie Anne Chandler</li>
<li>Glenn Kurtzrock</li>
<li>Daniel Meyerson</li>
<li>CylentKnight</li>

View File

@ -12,11 +12,11 @@ The documentation is currently a work in progress.
Are you good at writing? <a href="/about-us/community/">We could use your help</a>.
### Documentation
### Documentation Week
We're looking to the community to help write out additional documentation, tutorials, and guides.
Starting Saturday August 28th, we are having a big documentation work week. The project leads will be getting the information out of their heads and into core documentation.
Ongoing documentation work can be found on [veilid.gitlab.io/developer-book](https://veilid.gitlab.io/developer-book/).
We're looking to the community to help write out additional documentation, tutorials, and guides.
Check out the #documentation channel on our [Discord server](/discord).

View File

@ -5,8 +5,8 @@
<url>
<loc>{{ url(page, {canonical: true}) }}</loc>
<lastmod>{{ page.date|date('Y-m-d') }}</lastmod>
<changefreq>{{ page.sitemap.changefreq|default(config.pages.default.sitemap.changefreq) }}</changefreq>
<priority>{{ page.sitemap.priority|default(config.pages.default.sitemap.priority) }}</priority>
<changefreq>{{ page.sitemap.changefreq|default(site.defaultpages.sitemap.changefreq) }}</changefreq>
<priority>{{ page.sitemap.priority|default(site.defaultpages.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}) }}" />