commit: 8f0907fee1086ca3743e997e7105cb16148692b1
parent 8126abda188feb55fc424081bfebf1f038289dfd
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Wed, 25 Nov 2020 05:13:43 +0100
Remove Jekyll files
Diffstat:
3 files changed, 0 insertions(+), 52 deletions(-)
diff --git a/.gitignore b/.gitignore
@@ -1,4 +0,0 @@
-_site/
-.sass-cache/
-.jekyll-cache/
-.jekyll-metadata
diff --git a/_config.yml b/_config.yml
@@ -1,23 +0,0 @@
-url: "https://litepub.github.io"
-baseurl: "/litepub"
-contribute_url: "https://github.com/litepub/litepub/blob/master/CONTRIBUTING.md"
-
-sass:
- sass_dir: assets/css
- style: nested
- deploy_style: nested
-
-collections:
- entities:
- output: true
-
-kramdown:
- toc_levels: 2..2
-
-layout: default
-
-defaults:
- -
- values:
- layout: "default"
- title: ""
diff --git a/_layouts/default.html b/_layouts/default.html
@@ -1,25 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
- <head>
- <meta charset="utf-8">
- <title>LitePub: {{ page.title | strip }}</title>
- <link href="{{ site.baseurl }}/assets/css/main.css" rel="stylesheet">
- </head>
- <body>
- <nav>
- {% include nav.html %}
- </nav>
-
- <div class="content">
- {% if page.title %}
- <h1>{{ page.title }}</h1>
- {% endif %}
-
- {% if page.status %}
- <h2>{{ page.status }} — {{ page.last_updated }}</h2>
- {% endif %}
-
- {{ content }}
- </div>
- </body>
-</html>