- 17 Jan, 2023 1 commit
-
-
Mira OK7KM authored
-
- 08 Jan, 2023 1 commit
-
-
Mira OK7KM authored
-
- 06 Jan, 2023 5 commits
-
-
Mira OK7KM authored
-
Isabella Skořepová authored
-
Mira OK7KM authored
-
Michal Rybka authored
-
Michal Rybka authored
-
- 05 Jan, 2023 10 commits
-
-
Martin Vítek authored
-
Martin Vítek authored
-
Mira OK7KM authored
Opravený obrázek. See merge request !61
-
Mira OK7KM authored
-
Mira OK7KM authored
-
Mira OK7KM authored
-
Mira OK7KM authored
-
Mira OK7KM authored
-
Isabella Skořepová authored
-
Martin Vítek authored
-
- 04 Jan, 2023 6 commits
-
-
Isabella Skořepová authored
-
Isabella Skořepová authored
-
Isabella Skořepová authored
-
Isabella Skořepová authored
-
Isabella Skořepová authored
``` import fs from 'fs' import path from 'path' for (const file of traverse('content/articles')) { if (!file.endsWith('.md')) continue const dir = file.replace(/\.md$/, '') fs.mkdirSync(dir) fs.renameSync(file, path.join(dir, path.basename(file))) } function traverse(pathname) { const stat = fs.statSync(pathname) if (stat.isFile()) { return [pathname] } else if (stat.isDirectory()) { return fs .readdirSync(pathname) .map((v) => traverse(path.join(pathname, v))) .flat() } return [] } ```
-
Martin Vítek authored
-
- 03 Jan, 2023 10 commits
-
-
Martin Vítek authored
-
Isabella Skořepová authored
-
Isabella Skořepová authored
-
Isabella Skořepová authored
-
Isabella Skořepová authored
-
Martin Vítek authored
-
Martin Vítek authored
-
Martin Vítek authored
-
Martin Vítek authored
-
Martin Vítek authored
-
- 02 Jan, 2023 2 commits
-
-
Isabella Skořepová authored
-
Isabella Skořepová authored
-
- 13 Dec, 2022 1 commit
-
-
Michal Rybka authored
-
- 03 Dec, 2022 4 commits
-
-
Michal Rybka authored
Update content/articles/krouzek-mladeze.md See merge request !60
-
Michal Rybka authored
-
Michal Rybka authored
update Kroužek na OK1M See merge request !59
-
Michal Rybka authored
-