mirror of
https://gitlab.com/veilid/veilid-dot-com.git
synced 2024-10-01 01:05:53 -04:00
Compare commits
7 Commits
47d1a7dba6
...
8120198862
Author | SHA1 | Date | |
---|---|---|---|
|
8120198862 | ||
|
760829b83f | ||
|
f1203eac17 | ||
|
23ee206ae6 | ||
|
fb55b342a9 | ||
|
0368ca5870 | ||
|
aac85c6d79 |
@ -19,4 +19,7 @@ The following are known issues or to-build items as of 2023-08-15
|
|||||||
- [ ] for cryptography people
|
- [ ] for cryptography people
|
||||||
- [ ] for legal entities
|
- [ ] for legal entities
|
||||||
|
|
||||||
|
## Thank you!
|
||||||
|
|
||||||
|
Thank you to everone helping me keep this updated.
|
||||||
|
|
||||||
|
25
config.yml
25
config.yml
@ -15,17 +15,18 @@ theme:
|
|||||||
social:
|
social:
|
||||||
twitter: "veilidnetwork"
|
twitter: "veilidnetwork"
|
||||||
fediverse: "@VeilidNetwork@hackers.town"
|
fediverse: "@VeilidNetwork@hackers.town"
|
||||||
virtualpages:
|
pages:
|
||||||
- path: contact
|
virtual:
|
||||||
redirect: /about-us/contact-us/
|
- path: contact
|
||||||
- path: discord
|
redirect: /about-us/contact-us/
|
||||||
redirect: https://discord.gg/5Qx3B9eedU
|
- path: discord
|
||||||
- path: code
|
redirect: https://discord.gg/5Qx3B9eedU
|
||||||
redirect: https://gitlab.com/veilid/veilid
|
- path: code
|
||||||
- path: give
|
redirect: https://gitlab.com/veilid/veilid
|
||||||
redirect: https://buy.stripe.com/6oE9ACboP5r3ag86oo
|
- path: give
|
||||||
- path: launch
|
redirect: https://buy.stripe.com/6oE9ACboP5r3ag86oo
|
||||||
redirect: /defcon/
|
- path: launch
|
||||||
|
redirect: /defcon/
|
||||||
pagination:
|
pagination:
|
||||||
max: 12
|
max: 12
|
||||||
cache:
|
cache:
|
||||||
@ -34,4 +35,4 @@ cache:
|
|||||||
languages:
|
languages:
|
||||||
- code: en
|
- code: en
|
||||||
name: English
|
name: English
|
||||||
locale: en_US
|
locale: en_US
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
command = "curl -sSOL https://cecil.app/build.sh && bash ./build.sh"
|
command = "curl -sSOL https://cecil.app/build.sh && bash ./build.sh"
|
||||||
|
|
||||||
[build.environment]
|
[build.environment]
|
||||||
PHP_VERSION = "7.4"
|
PHP_VERSION = "8.1"
|
||||||
|
|
||||||
[context.production.environment]
|
[context.production.environment]
|
||||||
CECIL_ENV = "production"
|
CECIL_ENV = "production"
|
||||||
|
@ -64,7 +64,6 @@ Veilid contributors include coders, admins, writers, legal, and more.
|
|||||||
<li>snowchyld, NsF</li>
|
<li>snowchyld, NsF</li>
|
||||||
<li>John 'Wrewdison' Whelan</li>
|
<li>John 'Wrewdison' Whelan</li>
|
||||||
<li>Robert 'LambdaCalculus' Menes</li>
|
<li>Robert 'LambdaCalculus' Menes</li>
|
||||||
<li>Julie Anne Chandler</li>
|
|
||||||
<li>Glenn Kurtzrock</li>
|
<li>Glenn Kurtzrock</li>
|
||||||
<li>Daniel Meyerson</li>
|
<li>Daniel Meyerson</li>
|
||||||
<li>CylentKnight</li>
|
<li>CylentKnight</li>
|
||||||
|
@ -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>.
|
Are you good at writing? <a href="/about-us/community/">We could use your help</a>.
|
||||||
|
|
||||||
### Documentation Week
|
### Documentation
|
||||||
|
|
||||||
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.
|
We're looking to the community to help write out additional documentation, tutorials, and guides.
|
||||||
|
|
||||||
We're looking to the community to help write out additional documentation, tutorials, and guides.
|
Ongoing documentation work can be found on [veilid.gitlab.io/developer-book](https://veilid.gitlab.io/developer-book/).
|
||||||
|
|
||||||
Check out the #documentation channel on our [Discord server](/discord).
|
Check out the #documentation channel on our [Discord server](/discord).
|
||||||
|
|
||||||
|
@ -5,8 +5,8 @@
|
|||||||
<url>
|
<url>
|
||||||
<loc>{{ url(page, {canonical: true}) }}</loc>
|
<loc>{{ url(page, {canonical: true}) }}</loc>
|
||||||
<lastmod>{{ page.date|date('Y-m-d') }}</lastmod>
|
<lastmod>{{ page.date|date('Y-m-d') }}</lastmod>
|
||||||
<changefreq>{{ page.sitemap.changefreq|default(site.defaultpages.sitemap.changefreq) }}</changefreq>
|
<changefreq>{{ page.sitemap.changefreq|default(config.pages.default.sitemap.changefreq) }}</changefreq>
|
||||||
<priority>{{ page.sitemap.priority|default(site.defaultpages.sitemap.priority) }}</priority>
|
<priority>{{ page.sitemap.priority|default(config.pages.default.sitemap.priority) }}</priority>
|
||||||
{%- if page.translations|default({})|length >= 1 and page.language is defined -%}
|
{%- if page.translations|default({})|length >= 1 and page.language is defined -%}
|
||||||
{%- for alternate in page.translations ~%}
|
{%- for alternate in page.translations ~%}
|
||||||
<xhtml:link rel="alternate" hreflang="{{ alternate.language }}" href="{{ url(alternate, {canonical: true}) }}" />
|
<xhtml:link rel="alternate" hreflang="{{ alternate.language }}" href="{{ url(alternate, {canonical: true}) }}" />
|
||||||
|
Loading…
Reference in New Issue
Block a user