A simple profile page creator.
Project description
libreppc
A simple profile page creator.
Installation
$ pip install libreppc
$ python -m libreppc --serve
``
## Getting started
You need to create `config.json`:
**config.json** structure
```json
{
"avatar" : "https://avatar-url.com",
"username" : "yourusername",
"description" : "yourdescription",
"base_url" : "yourpageurl",
"blog_dir" : "blog",
"blog_title" : "Blog",
"links" : [
{
"title" : "linktitle",
"icon" : "iconurl",
"url" : "linkurl"
},
],
"support" : [
{
"title" : "Monero/XMR",
"type" : "text",
"target" : "yourcryptoaddress"
},
{
"title" : "Patreon",
"type" : "url",
"target" : "https://patreon.com/"
},
],
"projects" : [
{
"title" : "projectname",
"description" : "projectdescription",
"url" : "projecturl"
}
]
}
Then you need to build site with:
$ python -m libreppc --build
Contacts
Contact | Description |
---|---|
Matrix |
Matrix server |
Support
You can support us here.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
libreppc-0.1.1.tar.gz
(4.6 kB
view details)
Built Distribution
File details
Details for the file libreppc-0.1.1.tar.gz
.
File metadata
- Download URL: libreppc-0.1.1.tar.gz
- Upload date:
- Size: 4.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 468c8738a4e122fc32e22c38ed5eb179e1c06ebf78326ca084a1a5792a4facd3 |
|
MD5 | fd214f9f824fdce73482a58e4b10c44f |
|
BLAKE2b-256 | 245d014ffde9deeb26ff4331637753508b59c7f913f3f61a40d8d5747db30530 |
File details
Details for the file libreppc-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: libreppc-0.1.1-py3-none-any.whl
- Upload date:
- Size: 5.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4e1598a584b2f01aafc491c09de83167773ca8f09d0b24adeb4dc8f79176fae4 |
|
MD5 | 4463eadef2a6cbafb8e6c8208ab3390d |
|
BLAKE2b-256 | 8f3907266c36473ef61d19b618eb575558c7a192cde92e69b74f9f598d2c66a0 |