Compare commits
No commits in common. "main" and "wtf_coop_theme_again" have entirely different histories.
main
...
wtf_coop_t
@ -1,4 +1,4 @@
|
|||||||
author: Autorenkollektiv
|
author: evi, helix, gulliver
|
||||||
title: RTFM - Das Handbuch für die WTF eG
|
title: RTFM - Das Handbuch für die WTF eG
|
||||||
lang: de
|
lang: de
|
||||||
|
|
||||||
@ -17,9 +17,10 @@ output: [pdf, epub, html]
|
|||||||
|
|
||||||
## List of chapters
|
## List of chapters
|
||||||
+ ../handbuch/intro.md
|
+ ../handbuch/intro.md
|
||||||
+ ../handbuch/organisation.md
|
+ ../handbuch/dienste.md
|
||||||
|
+ ../handbuch/FAQ.md
|
||||||
+ ../handbuch/Aufnahmeprozess.md
|
+ ../handbuch/Aufnahmeprozess.md
|
||||||
+ ../handbuch/Wegweiser.md
|
+ ../handbuch/Wegweiser.md
|
||||||
+ ../handbuch/Auszahlung.md
|
+ ../handbuch/Auszahlung.md
|
||||||
+ ../handbuch/RaaS.md
|
+ ../handbuch/RaaS.md
|
||||||
+ ../handbuch/FAQ.md
|
+ ../handbuch/AG-Einkauf.md
|
||||||
|
2
handbuch
2
handbuch
@ -1 +1 @@
|
|||||||
Subproject commit 9c02ebc66e3ad9dd484ab3304d002707e214dc7f
|
Subproject commit 454118b16c3b08ccda5d36d0048fca5e565610c8
|
@ -1,5 +1,5 @@
|
|||||||
[book]
|
[book]
|
||||||
authors = ["Autorenkollektiv"]
|
authors = ["tbd, helix, evi"]
|
||||||
language = "de"
|
language = "de"
|
||||||
multilingual = false
|
multilingual = false
|
||||||
src = "src"
|
src = "src"
|
||||||
|
@ -1,9 +1,10 @@
|
|||||||
# Inhaltsverzeichnis
|
# Inhaltsverzeichnis
|
||||||
|
|
||||||
- [Wichtige Links](../../Handbuch/intro.md)
|
- [Wichtige Links](../../Handbuch/intro.md)
|
||||||
- [Organisation](../../handbuch/organisation.md)
|
- [Dienste und Organisation](../../Handbuch/dienste.md)
|
||||||
- [Aufnahmeprozess](../../Handbuch/Aufnahmeprozess.md)
|
- [Aufnahmeprozess](../../Handbuch/Aufnahmeprozess.md)
|
||||||
- [Wegweiser für neue Mitglieder](../../Handbuch/Wegweiser.md)
|
- [Wegweiser für neue Mitglieder](../../Handbuch/Wegweiser.md)
|
||||||
- [Auszahlung](../../Handbuch/Auszahlung.md)
|
- [Auszahlung](../../Handbuch/Auszahlung.md)
|
||||||
- [Rechnung as a Service (RaaS)](../../Handbuch/RaaS.md)
|
|
||||||
- [Häufige Fragen](../../Handbuch/FAQ.md)
|
- [Häufige Fragen](../../Handbuch/FAQ.md)
|
||||||
|
- [Rechnung as a Service (RaaS)](../../Handbuch/RaaS.md)
|
||||||
|
- [AG Einkauf](../../Handbuch/AG-Einkauf.md)
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 134 KiB |
@ -24,7 +24,8 @@ copyright = '2021, diverse'
|
|||||||
author = 'Autorenkollektiv'
|
author = 'Autorenkollektiv'
|
||||||
|
|
||||||
# The full version, including alpha/beta/rc tags
|
# The full version, including alpha/beta/rc tags
|
||||||
release = '0.0.4'
|
release = '0.0.1'
|
||||||
|
|
||||||
|
|
||||||
# -- General configuration ---------------------------------------------------
|
# -- General configuration ---------------------------------------------------
|
||||||
|
|
||||||
@ -90,5 +91,4 @@ latex_elements = {
|
|||||||
latex_logo = '_static/wtf_coop_header.png'
|
latex_logo = '_static/wtf_coop_header.png'
|
||||||
latex_show_urls = 'footnote'
|
latex_show_urls = 'footnote'
|
||||||
|
|
||||||
epub_theme = 'wtf_epub'
|
epub_cover = ('_static/wtf_coop_header.png', 'epub-cover.html')
|
||||||
epub_cover = ('_static/epub_cover.png', 'epub-cover.html')
|
|
||||||
|
@ -11,12 +11,14 @@ RTFM - Das Handbuch zur wtf Kooperative eG
|
|||||||
:caption: Contents:
|
:caption: Contents:
|
||||||
|
|
||||||
handbuch/intro.md
|
handbuch/intro.md
|
||||||
handbuch/organisation.md
|
handbuch/dienste.md
|
||||||
|
handbuch/FAQ.md
|
||||||
handbuch/Aufnahmeprozess.md
|
handbuch/Aufnahmeprozess.md
|
||||||
handbuch/Wegweiser.md
|
handbuch/Wegweiser.md
|
||||||
handbuch/Auszahlung.md
|
handbuch/Auszahlung.md
|
||||||
handbuch/RaaS.md
|
handbuch/RaaS.md
|
||||||
handbuch/FAQ.md
|
handbuch/AG-Einkauf.md
|
||||||
|
|
||||||
|
|
||||||
Indices and tables
|
Indices and tables
|
||||||
==================
|
==================
|
||||||
|
@ -1,23 +0,0 @@
|
|||||||
{#
|
|
||||||
epub/epub-cover.html
|
|
||||||
~~~~~~~~~~~~~~~~~~~~
|
|
||||||
|
|
||||||
Sample template for the html cover page.
|
|
||||||
|
|
||||||
:copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
|
|
||||||
:license: BSD, see LICENSE for details.
|
|
||||||
#}
|
|
||||||
{%- extends "layout.html" %}
|
|
||||||
{%- block header %}{% endblock %}
|
|
||||||
{%- block rootrellink %}{% endblock %}
|
|
||||||
{%- block relbaritems %}{% endblock %}
|
|
||||||
{%- block sidebarlogo %}{% endblock %}
|
|
||||||
{%- block linktags %}{% endblock %}
|
|
||||||
{%- block relbar1 %}{% endblock %}
|
|
||||||
{%- block sidebar1 %}{% endblock %}
|
|
||||||
{%- block sidebar2 %}{% endblock %}
|
|
||||||
{%- block footer %}{% endblock %}
|
|
||||||
|
|
||||||
{% block content %}
|
|
||||||
<div class="epub-cover" style="background-image: url('{{ image }}');"></div>
|
|
||||||
{% endblock %}
|
|
@ -1,9 +0,0 @@
|
|||||||
.epub-cover {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
width: 100%;
|
|
||||||
height: 100%;
|
|
||||||
background-size: contain;
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
background-position: center;
|
|
||||||
}
|
|
@ -1,3 +0,0 @@
|
|||||||
[theme]
|
|
||||||
inherit = epub
|
|
||||||
stylesheet = css/style.css
|
|
Loading…
Reference in New Issue
Block a user