Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/carlgo11/carlgo11.dev

Carlgo11 link directory
https://github.com/carlgo11/carlgo11.dev

Last synced: 24 days ago
JSON representation

Carlgo11 link directory

Awesome Lists containing this project

README

        

# Carlgo11.dev

This repository contains the code for [carlgo11.dev](https://carlgo11.dev/), a personal link directory, similar to what [Linktree](https://linktr.ee) and [Beacons](https://beacons.ai) offer.

```shell
apt install fontcustom -y
npm install sass html-minifier;
npx sass index.scss:index.css --style compressed;
sed -i "s/{{imessage_fpr}}/$imessage_fpr/g" index.html
npx html-minifier --collapse-whitespace --remove-comments --remove-script-type-attributes -o index.html index.html
fontcustom compile icons -o=fonts -n=icons -ADh --css3 -S=.{{glyph}}
```