blob: 9073e7f0f092bfb375d5832e3263cde3d511460e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
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 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>
|