commit 07eae6de8ed96aad55478c356ac97d32339e1cc3 Author: moris Date: Tue Dec 17 22:19:03 2024 +0900 add samples diff --git a/Codes/hello.html b/Codes/hello.html new file mode 100644 index 0000000..b6fc4c6 --- /dev/null +++ b/Codes/hello.html @@ -0,0 +1 @@ +hello \ No newline at end of file diff --git a/Posts/sample.md b/Posts/sample.md new file mode 100644 index 0000000..083ae58 --- /dev/null +++ b/Posts/sample.md @@ -0,0 +1,159 @@ +--- +title: Sample Post +description: +thumbnail: +emoji: ✍️ +date: 2024-12-17 +category: +tags: [tag] +index: false +published: true +--- + + +# Header1 +h1はタイトルに使用するため、本文での使用は非推奨です。 + +## Header2 +### Header3 +#### Haeder4 + +## Looooooooooooooong headeeeeeeeeeeeeeer +loooongなヘッダーは目次で省略されます + + +### text sample +あのイーハトーヴォのすきとおった風、夏でも底に冷たさをもつ青いそら、うつくしい森で飾られたモリーオ市、郊外のぎらぎらひかる草の波。 + +ABCDEFGHIJKLMNOPQRSTUVWXYZ +abcdefghijklmnopqrstuvwxyz +-123456789.0 + +❤️⭐️👍😀👀🌵 + +--- + +### effect +**Bold** +*Italic* +~~strike through~~ +`inline code` +[hyperlink](https://mi.moris.day/@moris) + +--- + +### Quotes +> **2922億7702万6596年問題** +> 64ビット符号つきUNIXシステムの上限は292277026596年12月4日15時30分7秒まで。ただし、2013年時点では宇宙の年齢は137億年程度と考えられている。\ +> https://ja.wikipedia.org/w/index.php?title=年問題&oldid=85988153 + +--- + +### List +- iPod +- iPhone +- iPad +- Macintosh + - Macbook + - Macbook Air + - Macbook Pro + - iMac + - Mac mini +- AirPods + +1. 砂糖 +1. 塩 +1. 酢 +1. 醤油 +1. ソース + +--- + +### Checkbox +- [ ] タスク1 +- [x] タスク2 + +--- + +### Syntax highlight +```c +#include + +main( ) +{ + printf("hello, world\n"); +} +``` + +--- + +### Details + +
+ hidden text +この部分は非表示にすることができます。 + +```html +
+ ここに説明 +ここに文章 +
+``` +
+ +--- + +### Table + +| Left align | Right align | Center align | +|:----------:|:-----------:|:------------:| +| This | This | This | +| column | column | column | +| will | will | will | +| be | be | be | +| left | right | center | +| aligned | aligned | aligned | + +--- + +### 注釈 +hello[^1] + +[^1]: world! + +--- + +### image + +![Rickroll](https://upload.wikimedia.org/wikipedia/commons/thumb/3/3f/Totally_not_a_Rickroll_QR_code.png/640px-tTotally_not_a_Rickroll_QR_code.png) + +--- +### iframe + +#### Youtube + + +#### Misskey + + + +--- + +### Code frame + + + +--- + +### Tex +二次方程式の解の公式 +$$ +x = \frac{-b\pm \sqrt{b^2-4ac}}{2a} +$$ + +$Na_2CO_3$の熱分解 +$$ +2 NaHCO_3 \to Na_2CO_3 + H_2O + CO_2 +$$ + +--- \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..3da0e98 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +### front matter template +``` +--- +title: +description: +thumbnail: +emoji: +date: +category: +tags: [] +index: true +published: false +--- +``` \ No newline at end of file