Skip to content

Commit 9abe438

Browse files
committed
updating some content
1 parent f0f574d commit 9abe438

File tree

7 files changed

+27
-24
lines changed

7 files changed

+27
-24
lines changed

README.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1 @@
1-
# Starter kit for [Alembic](https://alembic.darn.es/)
2-
3-
This is a very simple starting point if you wish to use Alembic [as a Jekyll theme gem](https://alembic.darn.es/#as-a-jekyll-theme) or as a [GitHub Pages remote theme](https://github.com/daviddarnes/alembic-kit/tree/remote-theme) (see `remote-theme` branch).
4-
5-
[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/daviddarnes/alembic-kit)
6-
7-
or
8-
9-
**[Download the GitHub Pages kit](https://github.com/daviddarnes/alembic-kit/archive/remote-theme.zip)**
1+
# TUD Cyber Data Analytics Lab

README.md.old

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Starter kit for [Alembic](https://alembic.darn.es/)
2+
3+
This is a very simple starting point if you wish to use Alembic [as a Jekyll theme gem](https://alembic.darn.es/#as-a-jekyll-theme) or as a [GitHub Pages remote theme](https://github.com/daviddarnes/alembic-kit/tree/remote-theme) (see `remote-theme` branch).
4+
5+
[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/daviddarnes/alembic-kit)
6+
7+
or
8+
9+
**[Download the GitHub Pages kit](https://github.com/daviddarnes/alembic-kit/archive/remote-theme.zip)**

_config.yml

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,25 +20,27 @@ plugins:
2020
- jekyll-remote-theme
2121

2222
# Site settings
23-
url: 'https://mydomain.com'
23+
url: 'https://tudelft-cda-lab.github.io/'
2424
baseurl: ''
25-
title: 'My website'
26-
description: 'This is my new website'
25+
title: 'Cyber Data Analytics Lab'
26+
description: 'Webpage for the Cyber Data Analytics Lab'
2727
permalink: pretty
28-
logo: "https://www.gravatar.com/avatar/6c0377abcf4da91cdd35dea4554b2a4c?s=52"
28+
logo: "assets/TUD.png"
2929

3030
# Pagination
3131
paginate: 5
32-
paginate_path: blog/page:num
32+
paginate_path: projects/page:num
3333

3434
# Header nav
3535
navigation_header:
3636
- title: Home
3737
url: /
38-
- title: About
39-
url: /about/
40-
- title: Blog
41-
url: /blog/
38+
- title: People
39+
url: /people/
40+
- title: Projects
41+
url: /projects/
42+
- title: Contact
43+
url: /contact/
4244

4345
# Footer nav
4446
navigation_footer:

_posts/2018-08-22-hello-world.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
layout: post
3-
title: Hello World
3+
title: Projects
44
categories:
5-
- General
5+
- Current
66
feature_image: "https://picsum.photos/2560/600?image=872"
77
---
88

assets/TUD.png

37 KB
Loading

blog/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
layout: blog
2+
layout: projects
33
collectionpage: posts
4-
title: Blog
4+
title: Projects
55
---

index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
title: Welcome to my website
2+
title: Recent News
33
layout: page
44
feature_image: "https://picsum.photos/1300/400?image=989"
55
feature_text: |
6-
## Hello world
6+
## Cyber Data Analytics Lab @ TU Delft
77
---
88

99
There isn't much going on here yet, but watch this space

0 commit comments

Comments
 (0)