Skip to content

Latest commit

 

History

45 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PEARG Documentation

This repository contains documentation related to bioinformatics for the PEARG lab.

The documentation is hosted at pearg.github.io/pearg_documentation/.

How to build and deploy the documentation

Build the site with hugo or blogdown::build_site().

To deploy the site using GitHub pages on the gh-pages branch:

# Remove old public directory
rm -r public

# Prune old git worktrees
git worktree prune

# Add new worktree
git worktree add -B gh-pages public origin/gh-pages

# Build the site again in R
blogdown::build_site()

# Commit changes
cd public
git add --all
git commit -m "Publishing to gh-pages"
git push

Or follow the more detailed Hugo documentation.

How to edit the documentation

Pages are stored in the content/ directory and are written in Markdown. Create a pull request when you want to submit a change.

About

Bioinformatics documentation for PEARG lab members

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages