Starting to fix the website
parent
8f8dee3241
commit
f7555662bb
|
@ -1,4 +1,5 @@
|
||||||
_site
|
_site
|
||||||
|
.jekyll-cache
|
||||||
.sass-cache
|
.sass-cache
|
||||||
Gemfile.lock
|
Gemfile.lock
|
||||||
*.gem
|
*.gem
|
||||||
|
|
12
_config.yml
12
_config.yml
|
@ -1,12 +1,18 @@
|
||||||
title: GLaDOS
|
title: GLaDOS
|
||||||
description: Personlig nettside for Øyvind Skaaden.
|
description: Personlig nettside for Øyvind Skaaden.
|
||||||
|
description_long: Personlig nettside for Øyvind Skaaden. Inneholder alt av stæsj jeg holder på med på fritiden.
|
||||||
author: Øyvind Skaaden
|
author: Øyvind Skaaden
|
||||||
|
lang: no_NB
|
||||||
url: https://glados.no
|
url: https://glados.no
|
||||||
baseurl: dev
|
#baseurl: dev
|
||||||
|
#permalink: /:categories/:year/:month/:day/:title:output_ext
|
||||||
|
|
||||||
|
google_analytics:
|
||||||
|
|
||||||
|
theme: jekyll-theme-minimal
|
||||||
logo: assets/img/gladosLogo.svg
|
logo: assets/img/gladosLogo.svg
|
||||||
show_downloads: false
|
show_downloads: false
|
||||||
google_analytics:
|
|
||||||
theme: jekyll-theme-minimal
|
|
||||||
github:
|
github:
|
||||||
is_project_page: true
|
is_project_page: true
|
||||||
repository_url: https://git.glados.no/oyvindskaaden/glados.no
|
repository_url: https://git.glados.no/oyvindskaaden/glados.no
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
<img src="{{site.logo | relative_url}}" alt="Logo" />
|
<img src="{{site.logo | relative_url}}" alt="Logo" />
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<p>{{ site.description | default: site.github.project_tagline }}</p>
|
<p>{{ site.description_long | default: site.github.project_tagline }}</p>
|
||||||
|
|
||||||
{% if site.github.is_project_page %}
|
{% if site.github.is_project_page %}
|
||||||
<p class="view"><a href="{{ site.github.repository_url }}">Vis kilden på min private git <small>{{ site.github.repository_nwo }}</small></a></p>
|
<p class="view"><a href="{{ site.github.repository_url }}">Vis kilden på min private git <small>{{ site.github.repository_nwo }}</small></a></p>
|
||||||
|
|
|
@ -0,0 +1,11 @@
|
||||||
|
---
|
||||||
|
layout: default
|
||||||
|
---
|
||||||
|
|
||||||
|
<h1>{{ page.title }}</h1>
|
||||||
|
|
||||||
|
<p class="view">by {{ page.author | default: site.author }}</p>
|
||||||
|
|
||||||
|
{{content}}
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
---
|
---
|
||||||
layout: post
|
layout: page
|
||||||
title: "NTNU - Filer"
|
title: "NTNU prosjekter og filer"
|
||||||
|
categories: ntnu files
|
||||||
|
permalink: /:categories/
|
||||||
---
|
---
|
||||||
|
|
||||||
Vår 2020
|
Vår 2020
|
4
index.md
4
index.md
|
@ -5,8 +5,8 @@ layout: default
|
||||||
|
|
||||||
Prosjekter, dokumenter og annet
|
Prosjekter, dokumenter og annet
|
||||||
-------------------------------
|
-------------------------------
|
||||||
* [NTNU prosjekter og filer](./files/ntnu/ntnu.html)
|
* [NTNU prosjekter og filer](/files/ntnu/ntnu.html)
|
||||||
* [Lydrelaterte dokumenter og filer](./files/sound/)
|
* [Lydrelaterte dokumenter og filer](/files/sound/)
|
||||||
|
|
||||||
Andre tjenester på *GLaDOS*
|
Andre tjenester på *GLaDOS*
|
||||||
---------------------------
|
---------------------------
|
||||||
|
|
Loading…
Reference in New Issue