https://github.com/hyesungoh/comet-land
Blog and Resume template :comet:
https://github.com/hyesungoh/comet-land
blog-theme comet-land kbar nextjs nextui turborepo
Last synced: 15 days ago
JSON representation
Blog and Resume template :comet:
- Host: GitHub
- URL: https://github.com/hyesungoh/comet-land
- Owner: hyesungoh
- License: mit
- Created: 2022-03-12T17:05:29.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-31T12:11:51.000Z (8 months ago)
- Last Synced: 2025-04-06T04:13:12.116Z (16 days ago)
- Topics: blog-theme, comet-land, kbar, nextjs, nextui, turborepo
- Language: TypeScript
- Homepage: https://comet-land-blog.vercel.app
- Size: 1.98 MB
- Stars: 187
- Watchers: 4
- Forks: 33
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- awesome-nextui - resume-template - Blog and Resume template ☄️ (Boilerplates / Templates)
README
# Comet-land
[](https://github.com/hyesungoh/comet-land/actions/workflows/codeql.yml) [](https://github.com/hyesungoh/comet-land/actions/workflows/CI.yml) [](https://codecov.io/gh/hyesungoh/comet-land) [](https://dashboard.cypress.io/projects/yiddyz/runs) [](https://dashboard.cypress.io/projects/inc4yo/runs)
Blog and Resume template with turborepo
한국어 문서는 [다음 링크](https://github.com/hyesungoh/hyesungoh-land/tree/main/_docs/ko-readme.md)에서 확인하실 수 있습니다.

[`BLOG DEMO ☄️`](https://comet-land-blog.vercel.app/)

[`RESUME DEMO 💫`](https://comet-land-resume.vercel.app/)

- 👔 Code highlight with line-highlight, line-numbers
- 🎨 Design with [NextUI](https://nextui.org/)
- 🍽 Table of contents
- 🎩 Dark mode
- ⌨️ Search with [KBar](https://kbar.vercel.app/)
- 🔨 Configurable
- 🔊 [Utterances](https://utteranc.es/) Comment
- 🔭 Google Analytics
- 🔥 Hotjar
- 🏄 Lighthouse score
## Resume Feature
- 🎨 Design with [NextUI](https://nextui.org/)
- 🎩 Dark mode
- ⌨️ Contact with [KBar](https://kbar.vercel.app/)
- 🔨 Configurable
- 🔭 Google Analytics
- 🔥 Hotjar
- 🏄 Lighthouse score
## How to start
`comet-land` has own generate package [`create-comet-land`](https://github.com/hyesungoh/create-comet-land)
```bash
npx create-comet-land
# or
yarn create comet-land
```> Or using Fork or clone this repo
1. Install dependencies
```bash
yarn
```2. Start Turbo !
```bash
yarn turbo run dev
# or just
yarn dev
```4. Now you can see blog at `localhost:3000`, resume at `localhost: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
- githuband 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 add blog post](https://github.com/hyesungoh/hyesungoh-land/tree/main/_docs/en-blog.md)
- [how to custom resume](https://github.com/hyesungoh/hyesungoh-land/tree/main/_docs/en-resume.md)## How to deploy
#### [deploy with vercel (recommend)](https://github.com/hyesungoh/hyesungoh-land/tree/main/_docs/en-deploy-vercel.md)
#### [deploy with github pages](https://github.com/hyesungoh/hyesungoh-land/tree/main/_docs/en-deploy-github-pages.md)
## How to add more packages
- scope packages
```bash
cd where-you-want
yarn add package-name
```- global packages
```bash
yarn add package-name -W
```- global dev packages
```bash
yarn add package-name -DW
```## Trouble shootings
check [this wiki](https://github.com/hyesungoh/comet-land/wiki/Trouble-Shooting) please! it might be help
## Use Case
- [hyesungoh.xyz](https://www.hyesungoh.xyz/)
- [seulheehan.com](https://www.seulheehan.com/)
- [thebong.net](https://thebong.net/)
- [coderoad.kr](https://blog.coderoad.kr)
- [govindkumar.in](https://www.govindkumar.in/)
- [blog.milansachani.dev](https://blog.milansachani.dev/)
- [resume.jadecode.xyz](https://resume.jadecode.xyz/)
- [jaegwan.kim](https://jaegwan.kim/)
- [min71.dev](https://resume.min71.dev)## Inspired
I inspired below blogs and resume.
- [Overreacted](https://overreacted.io/)
- [Yceffort](https://yceffort.kr/)
- [gatsby-starter-bee](https://gatsby-starter-bee.netlify.app/)
- [vallista-land](https://vallista.kr/)
- [hyunseob.github.io/resume](https://hyunseob.github.io/resume/)## License
MIT