This commit is contained in:
Tomoya(obsidian) 2023-08-09 13:36:45 +09:00
parent 4fbd984a3e
commit a8952a4ddb
5 changed files with 43 additions and 3 deletions

22
content/.obsidian/graph.json vendored Normal file
View File

@ -0,0 +1,22 @@
{
"collapse-filter": true,
"search": "",
"showTags": false,
"showAttachments": false,
"hideUnresolved": false,
"showOrphans": true,
"collapse-color-groups": true,
"colorGroups": [],
"collapse-display": true,
"showArrow": false,
"textFadeMultiplier": 0,
"nodeSizeMultiplier": 1,
"lineSizeMultiplier": 1,
"collapse-forces": true,
"centerStrength": 0.518713248970312,
"repelStrength": 10,
"linkStrength": 1,
"linkDistance": 250,
"scale": 1,
"close": true
}

14
content/notes/Hugo.md Normal file
View File

@ -0,0 +1,14 @@
---
tags:
- tools
---
MarkdownのコンテンツをWebサイトにするStatic Site Generator
https://gohugo.io/
### 個人的に好きなところ
- Goで書かれてるのでビルドがそこそこ速い
- ファイルベースでの多言語対応がやりやすい
- 画像のサムネイル生成とかがテンプレートでできるのが楽

View File

@ -11,7 +11,7 @@ tags:
https://github.com/jackyzha0/quartz
[[Obsidian]]のものをなるべくそのままHugoで使えるようにしている
[[Obsidian]]のものをなるべくそのまま[[Hugo]]で使えるようにしている
## いいところ
@ -21,5 +21,5 @@ https://github.com/jackyzha0/quartz
## 難点
- インラインでハッシュタグが使えない(フロントマッターにタグを指定するしかない)
- 文中でハッシュタグが使えない(フロントマッターにタグを指定するしかない)
- 手元でサーバー立ててプレビューするのがちょっと辛いhugo-obsidianコマンドが手元で使える必要があるので、GoをインストールかDockerイメージを利用する感じになる

View File

@ -22,7 +22,7 @@ tags:
## 階層分けについて
なるべくしない方針。どうしても階層構造が必要ならタグをスラッシュ
なるべくしない方針。どうしても階層構造が必要ならタグをスラッシュ区切りにするとかで解決するのがいい気がする。

View File

@ -22,6 +22,10 @@ description:
page_title:
"Matsuura Tomoya Research Note"
links:
- link_name: Home
link: https://matsuuratomoya.com
- link_name: Mastodon
link: https://social.matsuuratomoya.com/@tomoya
- link_name: Twitter
link: https://twitter.com/tomoya_nonymous
- link_name: GitHub