diff --git a/config.toml b/config.toml index b4efadf..4de919d 100644 --- a/config.toml +++ b/config.toml @@ -39,7 +39,7 @@ background_color = "rosepine" logo_text = "CherryKitten" copyright_html = """\ -

© 2022 - CherryKitten

Impressum +

© {currentYear} - CherryKitten

Impressum """ 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" diff --git a/content/index.md b/content/index.md index eb3fb61..1ccd54e 100644 --- a/content/index.md +++ b/content/index.md @@ -2,10 +2,17 @@ title = "Hello there!" +++ +{{ image(src="/profile.jpeg", alt="Profile picture", +position="center", style="border-radius: 50%; height: 128px; width: 128px;") }} + +
+ Hi, I'm Sammy. Welcome to my little website :3 +
+ ```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 ``` diff --git a/public/404.html b/public/404.html index 439bc65..1fd0f26 100644 --- a/public/404.html +++ b/public/404.html @@ -65,7 +65,7 @@ diff --git a/public/about/index.html b/public/about/index.html index 597d0e3..9e82e70 100644 --- a/public/about/index.html +++ b/public/about/index.html @@ -106,7 +106,7 @@ all the relevant projects in my