Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
syllabus-uebung-python-2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Digital History
Digital History Lehre
sose2025-python-2
syllabus-uebung-python-2
Commits
ed74a33f
"...git@scm.cms.hu-berlin.de:iqb/verona-modules-aspect.git" did not exist on "f8d72c19601afb828764d5e28590a005df5c0a87"
Commit
ed74a33f
authored
3 weeks ago
by
Philipp Schneider
Browse files
Options
Downloads
Patches
Plain Diff
Add table of content
parent
b2993122
No related branches found
No related tags found
No related merge requests found
Pipeline
#71690
passed
3 weeks ago
Stage: deploy
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
_config.yml
+3
-0
3 additions, 0 deletions
_config.yml
_layouts/default.html
+21
-0
21 additions, 0 deletions
_layouts/default.html
css/main.scss
+36
-0
36 additions, 0 deletions
css/main.scss
syllabus.md
+3
-0
3 additions, 0 deletions
syllabus.md
with
63 additions
and
0 deletions
_config.yml
+
3
−
0
View file @
ed74a33f
...
@@ -38,6 +38,9 @@ theme: minima
...
@@ -38,6 +38,9 @@ theme: minima
plugins
:
plugins
:
-
jekyll-feed
-
jekyll-feed
kramdown
:
toc_levels
:
2..3
# Generates ToC for H2 and H3 headers
# Exclude from processing.
# Exclude from processing.
# The following items will not be processed, by default.
# The following items will not be processed, by default.
# Any item listed under the `exclude:` key here will be automatically added to
# Any item listed under the `exclude:` key here will be automatically added to
...
...
This diff is collapsed.
Click to expand it.
_layouts/default.html
+
21
−
0
View file @
ed74a33f
...
@@ -7,6 +7,27 @@
...
@@ -7,6 +7,27 @@
{% include header.html %}
{% include header.html %}
<!DOCTYPE html>
<html
lang=
"{{ page.lang | default: site.lang | default: "
en
"
}}"
>
<head>
{% include head.html %}
</head>
<body>
<div
class=
"page-content"
>
<div
class=
"wrapper"
>
<aside
class=
"toc-sidebar"
>
<nav
id=
"toc"
></nav>
</aside>
<main
class=
"post-content"
>
{{ content }}
</main>
</div>
</div>
{% include footer.html %}
<script
src=
"{{ "
/
assets
/
js
/
toc.js
"
|
relative_url
}}"
></script>
</body>
</html>
<div
class=
"page-content"
>
<div
class=
"page-content"
>
<div
class=
"wrapper"
>
<div
class=
"wrapper"
>
{{ content }}
{{ content }}
...
...
This diff is collapsed.
Click to expand it.
css/main.scss
+
36
−
0
View file @
ed74a33f
...
@@ -51,3 +51,39 @@ $on-laptop: 800px;
...
@@ -51,3 +51,39 @@ $on-laptop: 800px;
"layout"
,
"layout"
,
"syntax-highlighting"
"syntax-highlighting"
;
;
.toc-sidebar
{
position
:
fixed
;
left
:
20px
;
/* Change to right: 20px; for right-side */
top
:
100px
;
width
:
250px
;
max-height
:
80vh
;
overflow-y
:
auto
;
background
:
#f8f9fa
;
padding
:
15px
;
border-radius
:
5px
;
font-size
:
14px
;
}
.toc-sidebar
nav
{
position
:
relative
;
}
.toc-sidebar
ul
{
list-style-type
:
none
;
padding-left
:
0
;
}
.toc-sidebar
li
{
margin-bottom
:
5px
;
}
.toc-sidebar
a
{
text-decoration
:
none
;
color
:
#007bff
;
}
.toc-sidebar
a
:hover
{
text-decoration
:
underline
;
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
syllabus.md
+
3
−
0
View file @
ed74a33f
...
@@ -6,6 +6,9 @@ permalink: /
...
@@ -6,6 +6,9 @@ permalink: /
# Programmieren für Historiker:innen II – Geistliche Karrieren im Alten Reich mit Linked Open Data erforschen (Python-Aufbaukurs)
# Programmieren für Historiker:innen II – Geistliche Karrieren im Alten Reich mit Linked Open Data erforschen (Python-Aufbaukurs)
*
Table of Contents
{:toc}
## Allgemeine Informationen
## Allgemeine Informationen
### Kontakt der Ansprechperson
### Kontakt der Ansprechperson
...
...
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