1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2025-05-29 22:37:44 +02:00

feat(posts): add programming-challenges

This commit is contained in:
Divlo
2023-05-21 14:42:53 +02:00
parent e5232c1394
commit 20cb0c21d5
8 changed files with 570 additions and 14 deletions

View File

@ -4,6 +4,8 @@ import date from 'date-and-time'
import Giscus from '@giscus/react'
import { useTheme } from 'next-themes'
import 'katex/dist/katex.min.css'
import { Head } from 'components/Head'
import { Header } from 'components/Header'
import type { FooterProps } from 'components/Footer'