FIX: Removed incompatible Jekyll plugin.

This commit is contained in:
MajorDroolz
2023-01-04 23:43:05 -05:00
parent 7463c1927a
commit 7edafd8677
6 changed files with 21 additions and 13 deletions

View File

@@ -1,12 +0,0 @@
plugins:
- jekyll-datapage-generator
page_gen:
- data: work
template: experience
dir: experience
index_files: false
name: id
title: title
page_data_prefix: data
filter: ready

View File

@@ -4,7 +4,7 @@ desc_type: project
layout: default
---
{% assign malung = site.data.work[page.data.id] %}
{% assign malung = site.data.work[page.project_id] %}
{% assign techs = site.data.techs %}
<link rel="stylesheet" href="/styles/experience.css">

View File

@@ -0,0 +1,5 @@
---
layout: experience
project_id: freshmanual
title: FreshManual
---

5
experience/malung.html Normal file
View File

@@ -0,0 +1,5 @@
---
layout: experience
project_id: malung
title: Malung
---

View File

@@ -0,0 +1,5 @@
---
layout: experience
project_id: pollbuddy
title: Poll Buddy
---

View File

@@ -0,0 +1,5 @@
---
layout: experience
project_id: rpi-crisis
title: CRISIS
---