You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-6Lines changed: 10 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,9 @@ prepend your search with a supported `!bang` to search somewhere other that goog
27
27
28
28
## themes
29
29
30
-
the default colorscheme is darkmode. to apply nord, set that class on the body tag: `<body class="nord">`
30
+
the default colorscheme is darkmode. to apply nord, set that class on the body tag:
31
+
32
+
`<body class="nord">`
31
33
32
34
## features
33
35
@@ -41,18 +43,20 @@ the default colorscheme is darkmode. to apply nord, set that class on the body t
41
43
42
44
## files
43
45
44
-
* startpage.html - the main project implementation
45
-
* startpage-static.html - the non-javascript version
46
+
*[startpage.html](startpage.html) - the main project implementation
47
+
*[startpage-static.html](startpage-static.html) - a simple non-javascript version
46
48
47
49
## notes
48
50
49
-
[homepage for safari](https://apps.apple.com/gb/app/homepage-for-safari/id6481118559) and [new tab redirect for chrome](https://goo.gl/cew899) are the new tab extensions i've tested. if you plan host the startpage locally, use the `file:///home/x0/dotfiles/startpage.html` address syntax.
51
+
[homepage for safari](https://apps.apple.com/gb/app/homepage-for-safari/id6481118559) and [new tab redirect for chrome](https://goo.gl/cew899) are the new tab extensions i've tested. if you plan host the startpage locally, use the `file:///home/x0/startpage.html` address syntax.
50
52
51
-
the font base64 encoded and embedded into the source is the free/open source [hack](https://github.com/blinksh/patched-fonts/blob/5fb174fb75987e735fda8f0643fd76911f21fa97/Hack%20Nerd%20Font.css) patched from the nerd fonts collection.
53
+
the font, base64 encoded and embedded into the css, is the free/open source [hack](https://github.com/blinksh/patched-fonts/blob/5fb174fb75987e735fda8f0643fd76911f21fa97/Hack%20Nerd%20Font.css) patched from the nerd fonts collection.
52
54
53
55
these are not `{all,}` the bookmarks i actually use. i tried to amass a nice large collection for demo purposes to showcase it's dynamic sizing, and shoutout some friends!
54
56
55
-
since there are no external libs, i used `$` to define my dom manipulation functions and `_` for the link library. if you plan to fork and extend this with either jquery or underscore.js please take note. _but ewww gross._
57
+
since there are no external libs, i used `$` to define my dom manipulation functions and `_` for the link library. if you plan to fork and extend this with either jquery or underscore.js please take note.
0 commit comments