Skip to content

vanallenlab/moalmanac-news

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Molecular Oncology Almanac News

This repository hosts the News subdomain for Molecular Oncology Almanac, built with Jekyll and the Minima theme.

Development

To run the site locally, follow Jekyll's Quickstart guide and then run:

bundle install
bundle exec jekyll clean
bundle exec jekyll serve --livereload

The website will be available at http://127.0.0.1:4000.

If the ports fail to close when shutting down the application, use utils/listen.sh to obtain the PID value of the service and then use utils/kill.sh to shut down the ports. For example:

(base) vanallenlab@computer:news$ bash utils/listen.sh 4000
COMMAND   PID    USER   FD   TYPE             DEVICE SIZE/OFF NODE NAME
ruby    19849 vanallenlab   12u  IPv4 0xea464cd74b3ffbe0      0t0  TCP 127.0.0.1:4000 (LISTEN)
(base) vanallenlab@computer:news$ bash utils/kill.sh 19849

Deployment

This site is built and deployed using GitHub Actions. On every push to the main branch, the workflow builds the site and publishes it to GitHub Pages.

Repository structure

Posts in _posts/ use Front Matter for metadata and are tagged with one or more categories:

Each category should have a page under _pages/ and be included in _includes/overview.html to show up on the website.

License

This repository is distributed under the GNU GENERAL PUBLIC LICENSE Version 2.

About

News website for the Molecular Oncology Almanac

Topics

Resources

License

Stars

Watchers

Forks

Contributors