Update README.md
This commit is contained in:
parent
398b8c461f
commit
9aecaa33e0
12
README.md
12
README.md
|
@ -7,6 +7,16 @@ By using this template you will have a website that is well designed, easy to ma
|
|||
## [Getting Started Guide](https://ncsu-libraries.github.io/jekyll-academic-docs/)
|
||||
Complete documentation for getting started as well as advanced features of Jekyll Academic can be found at [https://ncsu-libraries.github.io/jekyll-academic-docs/](https://ncsu-libraries.github.io/jekyll-academic-docs/).
|
||||
|
||||
## Migrating to a new default branch name
|
||||
We've decided to change this project's default branch name to 'main'. If you've forked this repository prior to July 20th, 2021, then you should a message with update instructions when you go to your fork in github:
|
||||
|
||||

|
||||
|
||||
In your fork on GitHub, go to the branches view, and click on the edit icon next to the 'master' branch. Change the branch name to main. Underneath the input box where you change the name you will be presented with the commands that you will need to run on your local copy of your fork.
|
||||
|
||||

|
||||
|
||||
|
||||
## Upgrade Notes for June 2021 release
|
||||
If you are running a fork of Jekyll Academic before June 2021, we made some breaking changes to upgrade the underlying Jekyll version and to address the constant github/dependabot security notices mentioned in issue #4.
|
||||
|
||||
|
@ -21,4 +31,4 @@ If you have any reveal.js presentations posted, you may need to make some update
|
|||
## Keeping reveal.js up to date
|
||||
Moving forward, if you'd like to update reveal.js you will need to run the following commands:
|
||||
|
||||
`$ git submodule update --remote`
|
||||
`$ git submodule update --remote`
|
||||
|
|
Loading…
Reference in New Issue