aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2020-04-21 15:48:24 +0200
committerLoic Guegan <manzerbredes@mailbox.org>2020-04-21 15:48:24 +0200
commit5c07eda3fa0e48c7b8337f8b57b8390da86ee6d7 (patch)
tree91c2dfa66e00a35c0fe72a04dea4f5f39c0f442f /README.md
Init project
Diffstat (limited to 'README.md')
-rw-r--r--README.md31
1 files changed, 31 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..d6cf9cd
--- /dev/null
+++ b/README.md
@@ -0,0 +1,31 @@
+Beautiful Custom Start Page
+===
+BCST allow you to create a beautiful start page very quickly. To install the dependencies, simply run:
+
+ > 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"
+ }
+ }
+ }
+Then simply run:
+
+> ./src/bcst.py \<resource-file-path> \<start-page-destination>