From a7217345e1cf9fa878e271fcc199f9a18eb9637f Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Wed, 22 Apr 2020 07:39:07 +0200 Subject: Debug package --- README.md | 45 +++++++++++++++++++++++---------------------- 1 file changed, 23 insertions(+), 22 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index d6cf9cd..9073e7f 100644 --- a/README.md +++ b/README.md @@ -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 \ \ -- cgit v1.2.3