Skip to content

DNDACADEMY/dndacademy.github.io

Repository files navigation

DND 기술블로그

Website Stats Feedback Forks Stars Watchers

게시글 작성방법

  1. _posts 폴더에 *.md 형태의 파일을 작성
  2. 아래의 문구 내용을 해당 md파일 최상위에 적용
---
layout: post
title: "글제목"
author: 작성자이름
categories: [`카테고리`]
tags: [a, b, c]
image: assets/images/**/*.png
sitemap:
  changefreq: daily
  priority: 1.0
---

예시)

---
layout: post
title: "git Large File Storage(LFS)"
author: Gidong
categories: [Github]
tags: [LFS, Large File, git]
image: assets/images/git-large-file-storage/main.png
sitemap:
  changefreq: daily
  priority: 1.0
---
  1. image를 첨부해야 할 경우 assets/images 폴더안에 게시글과 비슷한 이름의 폴더를 만들어서 사용.

예시)

게시글제목 : 2021-06-28-git-large-file-storage.md
이미지경로 : assets/images/git-large-file-storage/
  1. 작성을 완료하면 Pull Requests 올려주시면 감사하겠습니다.

Settings

** ruby 설치 **
gem install bundler
bundle install
bundle exec jekyll serve --watch