File tree Expand file tree Collapse file tree 21 files changed +144
-131
lines changed
markdown-syntax-test-document
themes/hugo-narrow/assets/css Expand file tree Collapse file tree 21 files changed +144
-131
lines changed Original file line number Diff line number Diff line change @@ -63,6 +63,9 @@ defaultContentLanguageInSubdir = false
6363 [params .themes .dracula ]
6464 name = " Dracula"
6565 order = 3
66+ [params .themes .bumblebee ]
67+ name = " bumblebee"
68+ order = 4
6669
6770 # author card
6871 [params .author ]
Original file line number Diff line number Diff line change 479479
480480 < div id ="color-scheme-dropdown "
481481 class ="dropdown-menu border-border bg-popover/95 absolute top-12 right-0 z-[60] hidden w-44 rounded-lg border p-1 shadow-lg backdrop-blur-sm transition-all duration-200 ease-out "
482- data-dropdown-type ="color-scheme "> < button data-color-scheme ="default " class ="text-accent-foreground hover:bg-accent hover:text-accent-foreground focus:bg-accent focus:text-accent-foreground flex w-full items-center rounded-md px-4 py-2 text-sm transition-all duration-200 ease-out focus:outline-none "> < span > Default</ span > </ button > < button data-color-scheme ="claude " class ="text-accent-foreground hover:bg-accent hover:text-accent-foreground focus:bg-accent focus:text-accent-foreground flex w-full items-center rounded-md px-4 py-2 text-sm transition-all duration-200 ease-out focus:outline-none "> < span > Claude</ span > </ button > < button data-color-scheme ="dracula " class ="text-accent-foreground hover:bg-accent hover:text-accent-foreground focus:bg-accent focus:text-accent-foreground flex w-full items-center rounded-md px-4 py-2 text-sm transition-all duration-200 ease-out focus:outline-none "> < span > Dracula</ span > </ button > </ div >
482+ data-dropdown-type ="color-scheme "> < button data-color-scheme ="default " class ="text-accent-foreground hover:bg-accent hover:text-accent-foreground focus:bg-accent focus:text-accent-foreground flex w-full items-center rounded-md px-4 py-2 text-sm transition-all duration-200 ease-out focus:outline-none "> < span > Default</ span > </ button > < button data-color-scheme ="claude " class ="text-accent-foreground hover:bg-accent hover:text-accent-foreground focus:bg-accent focus:text-accent-foreground flex w-full items-center rounded-md px-4 py-2 text-sm transition-all duration-200 ease-out focus:outline-none "> < span > Claude</ span > </ button > < button data-color-scheme ="dracula " class ="text-accent-foreground hover:bg-accent hover:text-accent-foreground focus:bg-accent focus:text-accent-foreground flex w-full items-center rounded-md px-4 py-2 text-sm transition-all duration-200 ease-out focus:outline-none "> < span > Dracula</ span > </ button > < button data-color-scheme ="bumblebee " class ="text-accent-foreground hover:bg-accent hover:text-accent-foreground focus:bg-accent focus:text-accent-foreground flex w-full items-center rounded-md px-4 py-2 text-sm transition-all duration-200 ease-out focus:outline-none "> < span > bumblebee</ span > </ button > </ div >
483483</ div >
484484
485485
742742
743743 < div id ="color-scheme-dropdown "
744744 class ="dropdown-menu border-border bg-popover/95 absolute top-12 right-0 z-[60] hidden w-44 rounded-lg border p-1 shadow-lg backdrop-blur-sm transition-all duration-200 ease-out "
745- data-dropdown-type ="color-scheme "> < button data-color-scheme ="default " class ="text-accent-foreground hover:bg-accent hover:text-accent-foreground focus:bg-accent focus:text-accent-foreground flex w-full items-center rounded-md px-4 py-2 text-sm transition-all duration-200 ease-out focus:outline-none "> < span > Default</ span > </ button > < button data-color-scheme ="claude " class ="text-accent-foreground hover:bg-accent hover:text-accent-foreground focus:bg-accent focus:text-accent-foreground flex w-full items-center rounded-md px-4 py-2 text-sm transition-all duration-200 ease-out focus:outline-none "> < span > Claude</ span > </ button > < button data-color-scheme ="dracula " class ="text-accent-foreground hover:bg-accent hover:text-accent-foreground focus:bg-accent focus:text-accent-foreground flex w-full items-center rounded-md px-4 py-2 text-sm transition-all duration-200 ease-out focus:outline-none "> < span > Dracula</ span > </ button > </ div >
745+ data-dropdown-type ="color-scheme "> < button data-color-scheme ="default " class ="text-accent-foreground hover:bg-accent hover:text-accent-foreground focus:bg-accent focus:text-accent-foreground flex w-full items-center rounded-md px-4 py-2 text-sm transition-all duration-200 ease-out focus:outline-none "> < span > Default</ span > </ button > < button data-color-scheme ="claude " class ="text-accent-foreground hover:bg-accent hover:text-accent-foreground focus:bg-accent focus:text-accent-foreground flex w-full items-center rounded-md px-4 py-2 text-sm transition-all duration-200 ease-out focus:outline-none "> < span > Claude</ span > </ button > < button data-color-scheme ="dracula " class ="text-accent-foreground hover:bg-accent hover:text-accent-foreground focus:bg-accent focus:text-accent-foreground flex w-full items-center rounded-md px-4 py-2 text-sm transition-all duration-200 ease-out focus:outline-none "> < span > Dracula</ span > </ button > < button data-color-scheme ="bumblebee " class ="text-accent-foreground hover:bg-accent hover:text-accent-foreground focus:bg-accent focus:text-accent-foreground flex w-full items-center rounded-md px-4 py-2 text-sm transition-all duration-200 ease-out focus:outline-none "> < span > bumblebee</ span > </ button > </ div >
746746</ div >
747747
748748
Original file line number Diff line number Diff line change 494494
495495 < div id ="color-scheme-dropdown "
496496 class ="dropdown-menu border-border bg-popover/95 absolute top-12 right-0 z-[60] hidden w-44 rounded-lg border p-1 shadow-lg backdrop-blur-sm transition-all duration-200 ease-out "
497- data-dropdown-type ="color-scheme "> < button data-color-scheme ="default " class ="text-accent-foreground hover:bg-accent hover:text-accent-foreground focus:bg-accent focus:text-accent-foreground flex w-full items-center rounded-md px-4 py-2 text-sm transition-all duration-200 ease-out focus:outline-none "> < span > Default</ span > </ button > < button data-color-scheme ="claude " class ="text-accent-foreground hover:bg-accent hover:text-accent-foreground focus:bg-accent focus:text-accent-foreground flex w-full items-center rounded-md px-4 py-2 text-sm transition-all duration-200 ease-out focus:outline-none "> < span > Claude</ span > </ button > < button data-color-scheme ="dracula " class ="text-accent-foreground hover:bg-accent hover:text-accent-foreground focus:bg-accent focus:text-accent-foreground flex w-full items-center rounded-md px-4 py-2 text-sm transition-all duration-200 ease-out focus:outline-none "> < span > Dracula</ span > </ button > </ div >
497+ data-dropdown-type ="color-scheme "> < button data-color-scheme ="default " class ="text-accent-foreground hover:bg-accent hover:text-accent-foreground focus:bg-accent focus:text-accent-foreground flex w-full items-center rounded-md px-4 py-2 text-sm transition-all duration-200 ease-out focus:outline-none "> < span > Default</ span > </ button > < button data-color-scheme ="claude " class ="text-accent-foreground hover:bg-accent hover:text-accent-foreground focus:bg-accent focus:text-accent-foreground flex w-full items-center rounded-md px-4 py-2 text-sm transition-all duration-200 ease-out focus:outline-none "> < span > Claude</ span > </ button > < button data-color-scheme ="dracula " class ="text-accent-foreground hover:bg-accent hover:text-accent-foreground focus:bg-accent focus:text-accent-foreground flex w-full items-center rounded-md px-4 py-2 text-sm transition-all duration-200 ease-out focus:outline-none "> < span > Dracula</ span > </ button > < button data-color-scheme ="bumblebee " class ="text-accent-foreground hover:bg-accent hover:text-accent-foreground focus:bg-accent focus:text-accent-foreground flex w-full items-center rounded-md px-4 py-2 text-sm transition-all duration-200 ease-out focus:outline-none "> < span > bumblebee</ span > </ button > </ div >
498498</ div >
499499
500500
757757
758758 < div id ="color-scheme-dropdown "
759759 class ="dropdown-menu border-border bg-popover/95 absolute top-12 right-0 z-[60] hidden w-44 rounded-lg border p-1 shadow-lg backdrop-blur-sm transition-all duration-200 ease-out "
760- data-dropdown-type ="color-scheme "> < button data-color-scheme ="default " class ="text-accent-foreground hover:bg-accent hover:text-accent-foreground focus:bg-accent focus:text-accent-foreground flex w-full items-center rounded-md px-4 py-2 text-sm transition-all duration-200 ease-out focus:outline-none "> < span > Default</ span > </ button > < button data-color-scheme ="claude " class ="text-accent-foreground hover:bg-accent hover:text-accent-foreground focus:bg-accent focus:text-accent-foreground flex w-full items-center rounded-md px-4 py-2 text-sm transition-all duration-200 ease-out focus:outline-none "> < span > Claude</ span > </ button > < button data-color-scheme ="dracula " class ="text-accent-foreground hover:bg-accent hover:text-accent-foreground focus:bg-accent focus:text-accent-foreground flex w-full items-center rounded-md px-4 py-2 text-sm transition-all duration-200 ease-out focus:outline-none "> < span > Dracula</ span > </ button > </ div >
760+ data-dropdown-type ="color-scheme "> < button data-color-scheme ="default " class ="text-accent-foreground hover:bg-accent hover:text-accent-foreground focus:bg-accent focus:text-accent-foreground flex w-full items-center rounded-md px-4 py-2 text-sm transition-all duration-200 ease-out focus:outline-none "> < span > Default</ span > </ button > < button data-color-scheme ="claude " class ="text-accent-foreground hover:bg-accent hover:text-accent-foreground focus:bg-accent focus:text-accent-foreground flex w-full items-center rounded-md px-4 py-2 text-sm transition-all duration-200 ease-out focus:outline-none "> < span > Claude</ span > </ button > < button data-color-scheme ="dracula " class ="text-accent-foreground hover:bg-accent hover:text-accent-foreground focus:bg-accent focus:text-accent-foreground flex w-full items-center rounded-md px-4 py-2 text-sm transition-all duration-200 ease-out focus:outline-none "> < span > Dracula</ span > </ button > < button data-color-scheme ="bumblebee " class ="text-accent-foreground hover:bg-accent hover:text-accent-foreground focus:bg-accent focus:text-accent-foreground flex w-full items-center rounded-md px-4 py-2 text-sm transition-all duration-200 ease-out focus:outline-none "> < span > bumblebee</ span > </ button > </ div >
761761</ div >
762762
763763
Original file line number Diff line number Diff line change 485485
486486 < div id ="color-scheme-dropdown "
487487 class ="dropdown-menu border-border bg-popover/95 absolute top-12 right-0 z-[60] hidden w-44 rounded-lg border p-1 shadow-lg backdrop-blur-sm transition-all duration-200 ease-out "
488- data-dropdown-type ="color-scheme "> < button data-color-scheme ="default " class ="text-accent-foreground hover:bg-accent hover:text-accent-foreground focus:bg-accent focus:text-accent-foreground flex w-full items-center rounded-md px-4 py-2 text-sm transition-all duration-200 ease-out focus:outline-none "> < span > Default</ span > </ button > < button data-color-scheme ="claude " class ="text-accent-foreground hover:bg-accent hover:text-accent-foreground focus:bg-accent focus:text-accent-foreground flex w-full items-center rounded-md px-4 py-2 text-sm transition-all duration-200 ease-out focus:outline-none "> < span > Claude</ span > </ button > < button data-color-scheme ="dracula " class ="text-accent-foreground hover:bg-accent hover:text-accent-foreground focus:bg-accent focus:text-accent-foreground flex w-full items-center rounded-md px-4 py-2 text-sm transition-all duration-200 ease-out focus:outline-none "> < span > Dracula</ span > </ button > </ div >
488+ data-dropdown-type ="color-scheme "> < button data-color-scheme ="default " class ="text-accent-foreground hover:bg-accent hover:text-accent-foreground focus:bg-accent focus:text-accent-foreground flex w-full items-center rounded-md px-4 py-2 text-sm transition-all duration-200 ease-out focus:outline-none "> < span > Default</ span > </ button > < button data-color-scheme ="claude " class ="text-accent-foreground hover:bg-accent hover:text-accent-foreground focus:bg-accent focus:text-accent-foreground flex w-full items-center rounded-md px-4 py-2 text-sm transition-all duration-200 ease-out focus:outline-none "> < span > Claude</ span > </ button > < button data-color-scheme ="dracula " class ="text-accent-foreground hover:bg-accent hover:text-accent-foreground focus:bg-accent focus:text-accent-foreground flex w-full items-center rounded-md px-4 py-2 text-sm transition-all duration-200 ease-out focus:outline-none "> < span > Dracula</ span > </ button > < button data-color-scheme ="bumblebee " class ="text-accent-foreground hover:bg-accent hover:text-accent-foreground focus:bg-accent focus:text-accent-foreground flex w-full items-center rounded-md px-4 py-2 text-sm transition-all duration-200 ease-out focus:outline-none "> < span > bumblebee</ span > </ button > </ div >
489489</ div >
490490
491491
748748
749749 < div id ="color-scheme-dropdown "
750750 class ="dropdown-menu border-border bg-popover/95 absolute top-12 right-0 z-[60] hidden w-44 rounded-lg border p-1 shadow-lg backdrop-blur-sm transition-all duration-200 ease-out "
751- data-dropdown-type ="color-scheme "> < button data-color-scheme ="default " class ="text-accent-foreground hover:bg-accent hover:text-accent-foreground focus:bg-accent focus:text-accent-foreground flex w-full items-center rounded-md px-4 py-2 text-sm transition-all duration-200 ease-out focus:outline-none "> < span > Default</ span > </ button > < button data-color-scheme ="claude " class ="text-accent-foreground hover:bg-accent hover:text-accent-foreground focus:bg-accent focus:text-accent-foreground flex w-full items-center rounded-md px-4 py-2 text-sm transition-all duration-200 ease-out focus:outline-none "> < span > Claude</ span > </ button > < button data-color-scheme ="dracula " class ="text-accent-foreground hover:bg-accent hover:text-accent-foreground focus:bg-accent focus:text-accent-foreground flex w-full items-center rounded-md px-4 py-2 text-sm transition-all duration-200 ease-out focus:outline-none "> < span > Dracula</ span > </ button > </ div >
751+ data-dropdown-type ="color-scheme "> < button data-color-scheme ="default " class ="text-accent-foreground hover:bg-accent hover:text-accent-foreground focus:bg-accent focus:text-accent-foreground flex w-full items-center rounded-md px-4 py-2 text-sm transition-all duration-200 ease-out focus:outline-none "> < span > Default</ span > </ button > < button data-color-scheme ="claude " class ="text-accent-foreground hover:bg-accent hover:text-accent-foreground focus:bg-accent focus:text-accent-foreground flex w-full items-center rounded-md px-4 py-2 text-sm transition-all duration-200 ease-out focus:outline-none "> < span > Claude</ span > </ button > < button data-color-scheme ="dracula " class ="text-accent-foreground hover:bg-accent hover:text-accent-foreground focus:bg-accent focus:text-accent-foreground flex w-full items-center rounded-md px-4 py-2 text-sm transition-all duration-200 ease-out focus:outline-none "> < span > Dracula</ span > </ button > < button data-color-scheme ="bumblebee " class ="text-accent-foreground hover:bg-accent hover:text-accent-foreground focus:bg-accent focus:text-accent-foreground flex w-full items-center rounded-md px-4 py-2 text-sm transition-all duration-200 ease-out focus:outline-none "> < span > bumblebee</ span > </ button > </ div >
752752</ div >
753753
754754
Original file line number Diff line number Diff line change 487487
488488 < div id ="color-scheme-dropdown "
489489 class ="dropdown-menu border-border bg-popover/95 absolute top-12 right-0 z-[60] hidden w-44 rounded-lg border p-1 shadow-lg backdrop-blur-sm transition-all duration-200 ease-out "
490- data-dropdown-type ="color-scheme "> < button data-color-scheme ="default " class ="text-accent-foreground hover:bg-accent hover:text-accent-foreground focus:bg-accent focus:text-accent-foreground flex w-full items-center rounded-md px-4 py-2 text-sm transition-all duration-200 ease-out focus:outline-none "> < span > Default</ span > </ button > < button data-color-scheme ="claude " class ="text-accent-foreground hover:bg-accent hover:text-accent-foreground focus:bg-accent focus:text-accent-foreground flex w-full items-center rounded-md px-4 py-2 text-sm transition-all duration-200 ease-out focus:outline-none "> < span > Claude</ span > </ button > < button data-color-scheme ="dracula " class ="text-accent-foreground hover:bg-accent hover:text-accent-foreground focus:bg-accent focus:text-accent-foreground flex w-full items-center rounded-md px-4 py-2 text-sm transition-all duration-200 ease-out focus:outline-none "> < span > Dracula</ span > </ button > </ div >
490+ data-dropdown-type ="color-scheme "> < button data-color-scheme ="default " class ="text-accent-foreground hover:bg-accent hover:text-accent-foreground focus:bg-accent focus:text-accent-foreground flex w-full items-center rounded-md px-4 py-2 text-sm transition-all duration-200 ease-out focus:outline-none "> < span > Default</ span > </ button > < button data-color-scheme ="claude " class ="text-accent-foreground hover:bg-accent hover:text-accent-foreground focus:bg-accent focus:text-accent-foreground flex w-full items-center rounded-md px-4 py-2 text-sm transition-all duration-200 ease-out focus:outline-none "> < span > Claude</ span > </ button > < button data-color-scheme ="dracula " class ="text-accent-foreground hover:bg-accent hover:text-accent-foreground focus:bg-accent focus:text-accent-foreground flex w-full items-center rounded-md px-4 py-2 text-sm transition-all duration-200 ease-out focus:outline-none "> < span > Dracula</ span > </ button > < button data-color-scheme ="bumblebee " class ="text-accent-foreground hover:bg-accent hover:text-accent-foreground focus:bg-accent focus:text-accent-foreground flex w-full items-center rounded-md px-4 py-2 text-sm transition-all duration-200 ease-out focus:outline-none "> < span > bumblebee</ span > </ button > </ div >
491491</ div >
492492
493493
750750
751751 < div id ="color-scheme-dropdown "
752752 class ="dropdown-menu border-border bg-popover/95 absolute top-12 right-0 z-[60] hidden w-44 rounded-lg border p-1 shadow-lg backdrop-blur-sm transition-all duration-200 ease-out "
753- data-dropdown-type ="color-scheme "> < button data-color-scheme ="default " class ="text-accent-foreground hover:bg-accent hover:text-accent-foreground focus:bg-accent focus:text-accent-foreground flex w-full items-center rounded-md px-4 py-2 text-sm transition-all duration-200 ease-out focus:outline-none "> < span > Default</ span > </ button > < button data-color-scheme ="claude " class ="text-accent-foreground hover:bg-accent hover:text-accent-foreground focus:bg-accent focus:text-accent-foreground flex w-full items-center rounded-md px-4 py-2 text-sm transition-all duration-200 ease-out focus:outline-none "> < span > Claude</ span > </ button > < button data-color-scheme ="dracula " class ="text-accent-foreground hover:bg-accent hover:text-accent-foreground focus:bg-accent focus:text-accent-foreground flex w-full items-center rounded-md px-4 py-2 text-sm transition-all duration-200 ease-out focus:outline-none "> < span > Dracula</ span > </ button > </ div >
753+ data-dropdown-type ="color-scheme "> < button data-color-scheme ="default " class ="text-accent-foreground hover:bg-accent hover:text-accent-foreground focus:bg-accent focus:text-accent-foreground flex w-full items-center rounded-md px-4 py-2 text-sm transition-all duration-200 ease-out focus:outline-none "> < span > Default</ span > </ button > < button data-color-scheme ="claude " class ="text-accent-foreground hover:bg-accent hover:text-accent-foreground focus:bg-accent focus:text-accent-foreground flex w-full items-center rounded-md px-4 py-2 text-sm transition-all duration-200 ease-out focus:outline-none "> < span > Claude</ span > </ button > < button data-color-scheme ="dracula " class ="text-accent-foreground hover:bg-accent hover:text-accent-foreground focus:bg-accent focus:text-accent-foreground flex w-full items-center rounded-md px-4 py-2 text-sm transition-all duration-200 ease-out focus:outline-none "> < span > Dracula</ span > </ button > < button data-color-scheme ="bumblebee " class ="text-accent-foreground hover:bg-accent hover:text-accent-foreground focus:bg-accent focus:text-accent-foreground flex w-full items-center rounded-md px-4 py-2 text-sm transition-all duration-200 ease-out focus:outline-none "> < span > bumblebee</ span > </ button > </ div >
754754</ div >
755755
756756
You can’t perform that action at this time.
0 commit comments