Skip to content

ishalyminov/ecr-cluster.github.io

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ECR Documentation Website

contributions welcome

This repo contains a Hugo based website, whose content constitutes the documentation of the ECR Robotarium Cluster.

The repository has two branches, this (dev) and the Github Pages branch master. All edits to the documentation site happen in dev, the master page contains only the generated static content.

The website uses the Hugo Book theme as a base, with some minor edits on top.

Contributions from cluster users are welcome (and encouraged)!

Contributing

First clone the repo and load all submodules:

$ git clone [email protected]:ecr-cluster/ecr-cluster.github.io.git
$ cd ecr-cluster.github.io/
$ git submodule update --init # to get hugo-book theme

# this part is important!
$ git worktree add -B master public origin/master

The last command is especially important, as it checkouts the publishing branch into the directory public. This ensures that when calling Hugo, that the generated content goes to the right place.

After this, edit the site anyway you want. Once complete, post a PR so that your changes can be merged in.

Licence

This site includes content that might belong to others, it is unclear how to properly handle this.

The logo/favicon are the property of the ECR.

About

Documentation site for the Robotarium Cluster

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 67.9%
  • CSS 19.8%
  • Shell 12.3%