Updating domain to cryptowake.xyz

This commit is contained in:
Nathan Schneider 2022-10-24 02:34:12 +00:00
parent 3d1a98d37b
commit 659a0907f0
3 changed files with 8 additions and 10 deletions

View File

@ -7,7 +7,7 @@ default:
image: cloudron/docs-ci@sha256:4a63ad48a6fbbd168828769b0d796b511d09d173ab5dd64368338997164aa4ab image: cloudron/docs-ci@sha256:4a63ad48a6fbbd168828769b0d796b511d09d173ab5dd64368338997164aa4ab
variables: variables:
DOCS_SERVER: cryptowake.medlab.host DOCS_SERVER: cryptowake.xyz
build-docs: build-docs:
stage: build stage: build

View File

@ -1,18 +1,16 @@
# Crypto Wake # Crypto Wake
Currently hosted at [cryptowake.medlab.host](https://cryptowake.medlab.host). Currently hosted at [cryptowake.xyz](https://cryptowake.xyz).
## How to contribute ## 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 ## Roadmap
When ready to adjust URL, be sure to update: * Website redesign
* IPFS support
- GitLab settings > CI/CD > Variables: `CLOUDRON_DOCS_SURFER_TOKEN` * Web3 authentication and editing
- .gitlab-ci.yml: `DOCS_SERVER`
- files/mkdocs.yml: `site_url`
## Models ## Models

View File

@ -1,6 +1,6 @@
site_name: Crypto Wake site_name: Crypto Wake
site_description: 'A celebration of deceased crypto projects' site_description: 'A celebration of deceased crypto projects'
site_url: 'https://cryptowake.medlab.host' site_url: 'https://cryptowake.xyz'
copyright: 'A project of the <a href="https://www.colorado.edu/lab/medlab/">Media Enterprise Design Lab</a> at CU Boulder<br />License: <a href="https://creativecommons.org/licenses/by/4.0/">Creative Commmons Attribution 4.0 International (CC BY 4.0)</a>' copyright: 'A project of the <a href="https://www.colorado.edu/lab/medlab/">Media Enterprise Design Lab</a> at CU Boulder<br />License: <a href="https://creativecommons.org/licenses/by/4.0/">Creative Commmons Attribution 4.0 International (CC BY 4.0)</a>'
repo_name: 'Contribute' repo_name: 'Contribute'
repo_url: 'https://gitlab.com/medlabboulder/crypto-wake' repo_url: 'https://gitlab.com/medlabboulder/crypto-wake'