Skip to content

Instantly share code, notes, and snippets.

@katogiso
Created August 29, 2016 14:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save katogiso/0f2c513a5b490e46bc84f939926ea41f to your computer and use it in GitHub Desktop.
Save katogiso/0f2c513a5b490e46bc84f939926ea41f to your computer and use it in GitHub Desktop.

+++ date = "2016-08-28T14:28:49+09:00" draft = false title = "hugo new something_contens.md"

+++

hugo new something_contens.md

 
$ hugo new chartjs/base.md

$ tree -F -I themes --dirsfirst

.
├── archetypes/
├── content/
│   └── chartjs/
│       └── base.md
├── data/
├── layouts/
├── static/
└── config.toml

hugo new でコンテンツを作ると、 content/ ディレクトリ以下に作成される。 ちょっと Markdown で記事を書いてみる。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment