https://github.com/bioconductor/bioc2021
BioC2021: Where Software and Biology Connect
https://github.com/bioconductor/bioc2021
Last synced: about 1 year ago
JSON representation
BioC2021: Where Software and Biology Connect
- Host: GitHub
- URL: https://github.com/bioconductor/bioc2021
- Owner: Bioconductor
- License: mit
- Created: 2020-10-26T09:01:46.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-04-06T01:44:14.000Z (about 4 years ago)
- Last Synced: 2024-05-09T07:48:53.044Z (about 2 years ago)
- Language: CSS
- Homepage: https://bioc2021.bioconductor.org/
- Size: 10.4 MB
- Stars: 6
- Watchers: 11
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bioconductor 2021 conference web site
This repository contains material for the Bioconductor annual conference. [View the conference web site](https://bioc2021.bioconductor.org/)
1. Make sure [Hugo is installed](https://gohugo.io/getting-started/installing/). Check hugo version
```shell
hugo version
```
2. Clone the repository and switch to it
```shell
git clone https://github.com/Bioconductor/BioC2021.git
cd BioC2021/
```
3. Run hugo
```shell
rm -rf public; hugo --verbose; hugo server --disableFastRender --verbose
```
and view the results at http://localhost:1313/
4. Host your site on [Netlify](https://www.netlify.com/), as described [here](https://bookdown.org/yihui/blogdown/netlify.html). Use build command `hugo`, publish directory `public`, and set advanced variable `HUGO_VERSION` to your `hugo version` number, e.g., 0.76.5
Created using modified [hugo-universal-theme](https://github.com/devcows/hugo-universal-theme). See the [demo web site](https://themes.gohugo.io/theme/hugo-universal-theme/), the original [github repository](https://github.com/devcows/hugo-universal-theme) and the [exampleSite files](https://github.com/devcows/hugo-universal-theme/tree/master/exampleSite). Template by [Bootstrapious](https://bootstrapious.com/p/universal-business-e-commerce-template). Ported to Hugo by [DevCows](https://github.com/devcows/hugo-universal-theme). The theme is added as selected files, not as a submodule, for easier modification.
# ToDo/Help wanted
- Make partials for current news. Currently, they are added directly to `layouts/index.html`
- Make schedule as a partial, populated from `config.toml`. Example - [hugo-conference](https://themes.gohugo.io/hugo-conference/) theme.
## New template
[gdg-x/zeppelin](https://github.com/gdg-x/zeppelin) - original conference template, [GDG DevFest](http://gdg-x.github.io/zeppelin/) - demo web site. [bcc2020/bcc2020.github.io](https://github.com/bcc2020/bcc2020.github.io) - modified conference template for the [BCC2020](https://bcc2020.github.io/) conference