-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
25 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
+++ | ||
title = "はひふへほんだわら" | ||
title = "さよならheml" | ||
author = ["Yoshihide Chubachi"] | ||
description = "これはこの記事の説明です。" | ||
date = 2021-10-16 | ||
categories = ["category1"] | ||
categories = ["Blog"] | ||
draft = false | ||
+++ | ||
|
||
## まみむめもレベル2 {#まみむめもレベル2} | ||
## さよならheml {#さよならheml} | ||
|
||
まみむめも | ||
hemlが最先端ではなくなっていた。 | ||
|
||
|
||
## やゆよ {#やゆよ} | ||
## のりかえ {#のりかえ} | ||
|
||
やゆよ | ||
のりかえてみた |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,30 @@ | ||
+++ | ||
title = "そこにずいぶんあいうえお" | ||
title = "ox-hugoでブログを書く" | ||
author = ["Yoshihide Chubachi"] | ||
description = "これはこの記事の説明です。" | ||
date = 2021-10-16 | ||
tags = ["tag1", "tag2"] | ||
categories = ["研究"] | ||
tags = ["Blog", "tag2"] | ||
categories = ["Blog"] | ||
draft = false | ||
+++ | ||
|
||
## かきくけこレベル2 {#かきくけこレベル2} | ||
最近、Emacsを見直し、org-modeにもどった。 | ||
Evernote、Notionなど渡り歩いたが、やはりエディタはEmacs。 | ||
Emacsといえばorg-mode。 | ||
最近、Emacsを見直し、org-modeにもどった。 | ||
Evernote、Notionなど渡り歩いたが、やはりエディタはEmacs。 | ||
Emacsといえばorg-mode。 | ||
|
||
かきくけこ | ||
|
||
## org-modeで書くブログ {#org-modeで書くブログ} | ||
|
||
## さしすせそレベル2 {#さしすせそレベル2} | ||
最近、Emacsを見直し、org-modeにもどった。 | ||
Evernote、Notionなど渡り歩いたが、やはりエディタはEmacs。 | ||
Emacsといえばorg-mode。 | ||
|
||
さしすせそ | ||
|
||
## Hugoについて {#hugoについて} | ||
|
||
以前、Jekyllを触ってみた。 | ||
1つのポストで1つファイルを作らなくてはならない。 | ||
ファイル名には日付。 |