upstream #1

Merged
jblu merged 1007 commits from upstream into main 2024-11-04 22:35:57 -06:00
Showing only changes of commit a921afcf4a - Show all commits

View File

@ -82,8 +82,8 @@ I wanted it to be nearly as feature-rich as popular blogging templates like [bea
3. Modify the content security policy in `next.config.js` if you want to use 3. Modify the content security policy in `next.config.js` if you want to use
any analytics provider or a commenting solution other than giscus. any analytics provider or a commenting solution other than giscus.
4. Personalize `authors/default.md` (main author) 4. Personalize `authors/default.md` (main author)
5. Modify `projectsData.js` 5. Modify `projectsData.ts`
6. Modify `headerNavLinks.js` to customize navigation links 6. Modify `headerNavLinks.ts` to customize navigation links
7. Add blog posts 7. Add blog posts
8. Deploy on Vercel 8. Deploy on Vercel