page: Update /now page
page: Update Pokémon Violet pokédex
Merge branch 'main' of git.sr.ht:~fec/florian.ec
florian.ec is the personal website of Florian Eckerstorfer. It is a static website created using Eleventy.
git clone git@git.sr.ht:~fec/florian.ec
cd florian.ec
npm install
npm start # Start development server
npm run build # Create production build
npm run deploy # Deploy production build to server
florian.ec
uses sourcehut builds to create and deploy a new build for each push to the Git repository. The build manifest is .build.yml
.
florian.ec
uses three web fonts:
Inter is the primary font and is used for interface elements and running text. Faune is used for headlines and the logo is set in League Spartan. Inter and Faune have been subsetted to include only LATIN
characters, League Spartan contains only the characters used in the logo (FE.
).
The subsetted versions of the fonts have been created using Glyphhanger and the following commands:
glyphhanger --LATIN --subset="site/fonts/faune/*.woff" --formats=woff
glyphhanger --LATIN --subset="site/fonts/faune/*.woff2" --formats=woff2
glyphhanger --LATIN --subset="site/fonts/inter/*.woff2" --formats=woff2
glyphhanger --whitelist="FE." --subset="site/fonts/league-spartan/*.woff2" --formats=woff2