mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-17 20:01:33 +02:00
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:
parent
ba02b15c16
commit
807459d6ed
10 changed files with 272 additions and 218 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue