Skip to content

Combine repositories to one #3

@andrewjkerr

Description

@andrewjkerr

Combine both the Jekyll source and the website source into one repository.

Why is this useful?

This is way less confusing

  1. There's only one repository in the mix and allows for a smoother handover process.
  2. We can use the Wiki to document how the site works more than just some simple instructions in the repository.

One less private repository

It's kinda weird that our website code is public, but the Jekyll code isn't. We could publish this code, but there's really no reason to have it public. By combining the repositories, we will have both the website source and the Jekyll source in one private repo and not have to worry about it anymore!

How will this work?

  1. Make a new source branch off of master
  2. Delete everything off of master
  3. Update the deploy task in Rakefile to use this repository on the master branch

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions