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.7.tar.gz
(7.8 kB
view details)
Built Distribution
File details
Details for the file libreppc-0.1.7.tar.gz
.
File metadata
- Download URL: libreppc-0.1.7.tar.gz
- Upload date:
- Size: 7.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a5ac8bfabbeafe0f7107d610eb7cc510f0786e711f4c6c14bb877f174393b619 |
|
MD5 | 14bd42b6f87a2928a630b0eac00934a1 |
|
BLAKE2b-256 | 6344c9a923c67a34205a69b9b6890ad0f90ba61db13d8a99e461248a5b005629 |
File details
Details for the file libreppc-0.1.7-py3-none-any.whl
.
File metadata
- Download URL: libreppc-0.1.7-py3-none-any.whl
- Upload date:
- Size: 9.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 | 8cc87a1dfc691ba90f00c3ff72d0c2a200b305e7bcb898e43b569ebbce3e914e |
|
MD5 | 9ad986c7b8d63ade799a449a1d87e986 |
|
BLAKE2b-256 | dd07b3e54720f3b8a1897e6af95b1fe7a3052e42db89653b28200e0a32409544 |