Compare commits
20 Commits
master
...
9b9ab6bacf
| Author | SHA1 | Date | |
|---|---|---|---|
| 9b9ab6bacf | |||
| 8a9255da5a | |||
| 0f727d6cee | |||
| 118b87a28d | |||
| 90b547a6df | |||
| a9d4af3e26 | |||
| 15f4e0c70f | |||
| 99a7a1de71 | |||
| 92a30eab78 | |||
| 497ae0ac06 | |||
| 1fef03ac60 | |||
| 4d7c273358 | |||
| 8fb30b0fcf | |||
| 9a2f9ccb86 | |||
| 806be5cd2a | |||
| 2a4d69f63d | |||
| 4a089502f2 | |||
| fad9114836 | |||
| 042168ef88 | |||
| 92940e5cad |
@@ -14,7 +14,6 @@ export default defineConfig({
|
||||
locales: ['cs', 'en'],
|
||||
routing: {
|
||||
prefixDefaultLocale: true,
|
||||
redirectToDefaultLocale: false,
|
||||
},
|
||||
},
|
||||
});
|
||||
@@ -9,13 +9,14 @@ const lang = 'cs';
|
||||
<h1 class="site-name text-lg mb-12">Vladimír Duša</h1>
|
||||
<div class="text-gray-700 leading-relaxed space-y-5 text-sm">
|
||||
<p>
|
||||
Vývojář ve dne, táta tří zvídavých dětí muž mé nejlepší ženy celý den. Jmenuji se Vladimír a žiju v příjemném chaosu, kde se mezi debugováním kódu řeší, proč je obloha modrá, jak fungují černé díry a jestli se dá matematika naučit hrou. Protože věříme, že zvídavost je lepší základ než osnovy, vzděláváme naše děti doma – a upřímně, ony učí nás stejně tolik, jako my je.
|
||||
Jsem [váš popis — např. vývojář, designér, pedagog...] se zájmem o [témata, kterým se věnujete].
|
||||
Na tomto webu sdílím své myšlenky, zkušenosti a postřehy z oblastí, které mě baví a zajímají.
|
||||
</p>
|
||||
<p>
|
||||
Jako vývojář mě odjakživa bavilo samotné psaní kódu – ten moment, kdy stroj začne poslouchat. Dnes mi tuhle radost stále víc bere z ruky AI. Je to fascinující posun, nicméně mi to přijde trochu líto. AI mě zajímá stejně jako věda a matematika. Rád poznávám nová území - jak ta virtuální, mentální tak i svět jako takový.
|
||||
[Druhý odstavec — co vás formovalo, co děláte profesně nebo osobně, co vás žene dopředu.]
|
||||
</p>
|
||||
<p>
|
||||
Na tomhle webu ukládám své myšlenky. Kontaktovat mne můžete na <span style="unicode-bidi:bidi-override; direction:rtl">zc.asud@rimidalv</span>
|
||||
[Třetí odstavec — jak vás mohou čtenáři kontaktovat, co zde najdou, nebo co je na tomto blogu jinak.]
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -9,14 +9,15 @@ const lang = 'en';
|
||||
<h1 class="site-name text-lg mb-12">Vladimír Duša</h1>
|
||||
<div class="text-gray-700 leading-relaxed space-y-5 text-sm">
|
||||
<p>
|
||||
Developer by day, father of three curious kids, and my wonderful wife's husban all day long. My name is Vladimír and I live in a pleasant chaos where, between debugging code, we tackle questions like why the sky is blue, how black holes work, and whether math can be learned through play. Because we believe curiosity is a better foundation than a curriculum, we homeschool our children — and honestly, they teach us just as much as we teach them.
|
||||
I am [your description — e.g. developer, designer, educator...] with an interest in [topics you focus on].
|
||||
On this website I share my thoughts, experiences and observations from areas that interest and excite me.
|
||||
</p>
|
||||
<p>
|
||||
As a developer, I've always loved the act of writing code itself — that moment when the machine starts to listen. These days, AI is increasingly taking that joy out of my hands. It's a fascinating shift, though I find it a little bittersweet. AI interests me just as much as science and mathematics. I enjoy exploring new territories — virtual ones, mental ones, and the world at large.
|
||||
[Second paragraph — what shaped you, what you do professionally or personally, what drives you forward.]
|
||||
</p>
|
||||
<p>
|
||||
On this site I store my thoughts. You can reach me at <span style="unicode-bidi:bidi-override; direction:rtl">zc.asud@rimidalv</span>
|
||||
[Third paragraph — how readers can contact you, what they will find here, or what makes this blog different.]
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</BaseLayout>
|
||||
</BaseLayout>
|
||||
|
||||
Reference in New Issue
Block a user