Skip to main content

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


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 hashes)

Uploaded Source

Built Distribution

libreppc-0.2.1.1-py3-none-any.whl (12.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page