You can find the website at https://scribe-project.github.io/
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 trigger building and deploying the pages manually under "Settings/Pages/pages build and deployment". There you can also check if there are any errors when building the new version of the papges.
- 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.