diff options
author | Mateja <mail@matejamaric.com> | 2021-03-28 01:56:03 +0100 |
---|---|---|
committer | Mateja <mail@matejamaric.com> | 2021-03-28 01:56:03 +0100 |
commit | a1b7a965d70627ca7b22ca1658e6a0d4b7d62ac3 (patch) | |
tree | 8a27dcf68928dc4dc155789cecd2be2cce14a634 | |
parent | 233b720fc8653dbae301799cc1dc650f299193bf (diff) | |
download | blog-a1b7a965d70627ca7b22ca1658e6a0d4b7d62ac3.tar.gz blog-a1b7a965d70627ca7b22ca1658e6a0d4b7d62ac3.zip |
Text changes.
-rw-r--r-- | config.toml | 2 | ||||
-rw-r--r-- | content/_index.md | 15 | ||||
-rw-r--r-- | content/blog/_index.md | 2 | ||||
-rw-r--r-- | content/contact.md | 2 | ||||
-rw-r--r-- | layouts/_default/baseof.html | 4 |
5 files changed, 14 insertions, 11 deletions
diff --git a/config.toml b/config.toml index f320c8f..0ef461d 100644 --- a/config.toml +++ b/config.toml @@ -1,6 +1,6 @@ baseURL = "https://matejamaric.com/" languageCode = "en" -title = "Mateja Maric's Homepage" +title = "Mateja Marić's Homepage" # Disable default taxonomies disableKinds = ["taxonomy", "term"] # Enable inline HTML diff --git a/content/_index.md b/content/_index.md index e1466a7..fef78c7 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,18 +1,21 @@ --- -title: "Mateja Maric's Homepage" -description: "I am Mateja Maric and this is my personal web site. I am a student from Belgrade, Serbia. I am primarily interested in Unix-like operating systems and free(as in freedom) software." +title: "Mateja Marić's Homepage" +description: "I am Mateja Marić and this is my personal web site. I am a student from Belgrade, Serbia. I am primarily interested in Unix-like operating systems and free(as in freedom) software." draft: false --- -I am Mateja Maric, a 20 years old student from Belgrade, Serbia. +I am Mateja Marić, a 20 years old student from Belgrade, Serbia. -I was interested in computers ever since I laid my hands on one and I taught myself to program in C++ when I was 12 years old. +I was interested in computers ever since I laid my hands on one and I taught myself to program in C++ when I was a kid. Throughout the years I learned bunch of other programming languages and technologies. I also know the basics of electrical engineering, digital electronics and how computers work on transistor level. -I used to be very interested in game development and I played a lot with Unity and Unreal Engine. +I used to be very interested in game development and computer graphics. +I played a lot with different game engines and I made my own 3D render from scratch. However, in summer of 2018 my interests shifted quite a bit. -I started using GNU/Linux exclusively and became primarily interested in <a target="_blank" rel="external follow" href="https://www.fsf.org/about/what-is-free-software">free(as in freedom)</a> software Unix-like operating systems and web technologies. +I started using GNU/Linux exclusively and became primarily interested in +<a target="_blank" rel="external follow" href="https://www.fsf.org/about/what-is-free-software">free(as in freedom)</a> +software, Unix-like operating systems and web technologies. On this website you can find some of my [personal projects][git], [blog posts][blog], [contact information][contact] and [CV][cv]. diff --git a/content/blog/_index.md b/content/blog/_index.md index ab569cf..c94f668 100644 --- a/content/blog/_index.md +++ b/content/blog/_index.md @@ -1,5 +1,5 @@ --- -title: "Mateja Maric's Blog" +title: "Mateja Marić's Blog" description: "This is my personal blog where I occasionally post technology related stuff." draft: false --- diff --git a/content/contact.md b/content/contact.md index 6156eff..d04b725 100644 --- a/content/contact.md +++ b/content/contact.md @@ -1,5 +1,5 @@ --- -title: "Mateja Maric's Contact Page" +title: "Mateja Marić's Contact Page" description: "Here you can find my contact information such as email and GPG key if you want to use it." draft: false --- diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 003cece..1529d92 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -4,7 +4,7 @@ <head> <meta name="yandex-xverification" content="fc9dd63070a12909"> <meta charset="UTF-8" /> - <meta author="Mateja Maric" /> + <meta author="Mateja Marić" /> {{ if .Description }} <meta name="description" content="{{ .Description }}"> {{ end }} @@ -19,7 +19,7 @@ <body> <nav> - <div class="mm">Mateja Maric</div> + <div class="mm">Mateja Marić</div> <a {{ if eq .RelPermalink "/" }} class="active" {{ end }} href="/">Home</a> <a {{ if eq .RelPermalink "/blog/" }} class="active" {{ end }} href="/blog/">Blog</a> <a {{ if eq .RelPermalink "/contact/" }} class="active" {{ end }} href="/contact/">Contact</a> |