Compare commits

...

2 Commits

Author SHA1 Message Date
serr 761760875f del ul-li structures 2025-05-01 00:48:39 +03:00
serr bb7bc5c006 add code blocks 2025-05-01 00:28:51 +03:00
5 changed files with 54 additions and 31 deletions

View File

@ -6,8 +6,7 @@ body {
margin: 0; margin: 0;
align-items: flex-start; align-items: flex-start;
padding: 10px; padding: 10px;
background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc0MCcgaGVpZ2h0PSc0MCc+PHJlY3QgZmlsbD0nIzkxZWFlNCcgeD0nMCcgeT0nMCcgd2lkdGg9JzIwcHgnIGhlaWdodD0nMjBweCcvPjxyZWN0IGZpbGw9JyM4NmE4ZTcnIHg9JzAnIHk9JzIwJyB3aWR0aD0nMjBweCcgaGVpZ2h0PScyMHB4Jy8+PHJlY3QgZmlsbD0nIzkxZWFlNCcgeD0nMjAnIHk9JzIwJyB3aWR0aD0nMjBweCcgaGVpZ2h0PScyMHB4Jy8+PHJlY3QgZmlsbD0nIzg2YThlNycgeD0nMjAnIHk9JzAnIHdpZHRoPScyMHB4JyBoZWlnaHQ9JzIwcHgnLz48L3N2Zz4="); background-color: #E6E6FA;
background-repeat: repeat;
} }
header, main, footer { header, main, footer {
@ -33,6 +32,7 @@ div {
border: 1px solid; border: 1px solid;
width: 100%; width: 100%;
padding: 0 20px; padding: 0 20px;
overflow: hidden;
} }
h1 { h1 {
@ -42,6 +42,17 @@ h1 {
border-bottom: 1px solid; border-bottom: 1px solid;
} }
pre {
padding: 10px;
background: #E6E6FA;
border: 1px solid #e8e8e8;
overflow-x: auto;
white-space: pre;
word-wrap: normal;
width: 0;
min-width: calc(100% - 20px);
}
.count { .count {
display: flex; display: flex;
justify-content: center; justify-content: center;

View File

@ -5,19 +5,19 @@
</div> </div>
<div> <div>
<p> <p>
and also you can subscribe to my <a href="https://t.me/lolistack" target="_blank">telegram channel </a> with pictures! and also you can subscribe to my <a href="https://t.me/lolistack" target="_blank">telegram channel</a> with pictures!
</p> </p>
</div> </div>
<div> <div>
<p> <p>
<strong>some system information</strong>: <strong>some system information</strong>:
</p> </p>
<ul> <p>
<li>unix timestamp of page rendering: <code>{{ .renderingTimestamp }}</code></li> > unix timestamp of page rendering: <code>{{ .renderingTimestamp }}</code><br/>
<li><code>curl -X LIMINAL https://hikan.ru</code> - what do you know about liminal spaces?</li> > <code>curl -X LIMINAL https://hikan.ru</code> - what do you know about liminal spaces<br/>
<li>this site code repository - <a href="https://git.hikan.ru/serr/hikan.ru" target="_blank">git.hikan.ru/serr/hikan.ru</a></li> > this site code repository - <a href="https://git.hikan.ru/serr/hikan.ru" target="_blank">git.hikan.ru/serr/hikan.ru</a><br/>
<li>24-hour server request count (<code>curl -X COUNT https://hikan.ru</code>):</li> > 24-hour server request count (<code>curl -X COUNT https://hikan.ru</code>):
</ul> </p>
<p class="count"> <p class="count">
<img src="/assets/pic/0.gif?v={{ .version }}"> <img src="/assets/pic/0.gif?v={{ .version }}">
<img src="/assets/pic/0.gif?v={{ .version }}"> <img src="/assets/pic/0.gif?v={{ .version }}">

View File

@ -12,10 +12,10 @@
</p> </p>
</div> </div>
<div> <div>
<ul> <p>
<li><a href="/">main page</a></li> > <a href="/">main page</a><br/>
<li><a href="/posts/">posts section</a></li> > <a href="/posts/">posts section</a>
</ul> </p>
</div> </div>
</header> </header>
{{ end }} {{ end }}

View File

@ -36,34 +36,34 @@
<h1> <h1>
things i love things i love
</h1> </h1>
<ul> <p>
<li><strong>coffee</strong>. i REALLY love coffee. almost any. and a lot of</li> <strong>> coffee</strong>. i REALLY love coffee. almost any. and a lot of<br/>
<li><strong>movies and TV series</strong> (especially TV series). i watch something almost every day</li> <strong>> movies and TV series</strong> (especially TV series). i watch something almost every day<br/>
<li><strong>true crime</strong>. i'm obsessed with serial killer cases, mysterious disappearances, unsolved murders - all that dark stuff</li> <strong>> true crime</strong>. i'm obsessed with serial killer cases, mysterious disappearances, unsolved murders - all that dark stuff<br/>
<li><strong>russian underground rap</strong> like Slava KPSS, Zamay, MB Packet, Ovsyankin etc.</li> <strong>> russian underground rap</strong> like Slava KPSS, Zamay, MB Packet, Ovsyankin etc.<br/>
<li><strong>simple and extensible code</strong>. i think if your code is overly complex, it means you are doing something wrong. most things are simpler than they seem</li> <strong>> simple and extensible code</strong>. i think if your code is overly complex, it means you are doing something wrong. most things are simpler than they seem
</ul> </p>
</div> </div>
<div> <div>
<h1> <h1>
projects projects
</h1> </h1>
<ul> <p>
<li><a href="https://git.hikan.ru/serr" target="_blank">git.hikan.ru/serr</a> - check my repos</li> > <a href="https://git.hikan.ru/serr" target="_blank">git.hikan.ru/serr</a> - check my repos<br/>
<li><del>telegram bot with schedule for SPBPU - <a href="https://t.me/polysched_bot" target="_blank">polysched_bot</a></del> (transferred to a more proactive owner)</li> > <del>telegram bot with schedule for SPBPU - <a href="https://t.me/polysched_bot" target="_blank">polysched_bot</a></del> (transferred to a more proactive owner)<br/>
<li><del>telegram bot with schedule for SPMI - <a href="https://t.me/gornischedule_bot" target="_blank">gornischedule_bot</a></del> (closed)</li> > <del>telegram bot with schedule for SPMI - <a href="https://t.me/gornischedule_bot" target="_blank">gornischedule_bot</a></del> (closed)<br/>
</ul> </p>
</div> </div>
<div> <div>
<h1> <h1>
nice links nice links
</h1> </h1>
<ul> <p>
<li><a href="https://mo.rijndael.cc/" target="_blank">Mo</a>, thx for design idea!</li> > <a href="https://mo.rijndael.cc/" target="_blank">Mo</a>, thx for design idea!<br/>
<li>huge collection of Xakep issues - <a href="https://図書館.きく.コム/" target="_blank">図書館.きく.コム</a></li> > huge collection of Xakep issues - <a href="https://図書館.きく.コム/" target="_blank">図書館.きく.コム</a><br/>
<li>i love this website highlighting the Small Web - <a href="https://smallweb.cc/" target="_blank">smallweb</a></li> > i love this website highlighting the Small Web - <a href="https://smallweb.cc/" target="_blank">smallweb</a><br/>
<li>very atmospheric forum about black metal - <a href="https://www.lycanthropia.net/" target="_blank">lycanthropia</a></li> > very atmospheric forum about black metal - <a href="https://www.lycanthropia.net/" target="_blank">lycanthropia</a><br/>
</ul> </p>
</div> </div>
</main> </main>
{{ template "footer" . }} {{ template "footer" . }}

12
posts/test-code-blocks.md Normal file
View File

@ -0,0 +1,12 @@
# Тест блоков с кодом!
Тестовый блок с кодом:
```
// Ответ на метод COUNT
#include <stdio.h>
int main() {
printf("very long striiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiing!");
return 0;
}
```