This website uses Academic, a framework to help beautiful academic websites. Check out the latest demo of what you'll get in less than 10 minutes or view the documentation.
This repository is based on Academic Kickstart which provides a minimal template to kickstart an academic website.
The following describes how to install the work environment required to contribute to this website using the Command Prompt/Terminal app.
-
Clone this repository with Git (using ssh):
git clone git@github.com:VeraLiconaResearchGroup/website.git website
Note that if you forked Academic Kickstart, the above command should be edited to clone your fork.
-
Initialize the theme and the public submodules:
cd website git submodule update --init --recursive
-
View your new website:
hugo server
Now you can go to localhost:1313 and the website of VeraLiconaResearchGroup should appear.
-
Read the Quick Start Guide to learn how to add Markdown content, customize your site, and deploy it.
-
Install a decent code editor like Brackets to have a nice user experience working on the website.
-
Make sure you have the server running (see previous section) in the background so that, everytime you save a file, the webrowser refreshes so that you can see the changes in real time.
-
Once you are satisfied with the changes you've made, add/commit your changes and push them to the github repository using the
git
command line. -
Once you are done, you can push the changes online with a single command:
./deploy.sh <optional changelog msg>
This will compile the website in the
public
folder, add/commit the changes to this folder and push it to the VeraLiconaResearchGroup.github.io repository, triggering the update of the publicly accessible website.
- The VeraLiconaResearchGroup website is copyrighted by Paola Vera-Licona
- The Academic Framework is copyrighted to George Cushen and released under the MIT license.