-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(theme): switch to lotusdocs theme
Added theme Restructured files Changed configuration
- Loading branch information
Showing
47 changed files
with
435 additions
and
249 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
ignorePatterns: ["layouts/page/single.json"] | ||
ignorePatterns: ["layouts/page/single.json", "assets/js/bootstrap.js"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,3 +4,4 @@ public/ | |
resources/_gen/ | ||
www/ | ||
www-dev/ | ||
assets/jsconfig.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
[submodule "themes/ananke"] | ||
path = themes/ananke | ||
url = https://github.com/theNewDynamic/gohugo-theme-ananke.git | ||
[submodule "themes/lotusdocs"] | ||
path = themes/lotusdocs | ||
url = https://github.com/colinwilson/lotusdocs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,9 +27,9 @@ | |
</VirtualHost> | ||
|
||
<VirtualHost *:443> | ||
ServerName www.berlin.freifunk.net | ||
ServerName www.berlin.freifunk.net | ||
ServerAdmin "[email protected]" | ||
SSLEngine on | ||
SSLEngine on | ||
SSLCertificateFile /etc/letsencrypt/live/www.berlin.freifunk.net/cert.pem | ||
SSLCertificateChainFile /etc/letsencrypt/live/www.berlin.freifunk.net/chain.pem | ||
SSLCertificateKeyFile /etc/letsencrypt/live/www.berlin.freifunk.net/privkey.pem | ||
|
@@ -57,7 +57,7 @@ | |
</VirtualHost> | ||
|
||
<VirtualHost *:80> | ||
ServerName www.berlin.freifunk.net | ||
ServerName www.berlin.freifunk.net | ||
ServerAdmin "[email protected]" | ||
|
||
RewriteEngine On | ||
|
@@ -75,7 +75,7 @@ | |
<VirtualHost *:443> | ||
ServerName berlin.freifunk.net | ||
ServerAdmin "[email protected]" | ||
SSLEngine on | ||
SSLEngine on | ||
SSLCertificateFile /etc/letsencrypt/live/berlin.freifunk.net/cert.pem | ||
SSLCertificateChainFile /etc/letsencrypt/live/berlin.freifunk.net/chain.pem | ||
SSLCertificateKeyFile /etc/letsencrypt/live/berlin.freifunk.net/privkey.pem | ||
|
@@ -102,8 +102,8 @@ | |
Header always merge Vary "Accept-Language" | ||
</LocationMatch> | ||
|
||
Header set Content-Security-Policy "script-src berlin.freifunk.net" | ||
Header set Strict-Transport-Security "max-age=63072000; includeSubDomains" | ||
Header set Content-Security-Policy "script-src berlin.freifunk.net" | ||
Header set Strict-Transport-Security "max-age=63072000; includeSubDomains" | ||
|
||
<Directory "/var/www/berlin.freifunk.net/www"> | ||
Options FollowSymLinks | ||
|
@@ -113,4 +113,4 @@ | |
|
||
ErrorLog "/var/log/apache2/berlin.freifunk.net-error.log" | ||
CustomLog "/var/log/apache2/berlin.freifunk.net-access.log" combined | ||
</VirtualHost> | ||
</VirtualHost> |
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
// | ||
// Overwriting the theme file to activate component | ||
// | ||
|
||
// Import the Bootstrap components we want to use. | ||
// See https://github.com/twbs/bootstrap/blob/main/js/index.umd.js | ||
// eslint-disable-next-line import/no-absolute-path | ||
import Tab from '/js/bootstrap/src/tab' | ||
// eslint-disable-next-line import/no-absolute-path | ||
import Dropdown from '/js/bootstrap/src/dropdown' | ||
|
||
export default { | ||
Tab, | ||
Dropdown | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,5 @@ | ||
--- | ||
title: "Kontakt" | ||
description: "" | ||
omit_header_text: true | ||
menu: | ||
main: | ||
weight: 7 | ||
--- | ||
|
||
## Treffen | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,5 @@ | ||
--- | ||
title: "Contact" | ||
description: "" | ||
omit_header_text: true | ||
menu: | ||
main: | ||
weight: 7 | ||
--- | ||
|
||
## Meetings | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.