Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
b8b232b
convert blockpostlabel to an astro element
mashehu Oct 15, 2025
c9ab79c
convert githubprofilepicture and -Extended to an astro element
mashehu Oct 15, 2025
2ac4b31
subset inter font and lazy load leaflet css
mashehu Oct 15, 2025
7d9370f
start optimizing images
mashehu Oct 15, 2025
c1f1978
enable csscodesplit
mashehu Oct 16, 2025
76d9aa9
fix about page
mashehu Oct 16, 2025
a5fecb6
fix "switching to master to main" page
mashehu Oct 16, 2025
c5770f2
lazyload docsearch
mashehu Oct 16, 2025
b6c9bb5
switch githubprofile component to astro image
mashehu Oct 16, 2025
1bbd999
switch to astro image components
mashehu Oct 16, 2025
83e0795
add missing image
mashehu Oct 16, 2025
3e15123
Merge branch 'main' into improve-site-footprint
mashehu Oct 20, 2025
eff0fbd
move images into assets folder to let astro optimize them
mashehu Oct 21, 2025
95c31ef
remove outdates files from file structure docs
mashehu Oct 21, 2025
8308780
make color assets more readable
mashehu Oct 21, 2025
b974c9a
add optional main branch to docs about allowed branches
mashehu Oct 21, 2025
1b9071e
remove adobe illustrator files (they are in the logos repo)
mashehu Oct 21, 2025
4f8a3e4
add short title to "developing with devcontainer"
mashehu Oct 21, 2025
881361f
rewrite eventbanner to have better rendering performance
mashehu Oct 22, 2025
913f44b
add transition animation
mashehu Oct 22, 2025
9cb0433
Revert "rewrite eventbanner to have better rendering performance"
mashehu Oct 22, 2025
a5adba1
switch to use embedded icons for event banner sections
mashehu Oct 22, 2025
0b8c404
fix og image
mashehu Oct 22, 2025
d57a7ea
fix heading
mashehu Oct 22, 2025
fa5666e
Merge branch 'main' of github.com:nf-core/website into improve-site-f…
mashehu Oct 22, 2025
f3e4e96
Merge branch 'main' of github.com:nf-core/website into improve-site-f…
mashehu Oct 22, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions sites/configs/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ export default defineConfig({
cssVariable: "--font-inter",
fallbacks: ["sans-serif"],
weights: ["300 700"],
subsets: ["latin"],
},
{
provider: fontProviders.fontsource(),
Expand Down
1 change: 1 addition & 0 deletions sites/docs/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ export default defineConfig({
cssVariable: "--font-inter",
fallbacks: ["sans-serif"],
weights: ["300 700"],
subsets: ["latin"]
},
{
provider: fontProviders.fontsource(),
Expand Down
Loading
Loading