Compare commits

..

2 Commits

Author SHA1 Message Date
Daniel Maslowski
06d3873860 menu: rename Logbuch -> Blog to fit all viewports 2025-01-05 19:06:17 +01:00
Daniel Maslowski
fcc33ad994 switch to mobile menu on viewports up to 1024px already 2025-01-05 19:04:53 +01:00
268 changed files with 189 additions and 464 deletions

View File

@ -1,2 +1,3 @@
Contact: mailto:noc [at] this domain
Announcements: https://twitter.com/chaospott_noc/
Announcements: https://chaos.social/@chaospott_noc

View File

@ -6,26 +6,14 @@ description: >
Alle Interessierten sind herzlich zu unserem Treff eingeladen.
baseurl: ""
url: "https://chaospott.de"
# set timezone
timezone: Europe/Berlin
# Build settings
markdown: kramdown
permalink: /:year/:month/:day/:title:output_ext
paginate: 5
paginate_path: "/blog/:num"
plugins:
- jekyll-paginate
include:
- ".well-known"
defaults:
- scope:
path: _posts/blog
values:
type: blog
- scope:
path: _posts/repair
values:
type: repair
plugins: [jekyll-paginate]
include: [
".well-known"
]

View File

@ -15,9 +15,7 @@
<ul class="nav navbar-nav">
<li><a href="/">Home</a></li>
<li class="divider-vertical"></li>
<li><a href="/blog/">Logbuch</a></li>
<li class="divider-vertical"></li>
<li><a href="/blog/repaircafe.html">Repaircafé</a></li>
<li><a href="/blog/">Blog</a></li>
<li class="divider-vertical"></li>
<li><a href="/about.html">&Uuml;ber uns</a></li>
<!-- <li class="divider-vertical"></li>

Some files were not shown because too many files have changed in this diff Show More