refactor(blog): move content gen code to its own package
This commit is contained in:
parent
c9c8cd35c1
commit
5ab6b93fa3
66 changed files with 460 additions and 380 deletions
23
packages/blog-content/markdown/unsearchable/about.md
Normal file
23
packages/blog-content/markdown/unsearchable/about.md
Normal file
|
@ -0,0 +1,23 @@
|
|||
---
|
||||
title: About
|
||||
---
|
||||
|
||||
## Who am I?
|
||||
|
||||
Name: Jimin Kim<br />
|
||||
Location: South Korea<br />
|
||||
Year of Birth: 2002
|
||||
|
||||
## Links
|
||||
|
||||
- [Github](https://github.com/developomp)
|
||||
- [Goals](/goals)
|
||||
|
||||
## Contact
|
||||
|
||||
I may not be able to reply if contacted by any other methods other than what's listed below.
|
||||
|
||||
| Platform | ID | Response time |
|
||||
| -------------------------------: | :----------------------------------: | :------------ |
|
||||
| [Discord](https://discord.com) | developomp#0001 (501277805540147220) | Immediate |
|
||||
| [Gmail](https://mail.google.com) | developomp@gmail.com | 2~4 days |
|
Loading…
Add table
Add a link
Reference in a new issue