Skip to content

Commit 32bae58

Browse files
authored
Merge pull request #43 from thedevdavid/image-tutorial-readme
added avatar image tutorial video to README
2 parents 6427854 + 2704b63 commit 32bae58

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ If you love this template and/or use it, please give it a star on GitHub. This w
2323
- [Customization](#customization)
2424
- [Fonts](#fonts)
2525
- [Colors](#colors)
26+
- [Signature](#signature)
27+
- [Images](#images)
28+
- [Homepage Avatar](#homepage-avatar)
2629
- [Metadata](#metadata)
2730
- [Navigation](#navigation)
2831
- [Social links](#social-links)
@@ -119,6 +122,10 @@ There's a signature component to use in the footer. You can edit the signature o
119122

120123
Images and other media files are located in `public/` directory. You can use them in your content by using the `/<filename>.<ext>` path.
121124

125+
#### Homepage Avatar
126+
127+
Here's a quick tutorial on how to make a similar avatar in Figma in under 2 minutes. [https://youtu.be/Ny-VaEEhJKM](https://youtu.be/Ny-VaEEhJKM)
128+
122129
### Metadata
123130

124131
You can change the metadata and author details in `utils/metadata.ts`. This will be used around the site for titles, social links, social handles, SEO, etc.
@@ -129,7 +136,7 @@ You can edit navigation links in `lib/navigation-links.ts`.
129136

130137
#### Social links
131138

132-
You can edit social links in `lib/social-data.ts`. You can also add new social links by adding them to the file. Using the platform name as the key and the URL as the value. The `SocialButton` component will automatically add the icon for the platform if it's supported in [simple-icons](https://simpleicons.org/).
139+
You can edit social links in `lib/social-data.ts`. You can also add new social links by adding them to the file and using the platform name as the key and the URL as the value. The `SocialButton` component will automatically add the icon for the platform if it's supported in [simple-icons](https://simpleicons.org/).
133140

134141
### Analytics
135142

0 commit comments

Comments
 (0)