NCJ website repo - this repository contains the content for the website of the Journal Club.
To create the new blog post you need to:
-
have Hugo and rights to upload
-
clone this repository to your local storage git clone https://github.com/neuroengineering/njc
-
create a submodule of njc-page as public folder git submodule add https://github.com/neuroengineering/njc /public
-
create a submodule of kube theme in themes folder cd themes/ git submodule add https://github.com/neuroengineering/kube
-
update a new blog post in content/ folder (with style same as in other .md files)
-
check if everything works with: hugo server
-
run the page creation: hugo
-
upload all of the changes to each of the repositories