diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2020-04-22 07:39:07 +0200 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2020-04-22 07:39:07 +0200 |
| commit | a7217345e1cf9fa878e271fcc199f9a18eb9637f (patch) | |
| tree | 638d5bcc4e4388ebcb08c9e75ced9d759bb1f3f4 /README.md | |
| parent | 5c0cc8e2f4fd632445079abc7af1b65ca0d3a8e0 (diff) | |
Debug package
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 45 |
1 files changed, 23 insertions, 22 deletions
@@ -4,28 +4,29 @@ BCST allow you to create a beautiful start page very quickly. To install the dep > pip install jinja2 -Simple right a simple json resource file: - - { - "title": "Default Theme", - "bookmarks": { - "engines": { - "Qwant": "https://www.qwant.com/", - "DDG": "https://duckduckgo.com/", - "Google": "http://google.fr" - }, - "Reddit": { - "Home": "https://www.reddit.com/", - "Unixporn": "https://www.reddit.com/r/Unixporn", - "Linux": "https://www.reddit.com/me/m/linux" - }, - "Social": { - "Discord": "https://discordapp.com/channels/@me", - "Twitter": "https://twitter.com/", - "LinuxRocks": "https://linuxrocks.online/web/getting-started" - } - } - } +Simple write a simple json resource file: +``` +{ + "title":"Default Theme", + "bookmarks":{ + "engines":{ + "Qwant":"https://www.qwant.com/", + "DDG":"https://duckduckgo.com/", + "Google":"http://google.fr" + }, + "Reddit":{ + "Home":"https://www.reddit.com/", + "Unixporn":"https://www.reddit.com/r/Unixporn", + "Linux":"https://www.reddit.com/me/m/linux" + }, + "Social":{ + "Discord":"https://discordapp.com/channels/@me", + "Twitter":"https://twitter.com/", + "LinuxRocks":"https://linuxrocks.online/web/getting-started" + } + } +} +``` Then simply run: > ./src/bcst.py \<resource-file-path> \<start-page-destination> |
