https://github.com/bioconductor/eurobioc2022
European Bioconductor conference website 2022
https://github.com/bioconductor/eurobioc2022
Last synced: about 1 year ago
JSON representation
European Bioconductor conference website 2022
- Host: GitHub
- URL: https://github.com/bioconductor/eurobioc2022
- Owner: Bioconductor
- License: mit
- Created: 2021-09-27T18:47:29.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-14T15:08:11.000Z (over 3 years ago)
- Last Synced: 2024-05-09T07:47:40.726Z (about 2 years ago)
- Language: CSS
- Homepage: https://eurobioc2022.bioconductor.org/
- Size: 5.78 MB
- Stars: 4
- Watchers: 12
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EuroBioC 2022 conference web site
This repository contains material for the European Bioconductor annual conference. [View the conference web site](https://eurobioc2022.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/EuroBioC2022.git
cd EuroBioC2022/
```
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