Welcome to the Mother Tongues Blog repository.
To contribute to the site, please have a read through the purpose of the Git branches:
- master: Changes made here will build and push to
gh-pages
. - gh-pages: This branch is auto generated from the
master
branch. Do not edit this directly, as edits will be overwritten. - dev.author: Create and continue to work on new posts here. You can spin off extra branches like
dev.author-aidan
for example, but you must merge them intodev.author
before merging tomaster
and pushing a new release. - dev.site: Make changes to the website here. Changes can be merged with
master
branch.
To contribute to the site, please have a read through the purpose of the Git branches:
master
: Changes made here will build and push to gh-pages
.
gh-pages
: This branch is auto generated from the master
branch. Do not edit this directly, as edits will be overwritten.
dev.author
: Create and continue to work on new posts here. You can spin off extra branches like dev.author-aidan
for example, but you must merge them into dev.author
before merging to master
and pushing a new release.
dev.site
: Make changes to the website here. Changes can be merged with master
branch.
Copyright Blog (C) 2020 Aidan, https://aidanpine.ca
Copyright Theme (C) 2019 Sal, https://www.wowthemes.net
Posts are copyrighted by authors!
- Fork the repo.
- Clone a copy of your fork on your local
- Create a branch off of master and give it a meaningful name (e.g. my-new-mediumish-feature).
- Make necessary changes, commit, push and open a pull request on GitHub.
This blog was created from a fork of the fantastic WowThemes Mediumish theme
Thank you!