This commit is contained in:
CherryKitten 2023-02-07 16:25:43 +01:00
parent dc7e2a65b5
commit 0ed2a2ef8d
Signed by: sammy
GPG key ID: 0B696A86A853E955
12 changed files with 34 additions and 18 deletions

View file

@ -39,7 +39,7 @@ background_color = "rosepine"
logo_text = "CherryKitten"
copyright_html = """\
<p>&copy; 2022 - CherryKitten</p><a href="/impressum">Impressum</a>
<p>&copy; {currentYear} - CherryKitten</p><a href="/impressum">Impressum</a>
"""
menu_items = [
@ -50,7 +50,6 @@ menu_items = [
{name = "Blog", url = "$BASE_URL/blog"},
{name = "Contact", url = "$BASE_URL/contact"},
#{name = "github", url = "url-to-your-github", newtab = true},
]
page_titles = "combined"

View file

@ -2,10 +2,17 @@
title = "Hello there!"
+++
{{ image(src="/profile.jpeg", alt="Profile picture",
position="center", style="border-radius: 50%; height: 128px; width: 128px;") }}
<div style="text-align: center">
Hi, I'm Sammy.
Welcome to my little website :3
</div>
```Rust
///I like to meow
fn main() {
@ -13,7 +20,7 @@ fn main() {
println!("Meow!");
}
}
// Honestly I just wanted to have some kind of code block somewhere to see how pretty the syntax highlighting is
```

View file

@ -65,7 +65,7 @@
<footer class="footer">
<div class="footer__inner">
<div class="copyright copyright--user"><p>&copy; 2022 - CherryKitten</p><a href="/impressum">Impressum</a>
<div class="copyright copyright--user"><p>&copy; {currentYear} - CherryKitten</p><a href="/impressum">Impressum</a>
</div>
</div>
</footer>

View file

@ -106,7 +106,7 @@ all the relevant projects in my <a href="https://codeberg.org/CherryKitten/freec
<footer class="footer">
<div class="footer__inner">
<div class="copyright copyright--user"><p>&copy; 2022 - CherryKitten</p><a href="/impressum">Impressum</a>
<div class="copyright copyright--user"><p>&copy; {currentYear} - CherryKitten</p><a href="/impressum">Impressum</a>
</div>
</div>
</footer>

View file

@ -140,7 +140,7 @@ Welcome to the Fediverse 💜.</p>
<footer class="footer">
<div class="footer__inner">
<div class="copyright copyright--user"><p>&copy; 2022 - CherryKitten</p><a href="/impressum">Impressum</a>
<div class="copyright copyright--user"><p>&copy; {currentYear} - CherryKitten</p><a href="/impressum">Impressum</a>
</div>
</div>
</footer>

View file

@ -103,7 +103,7 @@ People have been recommending &quot;Mastodon&quot; as a Twitter alternative for
<footer class="footer">
<div class="footer__inner">
<div class="copyright copyright--user"><p>&copy; 2022 - CherryKitten</p><a href="/impressum">Impressum</a>
<div class="copyright copyright--user"><p>&copy; {currentYear} - CherryKitten</p><a href="/impressum">Impressum</a>
</div>
</div>
</footer>

View file

@ -141,7 +141,7 @@
<footer class="footer">
<div class="footer__inner">
<div class="copyright copyright--user"><p>&copy; 2022 - CherryKitten</p><a href="/impressum">Impressum</a>
<div class="copyright copyright--user"><p>&copy; {currentYear} - CherryKitten</p><a href="/impressum">Impressum</a>
</div>
</div>
</footer>

View file

@ -68,16 +68,21 @@
<div class="post-content">
<p>Hi, I'm Sammy.</p>
<img src="/profile.jpeg" alt="Profile picture" class="center" style="border-radius: 50%; height: 128px; width: 128px;" />
<div style="text-align: center">
<p>Hi, I'm Sammy.</p>
<p>Welcome to my little website :3</p>
</div>
<pre data-lang="Rust" style="background-color:#1f1d29;color:#ffffff;" class="language-Rust "><code class="language-Rust" data-lang="Rust"><span style="color:#403c58;">///I like to meow
</span><span style="font-style:italic;color:#9bced7;">fn </span><span style="color:#34738e;">main</span><span>() {
</span><span> </span><span style="color:#ea6f91;">loop </span><span>{
</span><span> println!(</span><span style="color:#f1ca93;">&quot;Meow!&quot;</span><span>);
</span><span> }
</span><span>}
</span><span>
</span><span>
</span><span>
</span><span>
</span><span style="color:#403c58;">// Honestly I just wanted to have some kind of code block somewhere to see how pretty the syntax highlighting is
</span></code></pre>
@ -91,7 +96,7 @@
<footer class="footer">
<div class="footer__inner">
<div class="copyright copyright--user"><p>&copy; 2022 - CherryKitten</p><a href="/impressum">Impressum</a>
<div class="copyright copyright--user"><p>&copy; {currentYear} - CherryKitten</p><a href="/impressum">Impressum</a>
</div>
</div>
</footer>

View file

@ -89,7 +89,7 @@
<footer class="footer">
<div class="footer__inner">
<div class="copyright copyright--user"><p>&copy; 2022 - CherryKitten</p><a href="/impressum">Impressum</a>
<div class="copyright copyright--user"><p>&copy; {currentYear} - CherryKitten</p><a href="/impressum">Impressum</a>
</div>
</div>
</footer>

View file

@ -69,16 +69,21 @@
<div class="post-content">
<p>Hi, I'm Sammy.</p>
<img src="/profile.jpeg" alt="Profile picture" class="center" style="border-radius: 50%; height: 128px; width: 128px;" />
<div style="text-align: center">
<p>Hi, I'm Sammy.</p>
<p>Welcome to my little website :3</p>
</div>
<pre data-lang="Rust" style="background-color:#1f1d29;color:#ffffff;" class="language-Rust "><code class="language-Rust" data-lang="Rust"><span style="color:#403c58;">///I like to meow
</span><span style="font-style:italic;color:#9bced7;">fn </span><span style="color:#34738e;">main</span><span>() {
</span><span> </span><span style="color:#ea6f91;">loop </span><span>{
</span><span> println!(</span><span style="color:#f1ca93;">&quot;Meow!&quot;</span><span>);
</span><span> }
</span><span>}
</span><span>
</span><span>
</span><span>
</span><span>
</span><span style="color:#403c58;">// Honestly I just wanted to have some kind of code block somewhere to see how pretty the syntax highlighting is
</span></code></pre>
@ -95,7 +100,7 @@
<footer class="footer">
<div class="footer__inner">
<div class="copyright copyright--user"><p>&copy; 2022 - CherryKitten</p><a href="/impressum">Impressum</a>
<div class="copyright copyright--user"><p>&copy; {currentYear} - CherryKitten</p><a href="/impressum">Impressum</a>
</div>
</div>
</footer>

BIN
public/profile.jpeg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

BIN
static/profile.jpeg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB