Skip to content

Commit b474aaf

Browse files
committed
docs(README): πŸ”₯πŸ”₯πŸ”₯
1 parent 5d95122 commit b474aaf

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ prepend your search with a supported `!bang` to search somewhere other that goog
2727

2828
## themes
2929

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">`
3133

3234
## features
3335

@@ -41,18 +43,20 @@ the default colorscheme is darkmode. to apply nord, set that class on the body t
4143

4244
## files
4345

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
4648

4749
## notes
4850

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.
5052

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.
5254

5355
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!
5456

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.
58+
59+
_but ewww gross._
5660

5761
## license
5862

0 commit comments

Comments
Β (0)