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: 4 months ago
JSON representation
Minimalist and customizable static profile page generator
- Host: GitHub
- URL: https://github.com/yilmaz08/linkjinja
- Owner: yilmaz08
- License: mit
- Created: 2024-08-20T08:37:49.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-16T08:47:33.000Z (over 1 year ago)
- Last Synced: 2025-07-12T22:33:16.212Z (11 months ago)
- Topics: customizable, customizable-ui, link, links, linktree, linktree-alternative, profile-page, python
- Language: Jinja
- Homepage:
- Size: 12.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.