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
{
"theme" : "CSS_FILE_NAME_WITHOUT_.css",
"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.2.tar.gz
(4.7 kB
view details)
Built Distribution
File details
Details for the file libreppc-0.1.2.tar.gz
.
File metadata
- Download URL: libreppc-0.1.2.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 95ad5946aa9deeecbf02e801a41a2d0fc4875bba2a61ba098a9786815e1e646b |
|
MD5 | 9e7469b2168c0ccfce5bf04655d5744d |
|
BLAKE2b-256 | 27d4f0feb909ad0344ca39cee6d51501d60b9b6fd0aa7b991e40d3c32b97f92d |
File details
Details for the file libreppc-0.1.2-py3-none-any.whl
.
File metadata
- Download URL: libreppc-0.1.2-py3-none-any.whl
- Upload date:
- Size: 5.1 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 | 157dea4ea5c33b41700ff5436ad2338cd913f61947e9a84866adb3e37f37c6ee |
|
MD5 | ad4699072bb58fc8fe4523724be9a401 |
|
BLAKE2b-256 | e9dacca004bea2d479af728746d2e2318bb2075d76a69b8523ca0e19f24803c9 |