The pages are automatically generated from Markdown and data files that you can find in this repository. Please look at the existing data as an example of how to add new information.
Whenever you modify this repository, the web pages will be updated in a few minutes. You can check the status of the generation in Settings/Pages. A blue color corresponds to code with no error, green means the new version has been published.
Install Jekyll:
- Windows: https://jekyllrb.com/docs/installation/windows/
- Mac: https://jekyllrb.com/docs/installation/macos/
- Ubuntu: https://jekyllrb.com/docs/installation/ubuntu/
Run bundle exec jekyll serve
From the root folder
- modify the
_data/publist.yml
file following the same format as existing entries. - if you want the publication to be displayed at the top, choose
highlight: 1
, otherwise0
- if you add a figure for the publication, store it in
images/pubpic
, and only use the base name in_data/publist.yml
- modify the
_data/news.yml
file following the same format as existing entries.
- modify one of
team_members.yml
,students.yml
,international_members.yml
, oralumni*
under_data
. - the corresponding picture must be stored in
images/teampic
- if you don't have a picture, you can use
bio-photo.jpg
as placeholder.
- modify the Markdown files under
_pages
- logotypes are stored under
images/logopic
- look into
_includes
,_sass
and_layouts
, bit this is not recommended.
- if we get a domain from NTNU this can be set in the
CNAME
file. However, NTNU does not provide domains unless the pages are managed by them within their publishing system.