Merge branch 'main' of git.derg.cz:ulysia/site
This commit is contained in:
commit
978565e12a
4 changed files with 12 additions and 4 deletions
|
@ -48,9 +48,9 @@ Status page can be found at [stats.uptimerobot.com/4mEovYe8FC](https://stats.upt
|
|||
</div>
|
||||
</div>
|
||||
|
||||
[The Enbclave Webring](https://zatzhing.me/webring)
|
||||
[The Enclave Webring](https://zatzhing.me/webring)
|
||||
<div id='enclave-webring'>
|
||||
<script type="text/javascript" src="https://zatzhing.me/pages/webring/onionring-variables.js"></script>
|
||||
<script type="text/javascript" src="https://zatzhing.me/pages/webring/onionring-widget.js"></script>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -8,4 +8,4 @@ services:
|
|||
ports:
|
||||
- "3004:8080" # Map external port 3000 to internal port 8080
|
||||
volumes:
|
||||
- ./content:/usr/src/app/content
|
||||
- ./content:/usr/src/app/content
|
|
@ -13,7 +13,7 @@ const config: QuartzConfig = {
|
|||
enablePopovers: true,
|
||||
analytics: {
|
||||
provider: "plausible",
|
||||
host: "plausible.nexae.net",
|
||||
host: "plausible.derg.cz",
|
||||
},
|
||||
locale: "en-US",
|
||||
baseUrl: "derg.cz",
|
||||
|
|
|
@ -36,6 +36,14 @@
|
|||
"type": "friend",
|
||||
"contentType": "image"
|
||||
},
|
||||
{
|
||||
"image": "https://assets.derg.cz/buttons/derg.gif",
|
||||
"url": "https://derg.social",
|
||||
"alt": "Derg.social: Social Network for dragons by dragons (btn by rivetspire@derg.social)",
|
||||
"title": "Derg.social: Social Network for dragons by dragons (btn by rivetspire@derg.social)",
|
||||
"type": "friend",
|
||||
"contentType": "image"
|
||||
},
|
||||
{
|
||||
"image": "https://assets.derg.cz/buttons/say-no-to-web3.gif",
|
||||
"alt": "Say no to web3! Keep the web free!",
|
||||
|
|
Loading…
Add table
Reference in a new issue