Fixed the edit_uri field and updated Contributing instructions
This commit is contained in:
@ -26,10 +26,23 @@ Each entry should have the following sections:
|
|||||||
|
|
||||||
Crypto Wake is hosted on a repository in GitLab, and entries are written in a simple format called [Markdown](https://www.markdownguide.org/cheat-sheet). To contribute, use the following steps:
|
Crypto Wake is hosted on a repository in GitLab, and entries are written in a simple format called [Markdown](https://www.markdownguide.org/cheat-sheet). To contribute, use the following steps:
|
||||||
|
|
||||||
* Press "Contribute" on the top-right of the website, or go [here](https://cryptowake.medlab.host/)
|
To edit an existing Story:
|
||||||
|
|
||||||
|
* Press the pencil icon in the top-right of the Story's page to visit its source page on GitLab.
|
||||||
|
* Log into GitLab. You can use various social logins, from Google to GitHub.
|
||||||
|
* Press "Open in Web IDE."
|
||||||
|
* Proceed with "Make and save your changes" below.
|
||||||
|
|
||||||
|
To create a new Story:
|
||||||
|
|
||||||
|
* Press "Contribute" on the top-right of the website, or go [here](https://gitlab.com/medlabboulder/crypto-wake/)
|
||||||
* Log into GitLab. You can use various social logins, from Google to GitHub.
|
* Log into GitLab. You can use various social logins, from Google to GitHub.
|
||||||
* Then press "Web IDE" on the main repository page. When prompted, press "Fork project." This will create a copy of the project on your account.
|
* Then press "Web IDE" on the main repository page. When prompted, press "Fork project." This will create a copy of the project on your account.
|
||||||
* On the left file listing, navigate to `files > docs > stories` to see a list of existing story pages. Choose a story page to edit or create a new one using the pop-up menu next to the `stories` folder.
|
* On the left file listing, navigate to `files > docs > stories` to see a list of existing story pages. Create a new one using the pop-up menu next to the `stories` folder. Follow the naming convention of the other Stories.
|
||||||
|
* Proceed with "Make and save your changes" below.
|
||||||
|
|
||||||
|
Make and save your changes:
|
||||||
|
|
||||||
* Make the changes you would like to see, in one file or multiple files.
|
* Make the changes you would like to see, in one file or multiple files.
|
||||||
* When you're finished, press the "Create commit..." button under the file listing on the left.
|
* When you're finished, press the "Create commit..." button under the file listing on the left.
|
||||||
* Enter some text as a commit message that summarizes what you did.
|
* Enter some text as a commit message that summarizes what you did.
|
||||||
|
@ -4,6 +4,7 @@ site_url: 'https://cryptowake.medlab.host'
|
|||||||
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'
|
||||||
|
edit_uri: '-/blob/master/files/docs/'
|
||||||
extra_css:
|
extra_css:
|
||||||
- 'stylesheets/extra.css'
|
- 'stylesheets/extra.css'
|
||||||
theme:
|
theme:
|
||||||
|
Reference in New Issue
Block a user