Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 737 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 737 Bytes

NJC

NCJ website repo - this repository contains the content for the website of the Journal Club.

To create the new blog post you need to:

  1. have Hugo and rights to upload

  2. clone this repository to your local storage git clone https://github.com/neuroengineering/njc

  3. create a submodule of njc-page as public folder git submodule add https://github.com/neuroengineering/njc /public

  4. create a submodule of kube theme in themes folder cd themes/ git submodule add https://github.com/neuroengineering/kube

  5. update a new blog post in content/ folder (with style same as in other .md files)

  6. check if everything works with: hugo server

  7. run the page creation: hugo

  8. upload all of the changes to each of the repositories