From 659a0907f027e972c199846d1a6339db5aeb0554 Mon Sep 17 00:00:00 2001 From: Nathan Schneider Date: Mon, 24 Oct 2022 02:34:12 +0000 Subject: [PATCH] Updating domain to cryptowake.xyz --- .gitlab-ci.yml | 2 +- README.md | 12 +++++------- files/mkdocs.yml | 4 ++-- 3 files changed, 8 insertions(+), 10 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3bf7d98..624db1b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,7 @@ default: image: cloudron/docs-ci@sha256:4a63ad48a6fbbd168828769b0d796b511d09d173ab5dd64368338997164aa4ab variables: - DOCS_SERVER: cryptowake.medlab.host + DOCS_SERVER: cryptowake.xyz build-docs: stage: build diff --git a/README.md b/README.md index 7e0957d..0270db9 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,16 @@ # Crypto Wake -Currently hosted at [cryptowake.medlab.host](https://cryptowake.medlab.host). +Currently hosted at [cryptowake.xyz](https://cryptowake.xyz). ## How to contribute -The Projects files are located in `files/docs/projects/`. See more details about how to contribute on the [Contributing page](https://cryptowake.medlab.host/about/contributing/). +The Projects files are located in `files/docs/projects/`. See more details about how to contribute on the [Contributing page](https://cryptowake.xyz/about/contributing/). ## Roadmap -When ready to adjust URL, be sure to update: - -- GitLab settings > CI/CD > Variables: `CLOUDRON_DOCS_SURFER_TOKEN` -- .gitlab-ci.yml: `DOCS_SERVER` -- files/mkdocs.yml: `site_url` +* Website redesign +* IPFS support +* Web3 authentication and editing ## Models diff --git a/files/mkdocs.yml b/files/mkdocs.yml index 85fa90d..bc39b78 100644 --- a/files/mkdocs.yml +++ b/files/mkdocs.yml @@ -1,6 +1,6 @@ site_name: Crypto Wake site_description: 'A celebration of deceased crypto projects' -site_url: 'https://cryptowake.medlab.host' +site_url: 'https://cryptowake.xyz' copyright: 'A project of the Media Enterprise Design Lab at CU Boulder
License: Creative Commmons Attribution 4.0 International (CC BY 4.0)' repo_name: 'Contribute' repo_url: 'https://gitlab.com/medlabboulder/crypto-wake' @@ -36,4 +36,4 @@ markdown_extensions: - footnotes - meta - attr_list - - md_in_html \ No newline at end of file + - md_in_html