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
- Host: GitHub
- URL: https://github.com/yilmaz08/linkjinja
- Owner: yilmaz08
- License: mit
- Created: 2024-08-20T08:37:49.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-11-16T08:47:33.000Z (7 months ago)
- Last Synced: 2024-11-16T09:27:30.952Z (7 months ago)
- Topics: customizable, customizable-ui, link, links, linktree, linktree-alternative, profile-page, python
- Language: Jinja
- Homepage:
- Size: 10.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.