mirror of
https://github.com/ivabus/website
synced 2024-11-10 02:25:23 +03:00
Fix layouts
Signed-off-by: Ivan Bushchik <ivabus@ivabus.dev>
This commit is contained in:
parent
cdf2cef218
commit
2fdc6677dc
|
@ -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
|
||||||
|
|
|
@ -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>
|
||||||
|
|
1
about.md
1
about.md
|
@ -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://ивабус.рф/фумо)
|
||||||
|
|
||||||
|
|
|
@ -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 %}
|
||||||
|
|
Loading…
Reference in a new issue