-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinstructions
More file actions
executable file
·60 lines (35 loc) · 2.56 KB
/
Copy pathinstructions
File metadata and controls
executable file
·60 lines (35 loc) · 2.56 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
## GTPB Course Pages
### Usage Instructions
1. Create contents using .md files in the pages folder. Use normal markdown format for your page contents.
2. The index.md page is the homepage for the website. Customise it as you would create a README.md file.
3. If using pdf or images upload them to the assets folder.
4. DO NOT erase or mess with any of the other folders and/or files without consulting with the organisation, as they are necessary for the website structure, layout and integrity.
### Deployment instructions
1. Edit the config.yml file to change the course name and url link.
2. When ready, copy the contents in the master branch to the gh-pages branch.
3. Make sure everything works properly and do your final corrections.
<!---
## COURSE_SHORT - COURSE_EXTENDED_NAME
### Instituto Gulbenkian de Ciência (IGC) - Oeiras, Portugal - MONTH DAY<sup>th</sup> - MONTH DAY<sup>th</sup> YEAR
Go to the [course oficial website](http://gtpb.igc.gulbenkian.pt/bicourses/YEAR/COURSE_SHORT/)
---
#### Co-Authorship
The following co-authors contributed to the development of the training material.
* [CO-AUTHOR_1](https://github.com/CO-AUTHOR_1)
* [CO-AUTHOR_2](https://github.com/CO-AUTHOR_2)
#### Course Webpage
This is the link to the [course webpage](http://gtpb.igc.gulbenkian.pt/bicourses/YEAR/COURSE_SHORT/), for further information about the course.
--->
#### Code of Conduct
Please read the [CODE_OF_CONDUCT.md](./CODE_OF_CONDUCT.md) for details on contributing and reusing the training material.
#### License
This project is licensed under CC-BY 4.0 - see the [License.md](License.md) for details.
---
#### Host & Co-Sponsor
<a href="http://www.igc.gulbenkian.pt/"><img src="./assets/readme_img/Logo_IGC_2014.png" alt="Instituto Gulbenkian de Ciência" width="250px"></a>
#### Contributors
<a href="https://biodata.pt/"><img src="./assets/readme_img/BIoData_and_co-financiadores.png" alt="Instituto Gulbenkian de Ciência" width="500px"></a>
---
[Github Pages](https://pages.github.com) provide a simple way to make a website using Markdown and git.
<br/>
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a><br /><span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">Web_course_template</span> by <span xmlns:cc="http://creativecommons.org/ns#" property="cc:attributionName">GTPB</span> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.