Pageper is a minimalist looking startpage that aims to be as simple and customizable as possible.
This Project was born as a small side project trying to learn how to use ReactJS ⚛️.
This is the recommended way of installation.
Pageper is now available at Firefox Addons Store. check it out! (:
I made a Markdown file for building from source.
Or you can run the auto-build script that atomate this whole process.
This Startpage is managed through a JSON file that contains configuration you set on it, like your username and bookmarks.
You have a example configuration file 📄 located in src/config/template.json to start with.
You can copy the file and locate it wherever you feel like/
(i put the file there to use it as fallback, so create a copy of that file for your settings, please.).
You can set your username 👤 in the "username" default value (obviously dont replace the "username" key, do replace the "Default" text).
To add bookmarks 📔 (or modify them), you edit values on the json file, is as easy as opening a new set of values inside the bookmark category. The code should look like this:
"username": "your_name_here",
"bookmarks" : {
"title_of_your_new_category" : {
"website_name1" : "link_of_the_website",
"website_name2" : "link_of_the_2nd_website",
"website_name3" : "link_of_the_3rd_website"
}
}Once you have finished editing your configuration, go to the extension (or the running page) and hit the settings icon ⚙️. You will see a couple of options, click on "Upload Configuration", select your config file and the page will reload automatically once the file has done processing.
If nothing shows or default configuration overrides, you probably have a syntax error in your json file.
For more information, search about JSON Syntax
Thats pretty much everything for now. Enjoy (:
Open a issue or discution in this repository (:
If its possible, add the output log of the console from Inspect(Q) -> Console.
I am as active as i can.
