This repo will host the development of the new website for the CNIO Bioinformatics Unit.
The idea is that this will only serve as a development repository: once we have the first working version of the page we'll create a new repository and this one will be archived, meaning that the history of this repo will not be included in the new one.
For the sake of simplicity, in this exercise @tdido will be the code owner and will orchestrate the merging of all pull requests (PR).
- Issue created, discussion about what/how to implement happens there.
- Issue is assigned to developer (by code owner or developer her/himself).
- Developer creates new branch (naming: [issue_number]_[name] e.g. 10_fix_fontawesome)
- Developer creates PR based on branch. Discussions on code-level implementation details happen here.
- Once code is ready history is rewitten if necessary and changes are rebased into main.
The resulting website from the code in main is automatically published to https://cnio-bu.github.io/website/.
Hugo Advance is a premium, multi-purpose Hugo theme.
Make sure you have Hugo installed - For more information read the official setup guide of Hugo.
Unzip the hugo advance pro zip file. It already contains the Hugo site and theme. All content is ready to go.
Inside the unzipped folder run:
hugo
Hugo's built-in local server.
hugo server
Now enter localhost:1313
in the address bar of your browser.