An internal font hosting site for Codeberg
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Otto cc9d0c2998 fixup 11 months ago
assets Quick-and-Dirty first version of Codeberg Fonts 3 years ago
content Update deployment script and repo links 11 months ago
font_buildscripts Add Font Awesome v6 11 months ago
.eleventy.js Quick-and-Dirty first version of Codeberg Fonts 3 years ago
.gitignore Quick-and-Dirty first version of Codeberg Fonts 3 years ago
CONTRIBUTORS.md Quick-and-Dirty first version of Codeberg Fonts 3 years ago
LICENSE.md Update deployment script and repo links 11 months ago
README.md Quick-and-Dirty first version of Codeberg Fonts 3 years ago
build-fonts.js Quick-and-Dirty first version of Codeberg Fonts 3 years ago
deploy.sh fixup 11 months ago
package-lock.json Update Eleventy and other packages 11 months ago
package.json Update Eleventy and other packages 11 months ago
util.js Quick-and-Dirty first version of Codeberg Fonts 3 years ago

README.md

Codeberg Fonts

An internal font hosting site for Codeberg

About

Currently, Codeberg Fonts is intended to be an internal, central site for hosting fonts for the various web sites that belong to Codeberg.

That is to improve performance, reduce traffic and to be able to easily distribute complete web fonts, without inflating the size of the individual site repositories too much.

Structure

In content/_data you can find a YAML file for each font that is hosted on Codeberg fonts. That file describes where to get and how to build the font, as well as its licensing.

The contents of these yaml files are used to build the final site.

Usage

Local Development

If you want to work on the site the easiest way to do so is to fork the codeberg-fonts repository and develop locally.

First, run

npm install

to install all dependencies (they will be installed only for this project, not globally). You only have to do this once.

Then run

npm run serve

to start a development web server that by default is listening at http://localhost:8080.

Now you can simply change, add or remove files, save them and the development server should automatically reload all changed pages using the amazing Browsersync.

Be advised that the fonts will not be automatically rebuilt, so if you add or modify files in a way that requires the font to be rebuilt, please stop the server, run

npm run build-fonts

and then start the server again.

Build & Deployment

Like for local development, before building and deploying you first have to install the dependencies (once):

npm install

To build the entire website to the _site directory run

npm run build

Instead, to directly publish the page to Codeberg pages, you can also run

npm run deploy

which includes a call to npm run build.

This website (excluding bundled and/or shipped fonts) is licensed under CC-BY-SA 4.0. Please see the LICENSE.md file for details.