Skip to content

Commit 01a3aaa

Browse files
committed
change to deploy from branch, posts for new page troubleshooting
1 parent dd93459 commit 01a3aaa

370 files changed

Lines changed: 318 additions & 71642 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/jekyll.yml

Lines changed: 0 additions & 52 deletions
This file was deleted.

Gemfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ 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'
1921
end
2022

2123
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
@@ -26,7 +28,6 @@ end
2628
#end
2729

2830
# Performance-booster for watching directories on Windows
29-
#gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
30-
31+
gem 'wdm', '>= 0.1.0' if Gem.win_platform?
3132

3233
gem "webrick", "~> 1.8"

_config.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ encoding: utf-8
1515
# Build settings
1616
markdown: kramdown
1717

18+
# output directory set to allow GitHub deploy from a branch
19+
destination: docs
20+
1821
# Markdown Processors
1922
kramdown:
2023
auto_ids: true
@@ -41,3 +44,7 @@ defaults:
4144
values:
4245
permalink: 'de/nachrichten/:title'
4346
language: de
47+
48+
# TOC Settings
49+
toc:
50+
min_level: 2
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
layout: post
3+
title: "2025-06-11: Neue Seite: Problembehandlung"
4+
date: 2025-06-11
5+
language: de
6+
language_reference: 2025-06-11
7+
published: true
8+
---
9+
10+
## {{ page.title }}
11+
12+
Eine neue Seite enthält Probleme/Fragen und deren Lösungen/Antworten. Die Seite ist als Ergänzung zum Benutzerhandbuch bzw. der mit dem Programm gelieferten Hilfedatei gedacht. Hier werden konkrete Probleme und Fragen behandelt, deren Lösung bzw. Antwort nicht oder eher mühsam anhand des Benutzerhandbuches zu finden ist. Vor allem können neue Probleme oder Fragen, die von allgemeinem Interesse sind, hier kurfristig ergänzt werden.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
layout: post
3+
title: "2025-06-11: New page: Troubleshooting"
4+
date: 2025-06-11
5+
language: en
6+
language_reference: 2025-06-11
7+
published: true
8+
---
9+
10+
## {{ page.title }}
11+
12+
A new page contains problems/questions and their solutions/answers. The page is intended as a supplement to the user manual or the help file supplied with the program. Specific problems and questions are dealt with here, the solution or answer to which cannot be found in the user manual or is rather difficult to find. In particular, new problems or questions of general interest can be added here at short notice.

_site/404.html

Lines changed: 0 additions & 131 deletions
This file was deleted.

_site/README.md

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)