sa82trip / blog-comments

0 stars 0 forks source link

post/begin-blogging-with-org-mode-plus-hugo/ #4

Open utterances-bot opened 2 years ago

utterances-bot commented 2 years ago

begin blogging with org mode + hugo | DP's place

instruction from official document Install Hugo brew install hugo # or port install hugo brew로 설치했음 설치결과 확인 hugo version hugo v0.84.0-DEV+extended darwin/amd64 BuildDate=unknown 새로운 사이트 만들기 hugo new site myblog # result ❯ tree . ├── archetypes │ └── default.md ├── config.toml ├── content ├── data ├── layouts ├── static └── themes 테마를 추가하기 See themes.gohugo.io for a list of themes to consider.

https://sa82trip.github.io/post/begin-blogging-with-org-mode-plus-hugo/

sa82trip commented 2 years ago

hugo -D -> build drafts files too hugo -F -> build future files only