Fix layouts

Signed-off-by: Ivan Bushchik <ivabus@ivabus.dev>
This commit is contained in:
Ivan Bushchik 2023-11-30 15:30:18 +03:00
parent cdf2cef218
commit 2fdc6677dc
No known key found for this signature in database
GPG key ID: 2F16FBF3262E090C
5 changed files with 15 additions and 6 deletions

View file

@ -23,6 +23,13 @@ plugins:
markdown: kramdown markdown: kramdown
social:
name: Ivan Bushchik
links:
- https://github.com/ivabus
- https://social.treehouse.systems/@ivabus
- https://vk.com/ivabus
kramdown: kramdown:
input: GFM input: GFM
syntax_highlighter: rouge syntax_highlighter: rouge

View file

@ -2,10 +2,11 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<link rel="preload" href="/assets/fonts/JetBrainsMono-VariableFont_wght.ttf" as="font" type="font/ttf" crossorigin="anonymous"/> <link rel="preload" href="/assets/fonts/JetBrainsMono-VariableFont_wght.ttf" as="font" type="font/ttf" crossorigin="anonymous">
<meta name="viewport" content="width=device-width"> <meta name="viewport" content="width=device-width">
<link href="/assets/css/style.css" rel="stylesheet" /> <link href="/assets/css/style.css" rel="stylesheet">
{% seo %} {% seo title=false %}
<title>{% if page.name != "index.md" %}{{page.title}} | {% endif %}{{site.name}}</title>
</head> </head>
<body> <body>
@ -52,5 +53,7 @@
<br> <br>
<p class="copyright">All content copyright Ivan Bushchik. Powered by <a href="https://github.com/ivabus/nixos">NixOS</a> and <a href="http://jekyllrb.com">Jekyll</a></p> <p class="copyright">All content copyright Ivan Bushchik. Powered by <a href="https://github.com/ivabus/nixos">NixOS</a> and <a href="http://jekyllrb.com">Jekyll</a></p>
</footer> </footer>
</div>
</body> </body>
</html> </html>

View file

@ -37,4 +37,3 @@ I'm usually known as `ivabus` online. Below are some of the accounts where I pub
## Offtopic ## Offtopic
- [Devoted to fumo telegram channel](https://ивабус.рф/фумо) - [Devoted to fumo telegram channel](https://ивабус.рф/фумо)

View file

@ -14,7 +14,7 @@ title: "Blog"
<p>{{ post.summary }}</p> <p>{{ post.summary }}</p>
{% endif %} {% endif %}
{% if post.img %} {% if post.img %}
<img src="{{ post.img }}" width=600/> <img src="{{ post.img }}" width=600 />
{% endif %} {% endif %}
</article> </article>
{% endfor %} {% endfor %}

View file

@ -3,4 +3,4 @@ layout: default
title: Ivan Bushchik title: Ivan Bushchik
--- ---
{% include_relative abouttext.md %} {% include_relative abouttext.md %}