Skip to content

Commit

Permalink
Add menu Projects and replace Authers to footer
Browse files Browse the repository at this point in the history
  • Loading branch information
NoisyCake committed Jun 16, 2024
1 parent 20387fe commit f6ee9ab
Show file tree
Hide file tree
Showing 42 changed files with 1,387 additions and 2,472 deletions.
18 changes: 6 additions & 12 deletions config/_default/menus.ru.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,8 @@
weight = 10

[[main]]
name = "Python"
parent = "Конспекты"
pageRef = "series/python"
weight = 20

[[main]]
name = "Авторы"
pageref = "authors"
name = "Проекты"
pageRef = ""
weight = 11

[[main]]
Expand Down Expand Up @@ -79,7 +73,7 @@
pageRef = "tags"
weight = 10

# [[footer]]
# name = "Categories"
# pageRef = "categories"
# weight = 20
[[footer]]
name = "Авторы"
pageref = "authors"
weight = 11
2 changes: 2 additions & 0 deletions content/about/index.md → content/about/index.ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ cascade:
showZenMode: false
showPagination: false
showTableOfContents: false
showReadingTime: false
showWordCount: false
---

{{< lead >}}
Expand Down
2 changes: 1 addition & 1 deletion content/authors/index.md → content/authors/index.ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Авторы"
date: 2024-06-12
draft: false
description: "Sample for a multiple author setup"
description: ""
showAuthor: true

cascade:
Expand Down
2 changes: 1 addition & 1 deletion content/posts/_index.ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ cascade:
Делюсь своими скромными познаниями
{{< /lead >}}

Здесь находятся мои конспекты о языке Python, программировании в целом и о других интересующих меня вещах
Здесь находятся мои конспекты о языке [Python](/HFK_website/series/Python), программировании в целом и о других интересующих меня вещах. Материалы расположены в порядке убывания по дате, поэтому ранние конспекты находятся внизу
15 changes: 15 additions & 0 deletions content/python/index.ru.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title: "Python"
description: ""

cascade:
showDate: false
showAuthor: false
invertPagination: false
---

{{< lead >}}
Серия конспектов по языку программирования Python.
{{< /lead >}}

Если вы новичок, не реккомендую читать это в качестве основного материала, потому что самая базовая информация здесь опущена. Тем не менее, начиная с параграфа "Кортежи" [первой части](/posts/collections) серии, я старался записать как можно больше информации. Важно отметить, что конпект [Функции в Python](/posts/functions) также подразумевает, что вы уже знаете основы работы с функциями.
101 changes: 20 additions & 81 deletions docs/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -154,59 +154,22 @@




<div>
<div class="cursor-pointer flex items-center nested-menu">

<a href="/HFK_website/posts/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">

<a href="/HFK_website/posts/" class="text-base font-medium text-gray-500 hover:text-primary-600 dark:hover:text-primary-400" title="">
Конспекты
</a>
<span>


<span class="relative block icon">
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 20 20"
fill="currentColor"
aria-hidden="true"
>
<path
fill-rule="evenodd"
d="M5.23 7.21a.75.75 0 011.06.02L10 11.168l3.71-3.938a.75.75 0 111.08 1.04l-4.25 4.5a.75.75 0 01-1.08 0l-4.25-4.5a.75.75 0 01.02-1.06z"
clip-rule="evenodd"
/>
</svg>

</span>


</span>
</div>
<div class="absolute menuhide">
<div class="pt-2 p-5 mt-2 rounded-xl backdrop-blur shadow-2xl">
<div class="flex flex-col space-y-3">

<a href="/HFK_website/series/python/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">

<p class="text-sm font-sm" title="">
Python
</p>
</a>

</div>
</div>
</div>
</div>
<p class="text-base font-medium" title="">
Конспекты
</p>
</a>





<a href="/HFK_website/authors/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<a href="" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">

<p class="text-base font-medium" title="">
Авторы
Проекты
</p>
</a>

Expand Down Expand Up @@ -333,59 +296,27 @@




<li class="mt-1">
<a class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<a href="/HFK_website/posts/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">

<p class="text-bg font-bg" title="">
Конспекты
</p>
<span>


<span class="relative block icon">
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 20 20"
fill="currentColor"
aria-hidden="true"
>
<path
fill-rule="evenodd"
d="M5.23 7.21a.75.75 0 011.06.02L10 11.168l3.71-3.938a.75.75 0 111.08 1.04l-4.25 4.5a.75.75 0 01-1.08 0l-4.25-4.5a.75.75 0 01.02-1.06z"
clip-rule="evenodd"
/>
</svg>

</span>


</span>
</a>
</li>

<li class="mt-1">
<a href="/HFK_website/series/python/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">

<p class="text-sm font-small" title="">
Python
</p>
</a>
</li>

<li class="mb-2"></li>







<li class="mt-1">
<a href="/HFK_website/authors/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<a href="" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">

<p class="text-bg font-bg" title="">
Авторы
Проекты
</p>
</a>
</li>
Expand Down Expand Up @@ -471,6 +402,14 @@ <h1 class="mb-3 text-4xl font-extrabold">Страница не найдена:
</a>
</li>

<li class="flex mb-1 ltr:text-right rtl:text-left sm:mb-0 ltr:sm:mr-7 ltr:sm:last:mr-0 rtl:sm:ml-7 rtl:sm:last:ml-0">
<a class="decoration-primary-500 hover:underline hover:decoration-2 hover:underline-offset-2 flex items-center" href="/HFK_website/authors/"
title="">

Авторы
</a>
</li>

</ul>
</nav>

Expand Down
107 changes: 20 additions & 87 deletions docs/about/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -183,59 +183,22 @@




<div>
<div class="cursor-pointer flex items-center nested-menu">

<a href="/HFK_website/posts/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">

<a href="/HFK_website/posts/" class="text-base font-medium text-gray-500 hover:text-primary-600 dark:hover:text-primary-400" title="">
Конспекты
</a>
<span>


<span class="relative block icon">
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 20 20"
fill="currentColor"
aria-hidden="true"
>
<path
fill-rule="evenodd"
d="M5.23 7.21a.75.75 0 011.06.02L10 11.168l3.71-3.938a.75.75 0 111.08 1.04l-4.25 4.5a.75.75 0 01-1.08 0l-4.25-4.5a.75.75 0 01.02-1.06z"
clip-rule="evenodd"
/>
</svg>

</span>


</span>
</div>
<div class="absolute menuhide">
<div class="pt-2 p-5 mt-2 rounded-xl backdrop-blur shadow-2xl">
<div class="flex flex-col space-y-3">

<a href="/HFK_website/series/python/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">

<p class="text-sm font-sm" title="">
Python
</p>
</a>

</div>
</div>
</div>
</div>
<p class="text-base font-medium" title="">
Конспекты
</p>
</a>





<a href="/HFK_website/authors/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<a href="" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">

<p class="text-base font-medium" title="">
Авторы
Проекты
</p>
</a>

Expand Down Expand Up @@ -362,59 +325,27 @@




<li class="mt-1">
<a class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<a href="/HFK_website/posts/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">

<p class="text-bg font-bg" title="">
Конспекты
</p>
<span>


<span class="relative block icon">
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 20 20"
fill="currentColor"
aria-hidden="true"
>
<path
fill-rule="evenodd"
d="M5.23 7.21a.75.75 0 011.06.02L10 11.168l3.71-3.938a.75.75 0 111.08 1.04l-4.25 4.5a.75.75 0 01-1.08 0l-4.25-4.5a.75.75 0 01.02-1.06z"
clip-rule="evenodd"
/>
</svg>

</span>


</span>
</a>
</li>

<li class="mt-1">
<a href="/HFK_website/series/python/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">

<p class="text-sm font-small" title="">
Python
</p>
</a>
</li>

<li class="mb-2"></li>







<li class="mt-1">
<a href="/HFK_website/authors/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
<a href="" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">

<p class="text-bg font-bg" title="">
Авторы
Проекты
</p>
</a>
</li>
Expand Down Expand Up @@ -530,13 +461,9 @@ <h1 class="mt-0 text-4xl font-extrabold text-neutral-900 dark:text-neutral">













Expand All @@ -553,8 +480,6 @@ <h1 class="mt-0 text-4xl font-extrabold text-neutral-900 dark:text-neutral">
<div class="flex flex-row flex-wrap items-center">


<span>63 слов</span><span class="px-2 text-primary-500">&middot;</span><span title="Время чтения">1 минута</span>




Expand Down Expand Up @@ -682,6 +607,14 @@ <h1 class="mt-0 text-4xl font-extrabold text-neutral-900 dark:text-neutral">
</a>
</li>

<li class="flex mb-1 ltr:text-right rtl:text-left sm:mb-0 ltr:sm:mr-7 ltr:sm:last:mr-0 rtl:sm:ml-7 rtl:sm:last:ml-0">
<a class="decoration-primary-500 hover:underline hover:decoration-2 hover:underline-offset-2 flex items-center" href="/HFK_website/authors/"
title="">

Авторы
</a>
</li>

</ul>
</nav>

Expand Down
Loading

0 comments on commit f6ee9ab

Please sign in to comment.