All Projects → Jaredk3nt → Homepage

Jaredk3nt / Homepage

Custom homepage for use locally in browser

Projects that are alternatives of or similar to Homepage

ish.app
The iSH website
Stars: ✭ 66 (-77.4%)
Mutual labels:  website
Bypass-WAF-SQLMAP
Bypass WAF SQL Injection SQLMAP
Stars: ✭ 26 (-91.1%)
Mutual labels:  website
Preact Www
📖 Preact documentation website.
Stars: ✭ 272 (-6.85%)
Mutual labels:  website
anniew.xyz
My Personal Website / Portfolio
Stars: ✭ 41 (-85.96%)
Mutual labels:  website
playbook
The almighty Voorhoede playbook, synced from Dropbox Paper.
Stars: ✭ 31 (-89.38%)
Mutual labels:  website
Pixiv.moe
😘 A pinterest-style layout site, shows illusts on pixiv.net order by popularity. https://pixiv.moe
Stars: ✭ 259 (-11.3%)
Mutual labels:  website
nuxtjs-website-boilerplate
A Nuxt.js website boilerplate that satisfies some common website requirements.
Stars: ✭ 57 (-80.48%)
Mutual labels:  website
Hyper Site
The official website for the Hyper terminal
Stars: ✭ 289 (-1.03%)
Mutual labels:  website
getcaption.co
Website for Caption app.
Stars: ✭ 14 (-95.21%)
Mutual labels:  website
Bundle Buddy
A tool to understand your bundle size and why files are in your bundle
Stars: ✭ 2,868 (+882.19%)
Mutual labels:  website
MSC-Website
mlsctiet.co.in/
Stars: ✭ 19 (-93.49%)
Mutual labels:  website
mn.reactjs.org
(Work in progress) React documentation website in Mongolian
Stars: ✭ 33 (-88.7%)
Mutual labels:  website
Javascript Cheatsheet
Basic Javascript Cheat Sheet
Stars: ✭ 262 (-10.27%)
Mutual labels:  website
x-frame-options
x-frame-options bypass
Stars: ✭ 29 (-90.07%)
Mutual labels:  website
Echox
Echo cookbook and website
Stars: ✭ 275 (-5.82%)
Mutual labels:  website
podcast
Website of the Programming Podcast
Stars: ✭ 26 (-91.1%)
Mutual labels:  website
S Cart
This project has been replaced by https://github.com/s-cart/s-cart
Stars: ✭ 258 (-11.64%)
Mutual labels:  website
Thebestmotherfuckingwebsite
The title says it all.
Stars: ✭ 288 (-1.37%)
Mutual labels:  website
Dlang.org
Pages for the dlang.org website, home of the D Programming Language
Stars: ✭ 274 (-6.16%)
Mutual labels:  website
Wallpaper
🌼 基于 360壁纸 API 的自采集壁纸网站
Stars: ✭ 262 (-10.27%)
Mutual labels:  website

Homepage

homepage

Customization

Customize Bookmarks

Bookmarks are now held in the bookmarks.js file for easy updating. bookmarks is an array of objects with a title and links property. The title defines what the header of the "bookmark section" box will be. link is an array of link objects each with a name and a url to link to.

The way the site is currently styled bookmarks should always have a length of 4 if you want to have more sections you need to change the width property of the css class bookmark-set

Customize Search Engine

You can change the search engine used by the search overlay by updating the url value stored in the searchUrl var in index.html to the correct string for your engine.

Examples:

  • DuckDuckGo: https://duckduckgo.com/?q=
  • Bing: https://www.bing.com/search?q=

Customize Styling

Styles are handled through CSS variables. To update the colors you just need to change the variable definitions defined in :root.

Variable default description
--bg #5f4b8b Defines the body background color
--fg #ffffff Defines the primary foreground (text) color for clock, weather, and titles
--secondaryFg #b3b3b3 Defines the foreground (text) color for links
--containerBg #272727 Defines the background color of the boxes
--searchBg --containerBg Defines the background color of the search overlay
--scrollbarColor #3f3f3f Defines the color of the custom scrollbars
--fontFamily "Roboto Mono", monospace Defines the font used. To change to a custom font you will also have to import that font from whatever source is available
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].