Skip to content

chizuchizu/chizu_blog_hugo

Repository files navigation

CI

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

hugo new blog/post.md

ライブビュー編集モード

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

公開用圧縮変換モード

hugo --minify --gc

TIPS

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

---
title: "name"
author: "chizuchizu"
date: 2021-01-01
tags: ["blog"]
---


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

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

パス設定は気をつけて。

画像保管庫

webpに変換するツール https://lab.syncer.jp/Tool/Webp-Converter/

https://github.com/Chizuchizu/chizu_blog_hugo/upload/master/static/img/main

About

チズチズのブログです。

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published