This commit is contained in:
CherryKitten 2023-01-28 22:03:46 +01:00
parent 35a12d18ec
commit dc7e2a65b5
Signed by: sammy
GPG key ID: 0B696A86A853E955
7 changed files with 337 additions and 2 deletions

View file

@ -20,6 +20,8 @@ taxonomies = [
# Whether to do syntax highlighting
# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola
highlight_code = true
extra_syntaxes_and_themes = ["highlight_themes", "highlight_themes/rose-pine"]
highlight_theme = "rosepine"
[extra]

View file

@ -5,3 +5,15 @@ title = "Hello there!"
Hi, I'm Sammy.
Welcome to my little website :3
```Rust
///I like to meow
fn main() {
loop {
println!("Meow!");
}
}
// Honestly I just wanted to have some kind of code block somewhere to see how pretty the syntax highlighting is
```

View file

@ -0,0 +1,301 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<!-- Generated by: TmTheme-Editor -->
<!-- ============================================ -->
<!-- app: http://tmtheme-editor.herokuapp.com -->
<!-- code: https://github.com/aziz/tmTheme-Editor -->
<plist version="1.0">
<dict>
<key>name</key>
<string>Rosé Pine</string>
<key>settings</key>
<array>
<dict>
<key>settings</key>
<dict>
<key>background</key>
<string>#1F1D29</string>
<key>caret</key>
<string>#FAEBD7</string>
<key>foreground</key>
<string>#FFFFFF</string>
<key>invisibles</key>
<string>#3B3A32</string>
<key>lineHighlight</key>
<string>#3E3D32</string>
<key>selection</key>
<string>#FAEBD791</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Comment</string>
<key>scope</key>
<string>comment</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#403C58</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>String</string>
<key>scope</key>
<string>string</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#F1CA93</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Number</string>
<key>scope</key>
<string>constant.numeric</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#C3A5E6</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Built-in constant</string>
<key>scope</key>
<string>constant.language</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#C3A5E6</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>User-defined constant</string>
<key>scope</key>
<string>constant.character, constant.other</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#C3A5E6</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Variable</string>
<key>scope</key>
<string>variable</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string></string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Keyword</string>
<key>scope</key>
<string>keyword</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#EA6F91</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Storage</string>
<key>scope</key>
<string>storage</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string></string>
<key>foreground</key>
<string>#EA6F91</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Storage type</string>
<key>scope</key>
<string>storage.type</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string>italic</string>
<key>foreground</key>
<string>#9BCED7</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Class name</string>
<key>scope</key>
<string>entity.name.class</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string> bold</string>
<key>foreground</key>
<string>#34738E</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Inherited class</string>
<key>scope</key>
<string>entity.other.inherited-class</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string>italic </string>
<key>foreground</key>
<string>#34738E</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Function name</string>
<key>scope</key>
<string>entity.name.function</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string></string>
<key>foreground</key>
<string>#34738E</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Function argument</string>
<key>scope</key>
<string>variable.parameter</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string>italic</string>
<key>foreground</key>
<string>#F1CA93</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Tag name</string>
<key>scope</key>
<string>entity.name.tag</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string></string>
<key>foreground</key>
<string>#EA6F91</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Tag attribute</string>
<key>scope</key>
<string>entity.other.attribute-name</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string></string>
<key>foreground</key>
<string>#34738E</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Library function</string>
<key>scope</key>
<string>support.function</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string></string>
<key>foreground</key>
<string>#66D9EF</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Library constant</string>
<key>scope</key>
<string>support.constant</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string></string>
<key>foreground</key>
<string>#66D9EF</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Library class&#x2f;type</string>
<key>scope</key>
<string>support.type, support.class</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string>italic</string>
<key>foreground</key>
<string>#66D9EF</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Library variable</string>
<key>scope</key>
<string>support.other.variable</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string></string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Invalid</string>
<key>scope</key>
<string>invalid</string>
<key>settings</key>
<dict>
<key>background</key>
<string>#EB5E57</string>
<key>fontStyle</key>
<string></string>
<key>foreground</key>
<string>#F8F8F0</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Invalid deprecated</string>
<key>scope</key>
<string>invalid.deprecated</string>
<key>settings</key>
<dict>
<key>background</key>
<string>#BB96E6</string>
<key>foreground</key>
<string>#F8F8F0</string>
</dict>
</dict>
</array>
<key>uuid</key>
<string>D8D5E82E-3D5B-46B5-B38E-8C841C21347D</string>
<key>colorSpaceName</key>
<string>sRGB</string>
<key>semanticClass</key>
<string>theme.dark.rose_pine</string>
<key>author</key>
<string>ThatOneCalculator</string>
<key>comment</key>
<string>soho vibes</string>
</dict>
</plist>

View file

@ -77,7 +77,7 @@
<li><a href="https://codeberg.org/CherryKitten">Codeberg</a> - For code and stuff but cooler than GitHub</li>
</ul>
<h3 id="pgp-key">PGP-Key:</h3>
<pre style="background-color:#2b303b;color:#c0c5ce;"><code><span>-----BEGIN PGP PUBLIC KEY BLOCK-----
<pre style="background-color:#1f1d29;color:#ffffff;"><code><span>-----BEGIN PGP PUBLIC KEY BLOCK-----
</span><span>
</span><span>xsFNBGPVZRwBEACkodGr9qcM6vD+uVhIgGSWPs1wuUgvpyfavZFkRse2IkHgKdVt
</span><span>2mBwWzY5XZTrBuGyaK6WebjVo3wCS77ixeRLbziS9/WZ+XEKGIxGIbIgIERnto36

View file

@ -70,6 +70,16 @@
<div class="post-content">
<p>Hi, I'm Sammy.</p>
<p>Welcome to my little website :3</p>
<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 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>
</div>

View file

@ -70,7 +70,7 @@
<div class="post-content">
<p>Because I live in germany, I'm legally obligated to have this on here 🙄</p>
<p>Angaben gemäß § 5 TMG</p>
<pre style="background-color:#2b303b;color:#c0c5ce;"><code><span>Samantha Yilmaz
<pre style="background-color:#1f1d29;color:#ffffff;"><code><span>Samantha Yilmaz
</span><span>c/o Postflex #3050
</span><span>Emsdettener Str. 10
</span><span>48268 Greven

View file

@ -71,6 +71,16 @@
<div class="post-content">
<p>Hi, I'm Sammy.</p>
<p>Welcome to my little website :3</p>
<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 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>
</div>