https://github.com/bioconductor/biocasia2021
BiocAsia2021 repository
https://github.com/bioconductor/biocasia2021
Last synced: about 1 year ago
JSON representation
BiocAsia2021 repository
- Host: GitHub
- URL: https://github.com/bioconductor/biocasia2021
- Owner: Bioconductor
- License: mit
- Created: 2020-11-12T05:22:35.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-06-25T08:52:23.000Z (almost 4 years ago)
- Last Synced: 2024-05-09T07:46:23.791Z (about 2 years ago)
- Language: CSS
- Homepage: https://biocasia2021.bioconductor.org/
- Size: 10.3 MB
- Stars: 4
- Watchers: 10
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bioconductor Asia 2021 conference web site
This repository contains material for the Bioconductor annual conference. [View the conference web site](https://biocasia2021.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/biopackathon/BiocAsia2021.git
cd BiocAsia2021/
```
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.