Comet-land
Blog and Resume template with turborepo
νκ΅μ΄ λ¬Έμλ λ€μ λ§ν¬μμ νμΈνμ€ μ μμ΅λλ€.
- π Code highlight with line-highlight, line-numbers
- π¨ Design with NextUI
- π½ Table of contents
- π© Dark mode
- β¨οΈ Search with KBar
- π¨ Configurable
- π Utterances Comment
- π Google Analytics
- π₯ Hotjar
- π Lighthouse score
Resume Feature
- π¨ Design with NextUI
- π© Dark mode
- β¨οΈ Contact with KBar
- π¨ Configurable
- π Google Analytics
- π₯ Hotjar
- π Lighthouse score
How to start
comet-land
has own generate package create-comet-land
npx create-comet-land
# or
yarn create comet-land
Or using Fork or clone this repo
- Install dependencies
yarn
- Start Turbo !
yarn turbo run dev
# or just
yarn dev
- Now you can see blog at
localhost:3000
, resume atlocalhost:3001
How to configuration
Please see packages/core/constants
directory.
and you can reconfigure at that directory's variable
- Analytics directory
- GA ID
- Hotjar ID
- Colors directory
- color schema
- General directory
- author image
- default open-graph image
- favicon
- SocialMedia directory
- github
and please check apps/blog/_config/index.json
and apps/resume/_config/index.json
.
This files are placing each app's configuration variable.
How to use it
please read following link.
How to deploy
deploy with vercel (recommend)
deploy with github pages
How to add more packages
- scope packages
cd where-you-want
yarn add package-name
- global packages
yarn add package-name -W
- global dev packages
yarn add package-name -DW
Trouble shootings
check this wiki please! it might be help
Use Case
- hyesungoh.xyz
- seulheehan.com
- thebong.net
- coderoad.kr
- govindkumar.in
- blog.milansachani.dev
- resume.jadecode.xyz
- jaegwan.kim
Inspired
I inspired below blogs and resume.
License
MIT