My personal blog
TODO
- Create "about me" page (https://github.com/stereobooster/readme)
- Create "projects" page
- Crosspost to other platforms
- Automate crosspost
congo TODO
- img: maybe add lqip
- support series
- discussion links
Elements with visible text labels do not have matching accessible names.(About pagination)- check:
kbd- themes/congo/tailwind.config.js
- tailwindlabs/tailwindcss-typography#317
- https://daisyui.com/components/kbd/
- blockquote remove quotes
- themes/congo/tailwind.config.js
- https://discourse.gohugo.io/t/blockquote-with-render-hook/40701
- check RSS
render-image.rss.xml?render-code.rss.xml?
- icons can be better
- check a11y
- check full width image?
- code line numbers
- exclude from selection:
.highlight .ln { user-select: none; } - exclude from copy
- support sticky position (for horizontal scroll)
- exclude from selection:
- track scroll in sidebar?
- improve related links in post
module.exports = {
theme: {
extend: {
typography: {
quoteless: {
css: {
'blockquote p:first-of-type::before': { content: 'none'},
'blockquote p:first-of-type::after': { content: 'none' },
},
},
},
},
},
variants: {},
plugins: [require('@tailwindcss/typography')],
}-
404 page glitch effect
License
Content is licensed under Creative Commons Attribution-NonCommercial-ShareAlike 4.0.
Code is licensed under MIT.