Skip to content

GiyeonBang/blog.ubuntu-kr.org

 
 

Repository files navigation

Deploy Website

blog.ubuntu-kr.org

The new Blog of Ubuntu Korea Community. Built with Hugo and vanillaframework.io

License

MIT License (See LICENSE)

새 포스팅 추가하기

Hugo CLI 를 설치하고, 이 명령줄 프로그램으로 새 포스팅을 생성합니다.

아래와 같은 명령으로 새 포스팅을 추가합니다. 명령으로 생성된 새 Markdown 파일을 수정하여 글을 작성합니다. 사진 등 첨부파일을 추가하려면, 글 본문인 담긴 index.md 와 동일한 디렉터리에 넣고 사용합니다.

# 포스팅 추가
hugo new --kind post post/<session-name>/index.md
# 예시: "UbuCon Asia 2021 후기" 라는 제목의 글 추가
hugo new --kind post post/ubucon-asia-2021-review/index.md

게시물에 대한 영문 번역을 추가하려면, index.md 가 있는 디렉터리에 index.en.md 파일을 생성하고, 생성된 파일에 번역된 내용을 작성하면 됩니다.

About

Ubuntu Korea Community Blog

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 77.3%
  • JavaScript 18.7%
  • SCSS 4.0%