docs: create README and update project configuration

- Add comprehensive README with project overview, features, and roadmap
- Update VSCode settings with new dictionary words
- Modify language switcher, mobile header, and theme toggle components
- Adjust layout and global styles
- Add language attribute to markdown example post
This commit is contained in:
radishzzz 2025-02-22 02:05:50 +00:00
parent ba02b15c16
commit 807459d6ed
10 changed files with 272 additions and 218 deletions

View file

@ -16,7 +16,7 @@ function getLanguageDisplayName(code: string) {
<button
type="button"
id="language-switcher"
class="z-99 aspect-square w-4.125 c-secondary active:scale-90"
class="aspect-square w-4 c-secondary active:scale-90"
aria-label={`Current Language: ${getLanguageDisplayName(currentLocale)}. Click to switch to next language.`}
>
<svg