Skip to content

lgatto/CSAMA_website

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSAMA Course Website

This repository contains material for creating the CSAMA website. This can current be found at https://csama2023.bioconductor.eu/

This was originally forked from the Bioconductor Conference Template.

Testing

I like to use Docker to run the local Hugo server and test things locally.

  1. Clone the repository and enter the directory
git clone https://github.com/Huber-group-EMBL/CSAMA_website.git
cd CSAMA_website/
  1. Run the Hugo docker image from https://hub.docker.com/r/klakegg/hugo/
docker run --rm -it --name hugo_server \
  -v $(pwd):/src \
  -p 1313:1313 \
  klakegg/hugo:0.101.0 \
  server

and view the results at http://localhost:1313/

Hosting

Any push to the 2023 branch of this repository will trigger a rebuild of the website. The site is hosted and deployed by Netlify using the Bioconductor Open Source Software team. If you have a Netlify account contact one of the administrators of that team (currently Mikhail Dozmorov, Mike Smith, Charlotte Soneson, Martin Morgan) know and they'll add you to the Bioconductor team on Netlify so you can view the details of any build/errors etc.

Releases

No releases published

Packages

No packages published

Languages

  • CSS 80.3%
  • JavaScript 10.2%
  • HTML 9.4%
  • R 0.1%