Compare commits
9 commits
257865aebe
...
d5062bddb7
Author | SHA1 | Date | |
---|---|---|---|
d5062bddb7 | |||
0780afbb2e | |||
f514e8c02e | |||
31ae3bacb8 | |||
1ba4d7df4e | |||
f685a13c92 | |||
5f83029dc0 | |||
fd69ba1376 | |||
9f8c3017ec |
5 changed files with 9 additions and 8 deletions
|
@ -12,7 +12,7 @@ Website for sp-codes.de
|
|||
The following Parameters are set directly on the Web-Server.
|
||||
|
||||
```
|
||||
Content-Security-Policy: default-src 'none'; img-src 'self'; script-src 'self'; style-src 'self'; font-src 'self'; frame-ancestors 'none'; base-uri 'self'; form-action 'none'
|
||||
Content-Security-Policy: default-src 'none'; script-src 'self' https://plausible.sp-codes.de; object-src 'none'; style-src 'self'; img-src 'self'; media-src 'none'; frame-src 'none'; font-src 'self'; connect-src 'self' https://plausible.sp-codes.de; require-trusted-types-for 'script'
|
||||
Referrer-Policy: same-origin
|
||||
Feature-Policy: sync-xhr 'self'
|
||||
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
"url": "https://git.sp-codes.de/samuel-p/sp-codes.de"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"browser-sync": "^2.26.7"
|
||||
"browser-sync": "^2.26.10"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@11ty/eleventy": "^0.11.0",
|
||||
|
|
|
@ -27,19 +27,19 @@ title: sp-codes
|
|||
<meta property="og:description" content="Samuel Philipp - Software Engineer from Magdeburg">
|
||||
<meta property="og:site_name" content="sp-codes">
|
||||
<meta property="og:image" content="https://sp-codes.de/img/sp-codes.jpg">
|
||||
<!--<meta property="og:updated_time" content="">-->
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:title" content="sp-codes">
|
||||
<meta name="twitter:description" content="Samuel Philipp - Software Engineer from Magdeburg">
|
||||
<meta name="twitter:image" content="https://sp-codes.de/img/sp-codes.jpg">
|
||||
<link rel="shortcut icon" href="img/samuel.png">
|
||||
<link rel="stylesheet" href="/css/main.css">
|
||||
<script async defer data-domain="sp-codes.de" src="https://plausible.sp-codes.de/js/plausible.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="d-flex justify-content-start flex-wrap p-2 menu menu-top">
|
||||
{%- for entry in collections.all | eleventyNavigation %}
|
||||
{% if entry.url.includes(locale) %}
|
||||
<div{% if entry.url == page.url %} class="active"{% endif %}>
|
||||
<div {% if entry.url == page.url %} class="active"{% endif %}>
|
||||
<a href="{{ entry.url | url }}" class="mr-2">
|
||||
{% if entry.icon %}<span class="fas fa-{{ entry.icon }} mr-2"></span>{% endif %}{{ entry.title }}
|
||||
</a>
|
||||
|
@ -75,7 +75,8 @@ title: sp-codes
|
|||
<div class="d-flex justify-content-sm-start flex-wrap">
|
||||
<div class="mr-3"><a href="/{{locale}}/imprint"><span class="fas fa-info-circle mr-2"></span>{{strings.imprint[locale]}}</a></div>
|
||||
<div class="mr-3"><a href="/{{locale}}/privacy"><span class="fas fa-user-secret mr-2"></span>{{strings.privacy[locale]}}</a></div>
|
||||
<div><a target="_blank" href="https://git.sp-codes.de/samuel-p/sp-codes.de"><span class="fas fa-code mr-2"></span>Code</a></div>
|
||||
<div class="mr-3"><a target="_blank" href="https://git.sp-codes.de/samuel-p/sp-codes.de"><span class="fas fa-code mr-2"></span>Code</a></div>
|
||||
<div><a target="_blank" href="https://plausible.sp-codes.de/sp-codes.de"><span class="fas fa-chart-line mr-2"></span>Stats</a></div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -18,7 +18,7 @@ __Hier gehts zu Searx: [searx.sp-codes.de](https://searx.sp-codes.de)__
|
|||
## Weitere nützliche Links
|
||||
|
||||
* [Searx Webseite](https://asciimoo.github.io/searx/)
|
||||
* [User-Dokumentation](https://asciimoo.github.io/searx/user/index.html)
|
||||
* [Dokumentation](https://asciimoo.github.io/searx/user/index.html)
|
||||
* [Standardsuchmaschine in Firefox festlegen](https://support.mozilla.org/de/kb/suchmaschinen-in-firefox-hinzufuegen-oder-entfernen)
|
||||
* [Standardsuchmaschine in Chrome festlegen](https://support.google.com/chrome/answer/95426?co=GENIE.Platform%3DDesktop&hl=de)
|
||||
* [Liste weiterer öffentlicher Server](https://searx.space/)
|
||||
|
|
|
@ -19,7 +19,7 @@ Here is the link to Searx: [searx.sp-codes.de](https://searx.sp-codes.de)
|
|||
## More useful links
|
||||
|
||||
* [Searx Website](https://asciimoo.github.io/searx/)
|
||||
* [User-Documentation](https://asciimoo.github.io/searx/user/index.html)
|
||||
* [Documentation](https://asciimoo.github.io/searx/user/index.html)
|
||||
* [Set default search engine in Firefox](https://support.mozilla.org/en-US/kb/add-or-remove-search-engine-firefox)
|
||||
* [Set default search engine in Chrome](https://support.google.com/chrome/answer/95426?co=GENIE.Platform%3DDesktop&hl=en)
|
||||
* [List of other public servers](https://searx.space/)
|
||||
|
|
Loading…
Reference in a new issue