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

https://github.com/yilmaz08/linkjinja

Minimalist and customizable static profile page generator
https://github.com/yilmaz08/linkjinja

customizable customizable-ui link links linktree linktree-alternative profile-page python

Last synced: 6 months ago
JSON representation

Minimalist and customizable static profile page generator

Awesome Lists containing this project

README

        

It is just a YAML passed to the Jinja2 template with a dead simple CLI.

## Usage
```
# clone
git clone https://github.com/yilmaz08/linkjinja.git
cd linkjinja

# install
py -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

# edit
nvim ./linkjinja.yaml

# render
python3 main.py -t ./templates/template.jinja -o linkjinja.html linkjinja.yaml
```

## Contribution
Anyone can contribute new templates or source code changes.