fix post
This commit is contained in:
		@@ -6,7 +6,7 @@ tags: ["blog", "rust", "mcp", "atp"]
 | 
				
			|||||||
language: ["ja", "en"]
 | 
					language: ["ja", "en"]
 | 
				
			||||||
---
 | 
					---
 | 
				
			||||||
 | 
					
 | 
				
			||||||
rustで静的サイトジェネレータを作りました。。[ailog](https://git.syui.ai/ai/log)といいます。`hugo`からの移行になります。
 | 
					rustで静的サイトジェネレータを作りました。[ailog](https://git.syui.ai/ai/log)といいます。`hugo`からの移行になります。
 | 
				
			||||||
 | 
					
 | 
				
			||||||
`ailog`は、最初にatproto-comment-system(oauth)とask-AIという機能をつけました。
 | 
					`ailog`は、最初にatproto-comment-system(oauth)とask-AIという機能をつけました。
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -17,7 +17,7 @@ $ git clone https://git.syui.ai/ai/log
 | 
				
			|||||||
$ cd log
 | 
					$ cd log
 | 
				
			||||||
$ cargo build
 | 
					$ cargo build
 | 
				
			||||||
$ ./target/debug/ailog init my-blog
 | 
					$ ./target/debug/ailog init my-blog
 | 
				
			||||||
$ ./target/debug/ailog server my-blog
 | 
					$ ./target/debug/ailog serve my-blog
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## install
 | 
					## install
 | 
				
			||||||
@@ -30,7 +30,7 @@ $ export RUSTUP_HOME="$HOME/.rustup"
 | 
				
			|||||||
$ export PATH="$HOME/.cargo/bin:$PATH"
 | 
					$ export PATH="$HOME/.cargo/bin:$PATH"
 | 
				
			||||||
---
 | 
					---
 | 
				
			||||||
$ which ailog
 | 
					$ which ailog
 | 
				
			||||||
$ ailog
 | 
					$ ailog -h
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## build deploy
 | 
					## build deploy
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -6,10 +6,10 @@ tags: ["blog", "cloudflare", "github"]
 | 
				
			|||||||
draft: false
 | 
					draft: false
 | 
				
			||||||
---
 | 
					---
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ブログを移行しました。
 | 
					ブログを移行しました。過去のブログは[syui.github.io](https://syui.github.io)にありあます。
 | 
				
			||||||
 | 
					
 | 
				
			||||||
1. `gh-pages`から`cf-pages`への移行になります。
 | 
					1. `gh-pages`から`cf-pages`への移行になります。
 | 
				
			||||||
2. `hugo`からの移行で、自作の`ailog`でbuildしています。
 | 
					2. 自作の`ailog`でbuildしています。
 | 
				
			||||||
3. 特徴としては、`atproto`, `AI`との連携です。
 | 
					3. 特徴としては、`atproto`, `AI`との連携です。
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```yml:.github/workflows/cloudflare-pages.yml 
 | 
					```yml:.github/workflows/cloudflare-pages.yml 
 | 
				
			||||||
@@ -60,3 +60,7 @@ jobs:
 | 
				
			|||||||
          wranglerVersion: '3'
 | 
					          wranglerVersion: '3'
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					## url
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					- [https://syui.pages.dev](https://syui.pages.dev)
 | 
				
			||||||
 | 
					- [https://syui.github.io](https://syui.github.io)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user