• Stars
    star
    518
  • Rank 85,414 (Top 2 %)
  • Language
    HTML
  • License
    MIT License
  • Created almost 7 years ago
  • Updated 5 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Custom homepage for use locally in browser

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

More Repositories

1

HomeTerm

A "functioning" terminal as your browsers homepage!
JavaScript
148
star
2

laserwave

A retro outrun / cyberpunk inspired VS Code theme
139
star
3

StartOS

A startpage based on the operating systems of the 90s
JavaScript
48
star
4

phoenix-padding

Simple phoenix setup for padded window management
JavaScript
13
star
5

startpage

Mobile first startpage
JavaScript
12
star
6

greenery

Repo for the "Greenery" VSCode theme
JavaScript
8
star
7

VSThemeGenerator

Theme Generator for VS Code
JavaScript
8
star
8

Overstats

Overwatch match-by-match statistics tracker
CSS
7
star
9

kana-trainer

Minimal mobile-first study site for hiragana & katakana
JavaScript
3
star
10

radient

Quick and easy editor for radial gradient combos
JavaScript
3
star
11

Marky

A simplified, single file markdown to HTML parser
JavaScript
3
star
12

danggoodcode.com

My personal website
JavaScript
3
star
13

PtH

pass the hash - python
Python
2
star
14

SpaceIdle

JavaScript
2
star
15

CheaterCheater-ios

Swift
2
star
16

cheatercheater

Java
2
star
17

hooks-intro

A slidedeck made for a workshop teaching a quick intro to react hooks
JavaScript
2
star
18

remark-outer-toc

Generate a TOC from markdown and spit it back out
JavaScript
2
star
19

Jaredk3nt.github.io

Personal Website
HTML
2
star
20

personal-site

My updated personal website
Vue
2
star
21

enums

Functional enum implementation based on @rbuckton's enum proposal
JavaScript
2
star
22

vscode-theme-builder

Build VS Code themes in a friendly UI
JavaScript
1
star
23

tetherApi

RESTful api for Tether webapp
JavaScript
1
star
24

Kent

My own personal CSS framework
CSS
1
star
25

Tests

Tests for in-class assignments
Java
1
star
26

luden

Very dark VS Code theme with clean high contrast colors
1
star
27

playlisterizer

Site using the Spotify API to analayze and classify playlists for better curation
JavaScript
1
star
28

critterpedia

Mobile first critterpedia+ for ACNH
JavaScript
1
star
29

marknote

Website designed for mobile that allows you to take notes in markdown
JavaScript
1
star