.gitbucket First commit. 6 years ago
_posts Add web contents. 6 years ago
.gitattributes First commit. 6 years ago
.gitignore Add web contents. 6 years ago
README.md Add files. 5 years ago
_index.md_ Add files. 5 years ago
config.toml Add files. 5 years ago
README.md

hugoの使い方

サイトを作るには

必要なフォルダーやファイル一式が指定したフォルダー(HugoSample)下に生成される

$ hugo new site HugoSample

記事の追加

$ hugo new posts/my-first-post.md

プレビュー

プレビューする場合は

$ hugo server

を実行しhttp://localhost:1313/にアクセスする

ドラフトも表示させるには

$ hugo server -D

テーマを変更するには

$ hugo server -t THEMENAME

公開用のファイル生成

公開用のファイルを生成するには

$ hugo

古いファイルの削除

$ hugo --cleanDestinationDir