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.9.tar.gz
(8.3 kB
view details)
Built Distribution
File details
Details for the file libreppc-0.1.9.tar.gz
.
File metadata
- Download URL: libreppc-0.1.9.tar.gz
- Upload date:
- Size: 8.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 17837468e876cc72f3306aa41af544fecd4cfd384d25c0dfa71e78436a4d59ab |
|
MD5 | 7a122c42505128c2aa6256ee61187f3c |
|
BLAKE2b-256 | 233c04096de828e004b63bb9e9de3bab571d9891e5f573f3d2291a77f3bacd43 |
File details
Details for the file libreppc-0.1.9-py3-none-any.whl
.
File metadata
- Download URL: libreppc-0.1.9-py3-none-any.whl
- Upload date:
- Size: 9.5 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 | 1729f80c024bad6a806db848e24b3acf00cdb73a5366b5fe402472df283f2faf |
|
MD5 | 477907605d3fa14a8830dbc1b0f28382 |
|
BLAKE2b-256 | e22afc3bd458039561d24fb7e9692f01a6cfd7ef28dd34d9e9f330b3b641ca8d |