From aac85c6d791d713a1a4be21f48f515249571dab9 Mon Sep 17 00:00:00 2001 From: Frank Lyder Bredland Date: Tue, 17 Oct 2023 14:59:19 +0200 Subject: [PATCH 1/4] Update docs page - Remove reference to past "documentation week" - Add reference to the in-progress developer docs --- pages/docs/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/docs/index.md b/pages/docs/index.md index b29e5bf..efad0be 100644 --- a/pages/docs/index.md +++ b/pages/docs/index.md @@ -12,11 +12,11 @@ The documentation is currently a work in progress. Are you good at writing? We could use your help. -### 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). From fb55b342a999b161e56ea00417340f2e0ebbacd5 Mon Sep 17 00:00:00 2001 From: Alice Rhodes Date: Thu, 4 Jan 2024 14:31:51 -0500 Subject: [PATCH 2/4] Thank you --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 5f78bd1..1599ae8 100644 --- a/README.md +++ b/README.md @@ -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. From 23ee206ae6f918ed66cdb57f200f4c0f38ff1710 Mon Sep 17 00:00:00 2001 From: Alice Rhodes Date: Thu, 4 Jan 2024 14:50:52 -0500 Subject: [PATCH 3/4] updating for newer version of cecil.up --- config.yml | 25 +++++++++++++------------ themes/veilid/layouts/sitemap.xml.twig | 4 ++-- 2 files changed, 15 insertions(+), 14 deletions(-) diff --git a/config.yml b/config.yml index e4742de..ad65b63 100644 --- a/config.yml +++ b/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 \ No newline at end of file + locale: en_US diff --git a/themes/veilid/layouts/sitemap.xml.twig b/themes/veilid/layouts/sitemap.xml.twig index b0245c5..49ffbc2 100644 --- a/themes/veilid/layouts/sitemap.xml.twig +++ b/themes/veilid/layouts/sitemap.xml.twig @@ -5,8 +5,8 @@ {{ url(page, {canonical: true}) }} {{ page.date|date('Y-m-d') }} - {{ page.sitemap.changefreq|default(site.defaultpages.sitemap.changefreq) }} - {{ page.sitemap.priority|default(site.defaultpages.sitemap.priority) }} + {{ page.sitemap.changefreq|default(config.pages.default.sitemap.changefreq) }} + {{ page.sitemap.priority|default(config.pages.default.sitemap.priority) }} {%- if page.translations|default({})|length >= 1 and page.language is defined -%} {%- for alternate in page.translations ~%} From f1203eac17a5698d962fd9d99c6745e8dc2fd7a3 Mon Sep 17 00:00:00 2001 From: Alice Rhodes Date: Thu, 4 Jan 2024 15:48:51 -0500 Subject: [PATCH 4/4] updating for new netlify standards --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index ef52470..e1442dc 100644 --- a/netlify.toml +++ b/netlify.toml @@ -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"