A simple profile page creator.
Project description
libreppc
A simple profile page creator. You can see themes examples here.
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",
"static_dir" : "static",
"blog" : {
"dir" : "blog",
"title" : "Blog"
},
"icons" : [
{
"title" : "linktitle",
"icon" : "iconurl",
"url" : "linkurl"
},
],
"fields" : [
{
"title" : "Monero/XMR",
"type" : "text",
"target" : "yourcryptoaddress"
},
{
"title" : "Patreon",
"type" : "url",
"target" : "https://patreon.com/"
},
],
"pages" : [
{
"title" : "projectname",
"description" : "projectdescription",
"filename" : "page"
}
]
}
You also can generate config via:
$ python -m libreppc --init
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.2.1.1.tar.gz
(10.4 kB
view details)
Built Distribution
File details
Details for the file libreppc-0.2.1.1.tar.gz
.
File metadata
- Download URL: libreppc-0.2.1.1.tar.gz
- Upload date:
- Size: 10.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.1.dev0+g94f810c.d20240510 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4ad87887af67cf38512ee323a5b45eb7ee6777504f823b9422413ce30772375d |
|
MD5 | 981ca08223bf28c3d092e3da1d472d6a |
|
BLAKE2b-256 | cfcbd55c4302ad44b348ab85597e68740c4ca19425562683dd6830138ca32306 |
File details
Details for the file libreppc-0.2.1.1-py3-none-any.whl
.
File metadata
- Download URL: libreppc-0.2.1.1-py3-none-any.whl
- Upload date:
- Size: 12.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.1.dev0+g94f810c.d20240510 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9a0139c7497f08188f0189f0404fc90e94ab4219793c38ec0c59dbcccb3d5343 |
|
MD5 | a7341ea76fd7cc5dd4b083ca59050c4e |
|
BLAKE2b-256 | b03d9a3c699a31a31a22639520cb94220e579a8476e998a5e6b2337ef8d9a084 |