From a8952a4ddbb9c933bd6deb3555e9fe384ec59f14 Mon Sep 17 00:00:00 2001 From: "Tomoya(obsidian)" Date: Wed, 9 Aug 2023 13:36:45 +0900 Subject: [PATCH] update --- content/.obsidian/graph.json | 22 ++++++++++++++++++++++ content/notes/Hugo.md | 14 ++++++++++++++ content/notes/Quartz.md | 4 ++-- content/notes/この研究ノートについて.md | 2 +- data/config.yaml | 4 ++++ 5 files changed, 43 insertions(+), 3 deletions(-) create mode 100644 content/.obsidian/graph.json create mode 100644 content/notes/Hugo.md diff --git a/content/.obsidian/graph.json b/content/.obsidian/graph.json new file mode 100644 index 00000000..42a46eca --- /dev/null +++ b/content/.obsidian/graph.json @@ -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 +} \ No newline at end of file diff --git a/content/notes/Hugo.md b/content/notes/Hugo.md new file mode 100644 index 00000000..51623d34 --- /dev/null +++ b/content/notes/Hugo.md @@ -0,0 +1,14 @@ +--- +tags: +- tools +--- + +MarkdownのコンテンツをWebサイトにするStatic Site Generator + +https://gohugo.io/ + +### 個人的に好きなところ + +- Goで書かれてるのでビルドがそこそこ速い +- ファイルベースでの多言語対応がやりやすい +- 画像のサムネイル生成とかがテンプレートでできるのが楽 \ No newline at end of file diff --git a/content/notes/Quartz.md b/content/notes/Quartz.md index 20e8d2c9..44b6f4cf 100644 --- a/content/notes/Quartz.md +++ b/content/notes/Quartz.md @@ -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イメージを利用する感じになる) \ No newline at end of file diff --git a/content/notes/この研究ノートについて.md b/content/notes/この研究ノートについて.md index 41303fc0..68ac508c 100644 --- a/content/notes/この研究ノートについて.md +++ b/content/notes/この研究ノートについて.md @@ -22,7 +22,7 @@ tags: ## 階層分けについて -なるべくしない方針。どうしても階層構造が必要ならタグをスラッシュ釘 +なるべくしない方針。どうしても階層構造が必要ならタグをスラッシュ区切りにするとかで解決するのがいい気がする。 diff --git a/data/config.yaml b/data/config.yaml index 671489cb..ef72c82e 100644 --- a/data/config.yaml +++ b/data/config.yaml @@ -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