Skip to content
Snippets Groups Projects
Commit 48324581 authored by Oddbjørn Sivert Borge-Jensen's avatar Oddbjørn Sivert Borge-Jensen
Browse files

Update _config.yml

parent bbcd631a
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,12 @@
# which you are expected to set up once and rarely need to edit after that.
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'jekyll serve'. If you change this file, please restart the server process.
#
# For more info on these and other possible configurations; see Jekyll docs at https://jekyllrb.com/docs/configuration/
# --------------------------------------------------- #
# -- SYSTEM SPECIFIC SETTINGS - NOT JEKYLL CONFIGS -- #
# --------------------------------------------------- #
# Site settings, change to your values
title: "..."
......@@ -16,23 +22,23 @@ description: >- # this means to ignore newlines until "baseurl:"
# The subpath of your site, e.g. /blog
baseurl: "/..."
# the base hostname & protocol for your site
# The base hostname & protocol for the site
url: "https://...pages.stud.idi.ntnu.no/"
# Announcement directory
# Markdown files in this directory are added to the announcement box; not the main table of contents
# Announcement directory; markdown files within this directory are added to the announcement box
announcedir: announcements
# Announcement webhook-link to Microsoft Teams. Not implemented by default.
announcement_webhook: https://studntnu.webhook...
# -------------------- #
# -- JEKYLL CONFIGS -- #
# -------------------- #
# Defaults
ntnu_logo: true
toc: true
# Directory where Jekyll reads files
source: ./webpage
# The default configuration of all Jekyll pages
defaults:
-
......@@ -49,6 +55,12 @@ defaults:
toc: true # Set whether posts have automatically generated table of contents by default
layout: "post"
# ------------------------------------------------------------------------- #
# -- THE FOLLOWING SHOULD ONLY BE CHANGED IF YOU KNOW WHAT YOU ARE DOING -- #
# ------------------------------------------------------------------------- #
# Sets Jekyll base directory; only markdown files within this directory are made into pages
source: ./webpage
# Handling Reading
safe : false #If set to true can impede functionality of some plugins
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment