Compare commits

...

9 Commits

Author SHA1 Message Date
Stathis Xantinidis
800880fc8f Merge branch 'spithash-main-patch-34730' into 'main'
Added Chat hyperlink

See merge request veilid/veilid-dot-com!6
2024-01-10 02:59:08 +00:00
Alice Rhodes
8120198862 Merge branch 'main' into develop 2024-01-07 12:24:46 -05:00
Alice Rhodes
760829b83f Removal 2024-01-07 12:09:26 -05:00
Alice Rhodes
f1203eac17 updating for new netlify standards 2024-01-04 15:48:51 -05:00
Alice Rhodes
23ee206ae6 updating for newer version of cecil.up 2024-01-04 14:50:52 -05:00
Alice Rhodes
fb55b342a9 Thank you 2024-01-04 14:31:51 -05:00
Alice Rhodes
0368ca5870 Merge branch 'docs-page-update' into 'main'
Update docs page

See merge request veilid/veilid-dot-com!7
2024-01-04 19:21:35 +00:00
Frank Lyder Bredland
aac85c6d79 Update docs page
- Remove reference to past "documentation week"

- Add reference to the in-progress developer docs
2024-01-04 20:17:35 +01:00
Stathis Xantinidis
5a5ab4175a Added Chat hyperlink 2023-09-30 07:51:44 +00:00
7 changed files with 23 additions and 20 deletions

View File

@ -19,4 +19,7 @@ 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,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:

View File

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

View File

@ -64,7 +64,6 @@ 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

@ -16,7 +16,7 @@ If you want to try out this proof of concept, please stay tuned for details on h
### Source Code
The code for VeilidChat will be available on Gitlab in the coming weeks.
The code for VeilidChat is available on [Gitlab](https://gitlab.com/veilid/veilidchat)
### Support

View File

@ -12,12 +12,12 @@ 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 Week
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.
### Documentation
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).
### Veilid Nodes

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(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}) }}" />