The code here is used to generate the website https://AlexanderLabWHOI.github.io
- Make changes to the md files in the content folder or the config file
- Add, commit, and push changes to https://github.com/AlexanderLabWHOI/academic-kickstart
- Run
deploy_site.sh
to (1) build with hugo, (2) add, commit, and push website changes toAlexanderLabWHOI.github.io
-- this should be done automatically as thepublic/
directory is a submodule linked to AlexanderLabWHOI.github.io repo. Note: if you are not Harriet, please make a pull request with changes noted and tag @halexand. - To update/populate publications with we are using https://github.com/sourcethemes/academic-admin.
- If not installed-- create a conda environment and run:
pip3 install -U academic
. When installed you can run:academic import --bibtex static/pubs/publications.bib
- This will populate the
/content/publication/
folder with a folder for each new publication. Please check theindex.md
within that folder to check key words, abstract, etc.
- If not installed-- create a conda environment and run:
- To create a submodule within public:
git submodule add -f -b master https://github.com/alexanderlabwhoi/alexanderlabwhoi.github.io.git public
Academic is a framework to help you create a beautiful website quickly. Perfect for personal, student, or academic websites. Check out the latest demo of what you'll get in less than 10 minutes or view the documentation.
Academic Kickstart provides a minimal template to kickstart your new website by following the simple steps below.
Copyright 2017 George Cushen.
Released under the MIT license.