Skip to content

Commit 2699df3

Browse files
committed
old deploy, trouble shooting without ToC
1 parent 0e6f6a7 commit 2699df3

File tree

4 files changed

+6
-11
lines changed

4 files changed

+6
-11
lines changed

Gemfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ gem "minima", "~> 2.5"
1616
# If you have any plugins, put them here!
1717
group :jekyll_plugins do
1818
gem "jekyll-feed", "~> 0.12"
19-
# to create table of content for .md document
20-
#gem "jekyll-toc"
2119
end
2220

2321
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
@@ -32,5 +30,3 @@ gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
3230

3331

3432
gem "webrick", "~> 1.8"
35-
36-

_config.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ kramdown:
2424

2525
plugins:
2626
- jekyll-seo-tag
27-
#- jekyll-toc
2827

2928
# Defaults
3029
defaults:
@@ -42,7 +41,3 @@ defaults:
4241
values:
4342
permalink: 'de/nachrichten/:title'
4443
language: de
45-
46-
# TOC Settings
47-
#toc:
48-
# min_level: 2

de/problembehandlung.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
layout: pageOwnNav
2+
layout: page
33

44
title: Problembehandlung
55
description: Problembehandlung.
@@ -12,6 +12,8 @@ order: 3
1212
toc: true
1313
---
1414

15+
## Problembehandlung
16+
1517
Diese Seite enthält Probleme/Fragen und deren Lösungen/Antworten. Neue Einträge werden jeweils oben ergänzt.
1618

1719
### Bedienelemente sind teilweise verdeckt oder Inhalt ist abgeschnitten

en/troubleshooting.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
layout: pageOwnNav
2+
layout: page
33

44
title: Trouble shooting
55
description: Trouble shooting.
@@ -12,6 +12,8 @@ order: 3
1212
toc: true
1313
---
1414

15+
## Trouble shooting
16+
1517
This page contains problems/questions and their solutions/answers. New entries will be added at the top.
1618

1719
### Control elements are partially concealed or content is truncated

0 commit comments

Comments
 (0)