mirror of
https://github.com/ivabus/website
synced 2024-11-22 08:25:12 +03:00
Fix layouts
Signed-off-by: Ivan Bushchik <ivabus@ivabus.dev>
This commit is contained in:
parent
cdf2cef218
commit
2fdc6677dc
5 changed files with 15 additions and 6 deletions
|
@ -23,6 +23,13 @@ plugins:
|
|||
|
||||
markdown: kramdown
|
||||
|
||||
social:
|
||||
name: Ivan Bushchik
|
||||
links:
|
||||
- https://github.com/ivabus
|
||||
- https://social.treehouse.systems/@ivabus
|
||||
- https://vk.com/ivabus
|
||||
|
||||
kramdown:
|
||||
input: GFM
|
||||
syntax_highlighter: rouge
|
||||
|
|
|
@ -2,10 +2,11 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<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">
|
||||
<link href="/assets/css/style.css" rel="stylesheet" />
|
||||
{% seo %}
|
||||
<link href="/assets/css/style.css" rel="stylesheet">
|
||||
{% seo title=false %}
|
||||
<title>{% if page.name != "index.md" %}{{page.title}} | {% endif %}{{site.name}}</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
@ -52,5 +53,7 @@
|
|||
<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>
|
||||
</footer>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</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
|
||||
|
||||
- [Devoted to fumo telegram channel](https://ивабус.рф/фумо)
|
||||
|
||||
|
|
Loading…
Reference in a new issue