Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
schul-frei.org
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Benedict Suska
schul-frei.org
Commits
26bd9cc1
Verified
Commit
26bd9cc1
authored
5 years ago
by
Nik | Klampfradler
Browse files
Options
Downloads
Patches
Plain Diff
Use bootstrap-rst for columns
parent
76dcde64
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitlab-ci.yml
+1
-0
1 addition, 0 deletions
.gitlab-ci.yml
content/pages/de/index.md
+0
-25
0 additions, 25 deletions
content/pages/de/index.md
content/pages/de/index.rst
+36
-0
36 additions, 0 deletions
content/pages/de/index.rst
pelicanconf.py
+1
-1
1 addition, 1 deletion
pelicanconf.py
with
38 additions
and
26 deletions
.gitlab-ci.yml
+
1
−
0
View file @
26bd9cc1
...
@@ -7,6 +7,7 @@ pages:
...
@@ -7,6 +7,7 @@ pages:
stage
:
deploy
stage
:
deploy
before_script
:
before_script
:
-
pip install Markdown gitpython pelican py_w3c
-
pip install Markdown gitpython pelican py_w3c
-
pip install git+https://github.com/rougier/bootstrap-rst.git
script
:
script
:
-
make publish
-
make publish
artifacts
:
artifacts
:
...
...
This diff is collapsed.
Click to expand it.
content/pages/de/index.md
deleted
100644 → 0
+
0
−
25
View file @
76dcde64
title: Home
date: 2020-02-29
lang: de
template: page_with_carousel
save_as: index.html
<div
markdown=
"1"
class=
"ul-columns"
>
*
## Sichere und nachhaltige Digitalisierung
**Wissen, wo Ihre Daten sind.**
Empfindliche Daten werden nicht bei großen Konzernen gespeichert, sondern bei Ihnen.
Damit wird der Datenschutz nachvollziehbarer.
Die Schul-frei-Projekte sind nicht Hardwaregebunden. Somit können ältere Geräte problemlos verwendet werden.
Dies trägt beispielsweise zu einem kleinerem ökologischem Fußabdruck bei.
*
## Umfangreicher Support
**Passt sich Ihrer Schule an, nicht andersrum.**
Das flexible System ermöglicht individuelle Anpassung an Ihre Schule.
Somit gestalten Sie den Aufbau des Systems selber mit.
*
## Anpassung und Mitgestaltung
**Fördern Sie Freiheit und Gemeinschaft mit Open-Source.**
Hinter den Schul-frei-Projekten stehen Tausende Unterstützer die die Systeme aktuell halten und mitentwickeln.
Auch für kommerziellen und professionellen Support ist gesorgt.
Somit ist die langfristige Unterstützung garaniert.
</div>
This diff is collapsed.
Click to expand it.
content/pages/de/index.rst
0 → 100644
+
36
−
0
View file @
26bd9cc1
:title: Home
:date: 2020-02-29
:lang: de
:template: page_with_carousel
:save_as: index.html
.. row:: show-grid
.. column::
:width: 4
**Sichere und nachhaltige Digitalisierung**
Empfindliche Daten werden nicht bei großen Konzernen gespeichert, sondern bei Ihnen.
Damit wird der Datenschutz nachvollziehbarer.
Die Schul-frei-Projekte sind nicht Hardwaregebunden. Somit können ältere Geräte problemlos verwendet werden.
Dies trägt beispielsweise zu einem kleinerem ökologischem Fußabdruck bei.
.. column::
:width: 4
**Umfangreicher Support**
Das flexible System ermöglicht individuelle Anpassung an Ihre Schule.
Somit gestalten Sie den Aufbau des Systems selber mit.
.. column::
:width: 4
**Anpassung und Mitgestaltung**
Fördern Sie Freiheit und Gemeinschaft mit Open-Source.
Hinter den Schul-frei-Projekten stehen Tausende Unterstützer die die Systeme aktuell halten und mitentwickeln.
Auch für kommerziellen und professionellen Support ist gesorgt.
Somit ist die langfristige Unterstützung garaniert.
This diff is collapsed.
Click to expand it.
pelicanconf.py
+
1
−
1
View file @
26bd9cc1
...
@@ -16,7 +16,7 @@ DEFAULT_LANG = 'de'
...
@@ -16,7 +16,7 @@ DEFAULT_LANG = 'de'
THEME
=
'
themes/teckids
'
THEME
=
'
themes/teckids
'
PLUGIN_PATHS
=
[
"
plugins
"
]
PLUGIN_PATHS
=
[
"
plugins
"
]
PLUGINS
=
[
'
i18n_subsites
'
,
'
filetime_from_git
'
,
'
sitemap
'
]
PLUGINS
=
[
'
i18n_subsites
'
,
'
filetime_from_git
'
,
'
sitemap
'
,
'
bootstrap-rst
'
]
MARKDOWN
=
{
MARKDOWN
=
{
'
extension_configs
'
:
{
'
extension_configs
'
:
{
'
markdown.extensions.attr_list
'
:
{},
'
markdown.extensions.attr_list
'
:
{},
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment