jo-minjun / my-blog

hugo를 이용한 blog
1 stars 0 forks source link

my-blog

개요

배포

블로그 로고 관리

컨텐츠 이미지 관리

컨텐츠 파일 생성

# notes
hugo new content/notes/{filename}.md --kind notes
# doodles
hugo new content/doodles/{filename}.md --kind doodles

# cat {filename-hello}.md
---
title: "Filename hello"
author: ["조민준"]
date: "yyyy-MM-dd'T'HH:mm:ss+09:00"
draft: false
categories: ["..."]
tags: []
ShowToc: true
---

로컬 서버 구동

hugo server