Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion config/_default/hugo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
baseURL = "https://Yuqoi.github.io"
baseURL = "https://yuqoi.github.io"
languageCode = "en-us"
title = "Yuqoi"
enableEmoji = true

enableRobotsTXT = true

[outputs]
home = ["HTML", "JSON"]

Expand All @@ -19,6 +21,7 @@ home = ["HTML", "JSON"]
description = "Welcome on my own portfolio :)"
keywords = ["blog", "projects", "Yuqoi", "Aleksander Radłowski", "software development", "programming"]
author = "Yuqoi"
favicon = "meta/favicon.png"

[caches]
[caches.images]
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
working_dir: /src
volumes:
- .:/src
command: sh -c "npm install && npm run tw:build"
command: sh -c "npm install && npm run tw:dev"



Expand Down
6 changes: 5 additions & 1 deletion hugo_stats.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@
"pl-2",
"placeholder:text-zinc-100",
"prose",
"prose-zinc",
"px-3",
"px-4",
"px-6",
Expand All @@ -143,7 +144,11 @@
"rounded-md",
"rounded-none",
"shadow-sm",
"sm:28",
"sm:flex-nowrap",
"sm:px-6",
"sm:w-48",
"sm:w-full",
"space-x-4",
"space-y-2",
"space-y-3",
Expand Down Expand Up @@ -175,7 +180,6 @@
"transition-colors",
"via-pink-300",
"w-1",
"w-48",
"w-8",
"w-fit",
"w-full",
Expand Down
6 changes: 2 additions & 4 deletions layouts/_default/taxonomy.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,13 @@
{{ partial "searchbar.html" . }}


<body>
<body class="">

{{ partial "nav.html" . }}


<main class="max-w-3xl mx-auto px-6 py-10">
{{ block "main" . }}

{{ end }}
{{ block "main" . }}{{ end }}
</main>


Expand Down
2 changes: 1 addition & 1 deletion layouts/blog/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ <h1 class="text-5xl font-bold leading-none">

<div class="border-t border-footer-line border-l-zinc-600 mb-6"></div>

<section class="prose max-w-none text-justify text-zinc-900 marker:zinc-900">
<section class="prose prose-zinc max-w-none text-justify text-zinc-900 marker:zinc-900">
{{ .Content }}
</section>

Expand Down
10 changes: 5 additions & 5 deletions layouts/partials/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@

<script src="https://cdn.jsdelivr.net/npm/animejs/dist/bundles/anime.umd.min.js"></script>

<link rel="icon" type="image/png" href="/meta/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="/meta/favicon.svg" />
<link rel="shortcut icon" href="/meta/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/meta/apple-touch-icon.png" />
<link rel="icon" type="image/png" href="{{ "meta/favicon-96x96.png" | relURL }}?v=2" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="{{ "meta/favicon.svg" | relURL }}?v=2" />
<link rel="shortcut icon" href="{{ "meta/favicon.ico" | relURL }}?v=2" />
<link rel="apple-touch-icon" sizes="180x180" href="{{ "meta/apple-touch-icon.png" | relURL }}?v=2" />
<meta name="apple-mobile-web-app-title" content="Yuqoi portfolio" />
<link rel="manifest" href="/meta/site.webmanifest" />
<link rel="manifest" href="{{ "meta/site.webmanifest" | relURL }}?v=2" />


{{ $description := .Description | default .Site.Params.description }}
Expand Down
13 changes: 9 additions & 4 deletions layouts/partials/nav.html
Original file line number Diff line number Diff line change
@@ -1,16 +1,21 @@
<nav class="max-w-3xl mx-auto backdrop-blur-sm px-6 py-4 h-16 flex items-center justify-between text-zinc-900">
<a href="/" class="flex items-center justify-center gap-4 w-48 h-full">
<nav class="
max-w-3xl mx-auto backdrop-blur-sm
px-6 py-4 h-16
flex items-center justify-between flex-wrap sm:flex-nowrap
text-zinc-900">

<a href="/" class="flex items-center justify-center gap-4 sm:28 sm:w-48 h-full">
<img src="/images/pp.jpg" alt="Blowfish" class="w-8 h-8 object-cover rounded-full">
<span class="font-medium">Yuqoi</span>
</a>

<div class="flex items-center gap-4 w-full justify-center h-full">
<div class="flex items-center gap-4 w-fit sm:w-full justify-center h-full">
<a href="/blog" class="hover:text-zinc-600 text-sm transition-colors">[Blogs]</a>
<a href="/tags" class="hover:text-zinc-600 text-sm transition-colors">[Tags]</a>
<a href="/projects" class="hover:text-zinc-600 text-sm transition-colors">[Projects]</a>
</div>

<div class="flex items-center justify-center gap-2 h-full w-48">
<div class="flex items-center justify-center gap-2 h-16 w-full sm:w-48">
<a href="https://github.com/Yuqoi" target="_blank" class="cursor-pointer hover:text-zinc-600">
<i class="ti ti-brand-github text-2xl text-zinc-900"></i>
</a>
Expand Down
2 changes: 1 addition & 1 deletion layouts/projects/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ <h1 class="text-4xl font-bold mb-10">

<div class="w-full h-fit flex flex-row space-x-4 flex-wrap space-y-2">
{{ range .Params.tags }}
<div class="bg-pink-300 rounded-full px-4 py-1 h-fit">
<div class="px-3 py-1 rounded-full bg-pink-300 text-sm text-zinc-900 h-fit">
{{ . }}
</div>
{{ end }}
Expand Down
2 changes: 1 addition & 1 deletion layouts/projects/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ <h2 class="text-2xl font-semibold mb-2">

{{ end }}

<section class="prose max-w-none text-justify text-zinc-900 marker:zinc-900">
<section class="prose prose-zinc max-w-none text-justify text-zinc-900 marker:zinc-900">

{{ .Content }}

Expand Down
1,479 changes: 1,478 additions & 1 deletion static/css/output.css

Large diffs are not rendered by default.