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.4.tar.gz
(4.7 kB
view details)
Built Distribution
File details
Details for the file libreppc-0.1.4.tar.gz
.
File metadata
- Download URL: libreppc-0.1.4.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 | 214dddfad647e635a98349423faacb0d6ec03321ed6c42371844b8b725453399 |
|
MD5 | 5382d6a9378325171b6eedc2c87ffbfa |
|
BLAKE2b-256 | 4d5135c7402994b21a824e499f59ba0db27fe8dd8a8f1f74e33e2676d53e649a |
File details
Details for the file libreppc-0.1.4-py3-none-any.whl
.
File metadata
- Download URL: libreppc-0.1.4-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 | 1f262d75e669fdae2adbba60a4ef26c9f3a46770b5a4059be1fe6c4500ccbbcd |
|
MD5 | da447e3f3aeb6ff6d3ca26bcce8fb752 |
|
BLAKE2b-256 | 852c219df6d5b472930853d2338920ec3160de99bfef69ed4f5fce5ee4d6beac |