Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
kdkdhoho committed Nov 27, 2023
1 parent 98b1762 commit 45ecf01
Show file tree
Hide file tree
Showing 17 changed files with 38 additions and 545 deletions.
27 changes: 0 additions & 27 deletions .github/workflows/ci.yml

This file was deleted.

29 changes: 29 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: Deploy

on: # 어떤 작업이 수행될 때 deploy.yml 작업이 수행된다. (트리거)
push: # push 작업이 수행될 때
branches: # 특정 브랜치를 대상으로
- main

permissions: # github action이 수행되는 환경에서 특정 권한을 준다
contents: write

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 20.3.1

- name: Install node packages
run: yarn

- name: Build
run: yarn build

- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: public
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.idea

# Logs
logs
*.log
Expand Down
23 changes: 7 additions & 16 deletions blog-config.js
Original file line number Diff line number Diff line change
@@ -1,23 +1,14 @@
module.exports = {
title: "hoodie",
description: "Hello :) I'm Hudi who developed gatsby-starter-hoodie theme.",
author: "Hudi",
siteUrl: "https://devhudi.github.io/gatsby-starter-hoodie/",
title: "kdkdhoho",
description: "log4dh",
author: "kdkdhoho",
siteUrl: "https://kdkdhoho.github.io/",
links: {
github: "https://github.com/devHudi",
linkedIn: "https://linkedin.com",
facebook: "https://www.facebook.com",
twitter: "https://twitter.com",
x: "https://x.com",
instagram: "https://www.instagram.com",
medium: "https://medium.com",
blogger: "https://blogger.com",
email: "mailto:[email protected]",
resume: "https://hudi.blog",
link: "https://hudi.blog",
github: "https://github.com/kdkdhoho",
linkedIn: "https://velog.io/@donghokim1998",
},
utterances: {
repo: "devHudi/gatsby-starter-hoodie",
repo: "kdkdhoho/kdkdhoho.github.io",
type: "pathname",
},
}
32 changes: 0 additions & 32 deletions contents/posts/about-hoodie-kr/index.md

This file was deleted.

32 changes: 0 additions & 32 deletions contents/posts/about-hoodie/index.md

This file was deleted.

28 changes: 0 additions & 28 deletions contents/posts/other-tips-kr/index.md

This file was deleted.

28 changes: 0 additions & 28 deletions contents/posts/other-tips/index.md

This file was deleted.

137 changes: 0 additions & 137 deletions contents/posts/quick-start-kr/index.md

This file was deleted.

Loading

0 comments on commit 45ecf01

Please sign in to comment.