Skip to content

pascal-huber/resolved_static

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RESOLVED.CH

Run it locally

yarn install
yarn build
http-server -c0 ./dist/

To automatically build on changes, use ./watcher.sh.

To get a date

date --iso-8601=seconds

Fonts generated

❯ cd static/public/
❯ cat ../../content/**/* >  glyphs.txt
❯ pyftsubset \
        iosevka-term-slab-regular.woff2 \
        --name-IDs+=0,4,6 \
        --text-file=./glyphs.txt \
        --flavor=woff2
...