diff options
author | Suleyman Farajli <suleyman@farajli.net> | 2025-06-24 18:37:57 +0400 |
---|---|---|
committer | Suleyman Farajli <suleyman@farajli.net> | 2025-06-24 18:37:57 +0400 |
commit | dd71f019de0314f7b3f2ae1e0aa920e49e9f2759 (patch) | |
tree | 5b8513c4f2e7959eb45de75d93f331506b1cbd43 /content/home/index.md | |
parent | 014901951cc44a70ff3d4aaa4246592b08699d69 (diff) |
refactor: everything chageddev
Diffstat (limited to 'content/home/index.md')
-rw-r--r-- | content/home/index.md | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/content/home/index.md b/content/home/index.md new file mode 100644 index 0000000..88ad694 --- /dev/null +++ b/content/home/index.md @@ -0,0 +1,32 @@ +--- +title: "Home" +slug: "home" +css: | + time { + font-size: 16px; + color: #bbbbbb; + padding-right: 0.5em; + } + #email { + font-size: 16px; + padding-right: 3.4em; + color: #bbbbbb; + } + #github { + font-size: 16px; + padding-right: 2.8em; + color: #bbbbbb; + } +--- + +### posts +<time>2025-01-24:</time> [Hosting an email server is not possible.](/posts/selfhostmail.html) +<time>2024-12-27:</time> [Software I use.](/posts/software.html) +<time>2024-09-25:</time> [I dislike modern smartphones.](/posts/nophone.html) +<time>2024-09-06:</time> [Why I like Gentoo.](/posts/gentoo.html) +<time>2024-06-09:</time> [New webiste.](/posts/website_created.html) + +### links and contact info + +<span id="email">email:</span> [suleyman@farajli.net](mailto:suleyman@farajli.net) +<span id="github">github:</span> [sfarajli](https://github.com/sfarajli) |