Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/carlgo11/carlgo11.dev
- Owner: Carlgo11
- License: mit
- Created: 2023-12-12T23:58:48.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-04-06T22:53:33.000Z (7 months ago)
- Last Synced: 2024-05-02T04:12:14.356Z (6 months ago)
- Language: HTML
- Homepage: https://carlgo11.dev
- Size: 255 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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}}
```