This commit is contained in:
Edgar 2023-06-27 11:49:55 +02:00
parent eceb313142
commit da37fd8d49
No known key found for this signature in database
GPG Key ID: 70ADAE8F35904387
3 changed files with 4 additions and 2 deletions

View File

@ -6,6 +6,8 @@ description = "My personal website."
default_language = "en"
generate_feed = true
# Whether to automatically compile all Sass files in the sass directory
compile_sass = true

View File

@ -10,7 +10,7 @@ PGP: `8924 D702 B475 BBAA E701 5C47 230C 9452 0D02 6311`
Or more handy:
```bash
gpg --recv-keys 230C94520D026311
gpg --keyserver keys.openpgp.org --recv-keys 230C94520D026311
```
If you like what I do and want to sponsor me (thanks a lot!), you can do so from github:

View File

@ -19,7 +19,7 @@
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap" rel="stylesheet">
<link rel="alternate" type="application/rss+xml" title="RSS" href="/blog/atom.xml">
<link rel="alternate" type="application/atom+xml" title="RSS" href="/blog/atom.xml">
</head>
<body>