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
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# whybhav.in
1
+
# [whybhav.in](https://whybhav.in/)
2
2
3
3
hi, this is the repo of my website.
4
4
@@ -14,7 +14,7 @@ as someone with multiple years of experience in various frontend js frameworks,
14
14
15
15
## local setup
16
16
17
-
to to run this locally:
17
+
to run this locally:
18
18
19
19
```bash
20
20
# clone the repo
@@ -32,7 +32,7 @@ bundle exec jekyll serve
32
32
33
33
## photo processing
34
34
35
-
i hate the idea of having to create different versions of the same photo for optimization, so i wrote a dainty shell script that you can run. it creates a low-res version of any new images you add to `/assets/images/photos/fullsize` and also automatically populates the necessary markdown files
35
+
i hate the idea of having to manually create different versions of the same photo for optimization, so i wrote a dainty shell script that you can run. it creates a low-res version of any new images you add to `/assets/images/photos/fullsize` and also automatically populates the necessary markdown files
36
36
37
37
```bash
38
38
chmod +x process_photos.sh
@@ -47,4 +47,4 @@ MIT licensed - see the LICENSE file for details.
47
47
48
48
## credits
49
49
50
-
special thanks to github.com/adryd325/oneko.js for making a handy js script for having a cat follow your cursor around, which is objectively the best feature of this website.
50
+
special thanks to [adryd325](https://github.com/adryd325/oneko.js) for making a handy js script for having a cat follow your cursor around, which is objectively the best feature of this website.
0 commit comments