Initial commit

This commit is contained in:
2018-04-02 08:07:38 +02:00
commit 7330c1ed3e
2054 changed files with 405203 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
# This is the project specific Settings.yml file.
# Place Sphinx specific build information here.
# Settings given here will replace the settings of 'conf.py'.
---
conf.py:
copyright: 2014
project: MetaSEO
version: 1.0
release: 1.0.0
html_theme_options:
github_repository: mblaschke/TYPO3-metaseo
github_branch: develop
latex_documents:
- - Index
- metaseo.tex
- MetaSEO
- Markus Blaschke
- manual
latex_elements:
papersize: a4paper
pointsize: 10pt
preamble: \usepackage{typo3}
...