@@ -30,6 +30,15 @@ Feature request? Check the past discussions to see if it has been brought up pre
3030- [ fiqrychoerudin.dev] ( https://www.fiqrychoerudin.dev/ ) - simple portfolio.
3131- [ irvin.dev] ( https://www.irvin.dev/ ) - Irvin Lin's personal site. Added YouTube embedding.
3232- [ the all JavaScript Blog] ( https://the-all-javascript-blog.vercel.app/ ) - a JavaScript enlightenment blog uses this
33+ - [ KirillSo.com] ( https://www.kirillso.com/ ) - Personal blog & website.
34+ - [ DevBoy Blog] ( https://devboy.vercel.app/ ) - M.Reza's personal blog
35+ - [ slightlysharpe.com] ( https://slightlysharpe.com ) - [ Tincre's] ( https://tincre.com ) main company blog
36+ - [ blog.b00st.com] ( https://blog.b00st.com ) - [ b00st.com's] ( https://b00st.com ) main music promotion blog
37+ - [ astrosaurus.me] ( https://astrosaurus.me/ ) - Ephraim Atta-Duncan's Personal Blog
38+ - [ dhanrajsp.me] ( https://dhanrajsp.me/ ) - Dhanraj's personal site and blog.
39+ - [ blog.r00ks.io] ( https://blog.r00ks.io/ ) - Austin Rooks's personal blog ([ source code] ( https://github.com/Austionian/blog.r00ks ) ).
40+ - [ honghong.me] ( https://honghong.me ) - Tszhong's personal website ([ source code] ( https://github.com/tszhong0411/home ) )
41+ - [ alfoncode.com] ( https://alfoncode.com ) - Alfonso García's personar website. Customized design ([ source code] ( https://github.com/alfoncode/personal-web ) )
3342
3443Using the template? Feel free to create a PR and add your blog to this list.
3544
@@ -46,6 +55,7 @@ I wanted it to be nearly as feature-rich as popular blogging templates like [bea
4655- Lightweight, 45kB first load JS, uses Preact in production build
4756- Mobile-friendly view
4857- Light and dark theme
58+ - Self-hosted font with [ Fontsource] ( https://fontsource.org/ )
4959- Supports [ plausible] ( https://plausible.io/ ) , [ simple analytics] ( https://simpleanalytics.com/ ) and google analytics
5060- [ MDX - write JSX in markdown documents!] ( https://mdxjs.com/ )
5161- Server-side syntax highlighting with line numbers and line highlighting via [ rehype-prism-plus] ( https://github.com/timlrx/rehype-prism-plus )
@@ -88,11 +98,13 @@ npx degit timlrx/tailwind-nextjs-starter-blog#typescript
8898```
8999
901002 . Personalize ` siteMetadata.js ` (site related information)
91- 3 . Personalize ` authors/default.md ` (main author)
92- 4 . Modify ` projectsData.js `
93- 5 . Modify ` headerNavLinks.js ` to customize navigation links
94- 6 . Add blog posts
95- 7 . Deploy on Vercel
101+ 3 . Modify the content security policy in ` next.config.js ` if you want to use
102+ any analytics provider or a commenting solution other than giscus.
103+ 4 . Personalize ` authors/default.md ` (main author)
104+ 5 . Modify ` projectsData.js `
105+ 6 . Modify ` headerNavLinks.js ` to customize navigation links
106+ 7 . Add blog posts
107+ 8 . Deploy on Vercel
96108
97109## Installation
98110
0 commit comments