Skip to content

yayoimizuha/chizu_blog_hugo

 
 

Repository files navigation

CI

記事テンプレート生成コマンド

hugo new blog/post.md

ライブビュー編集モード

hugo server -w --noHTTPCache --disableFastRender -v
# http:https://localhost:1313 にアクセス

公開用圧縮変換モード

hugo --minify --gc

TIPS

---
title: "Aa"
author: "chizuchizu"
date: 2020-05-26T02:42:38+09:00
draft: false
description: "概要"
categories: ["aaa"]
tags: ["未指定"]
---

内の'draft'を'true'に変更すると公開設定になります。

![](/img/main/*.png)

パス設定は気をつけて。

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 38.9%
  • JavaScript 30.8%
  • HTML 15.9%
  • SCSS 13.6%
  • Python 0.8%