Skip to content
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.

Commit

Permalink
Cleaned up a bit :)
Browse files Browse the repository at this point in the history
  • Loading branch information
cnoss committed Oct 7, 2023
1 parent c71dae6 commit c5620bc
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 158 deletions.
2 changes: 1 addition & 1 deletion .eleventy.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const htmlmin = require('html-minifier');
const markdownIt = require("markdown-it");
const yaml = require("js-yaml");

const pathPrefix = (process.env.ELEVENTY_ENV === 'production') ? "" : "";
const pathPrefix = (process.env.ELEVENTY_ENV === 'production') ? "medieninformatik-5.0ty" : "";
const ghPagesFolder = "docs";

const md = new markdownIt({
Expand Down
22 changes: 0 additions & 22 deletions src/_layouts/default.html

This file was deleted.

135 changes: 0 additions & 135 deletions src/_layouts/modulbeschreibung.html

This file was deleted.

0 comments on commit c5620bc

Please sign in to comment.