Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
teckids.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
Package Registry
Model registry
Operate
Environments
Terraform modules
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
Niklas Bildhauer
teckids.org
Commits
69417ddd
Verified
Commit
69417ddd
authored
5 years ago
by
Tom Teichler
Browse files
Options
Downloads
Patches
Plain Diff
Add example for nested menu
parent
e7208791
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
pelicanconf.py
+13
-5
13 additions, 5 deletions
pelicanconf.py
themes/teckids
+1
-1
1 addition, 1 deletion
themes/teckids
with
14 additions
and
6 deletions
pelicanconf.py
+
13
−
5
View file @
69417ddd
...
...
@@ -24,10 +24,18 @@ TRANSLATION_FEED_ATOM = None
AUTHOR_FEED_ATOM
=
None
AUTHOR_FEED_RSS
=
None
# Blogroll
LINKS
=
((
'
Pelican
'
,
'
http://getpelican.com/
'
),
(
'
Python.org
'
,
'
http://python.org/
'
),
(
'
Jinja2
'
,
'
http://jinja.pocoo.org/
'
))
# Navbar
MENUITEMS
=
[
(
'
Home
'
,
'
/
'
),
(
'
Foo
'
,
[
(
'
Bar
'
,
'
/bar.html
'
),
(
'
Beispiel
'
,
'
https://example.com
'
),
]),
(
'
Bar
'
,
[
(
'
Foobar
'
,
'
/beispiel
'
),
(
'
Barfoo
'
,
'
/beispiel1.html
'
),
]),
]
FOOTERMENU
=
((
'
Pelican
'
,
'
http://getpelican.com/
'
),
(
'
Python.org
'
,
'
http://python.org/
'
),
...
...
@@ -40,4 +48,4 @@ SOCIAL = (('You can add links in your config file', '#'),
DEFAULT_PAGINATION
=
10
# Uncomment following line if you want document-relative URLs when developing
#RELATIVE_URLS = True
\ No newline at end of file
#RELATIVE_URLS = True
This diff is collapsed.
Click to expand it.
teckids
@
54cd665a
Compare
66fd902c
...
54cd665a
Subproject commit
66fd902c66a0913d42c6a6b8a3f0dd2625250959
Subproject commit
54cd665a264e8b8e5d5a070f50fcdb43920b95be
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