diff options
| author | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2025-08-28 02:36:37 +0300 |
|---|---|---|
| committer | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2025-08-28 02:36:37 +0300 |
| commit | e27f950fdf93ccd05f06e3065c015cb5d41763ef (patch) | |
| tree | 4b6217b5849981988b142aa0c02c62cf74ce96fa /content | |
| parent | 91627c2d531a34ae032141af4e18bb1bd8619125 (diff) | |
Massive changes to:
- meta tags
- opacity levels
- pagespeed optimization
- enabled more configs, preparing for search functionality
Changes to be committed:
modified: config.toml
modified: content/about.md
modified: content/posts/rust.md
modified: sass/_predefined.scss
modified: templates/index.html
Diffstat (limited to 'content')
| -rw-r--r-- | content/about.md | 2 | ||||
| -rw-r--r-- | content/posts/rust.md | 6 |
2 files changed, 7 insertions, 1 deletions
diff --git a/content/about.md b/content/about.md index edb41be..8db90ce 100644 --- a/content/about.md +++ b/content/about.md @@ -17,4 +17,4 @@ Here you'll see the following general topics: I'm pretty much sticking to these. Feel free to contact me if you want to. -
\ No newline at end of file + diff --git a/content/posts/rust.md b/content/posts/rust.md index 9ed9ca3..737611f 100644 --- a/content/posts/rust.md +++ b/content/posts/rust.md @@ -1,5 +1,6 @@ +++ title = "Rust For 1 Week" +description = "My first impressions and learning journey after spending a week with the Rust programming language." date = 2025-07-30 draft = false @@ -7,6 +8,11 @@ draft = false tags = ["programming"] [extra] +# You can optionally add a specific image for social media previews +# If you don't add this, it will use the site-wide default from your config.toml +image_src = "images/20250730210132.png" +image_alt = "A table from the Rust book showing error types" + math = false disable_comments = true toc = false |
