feat: implement pages
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
[
|
||||
{
|
||||
"type": "dir",
|
||||
"name": "contents",
|
||||
"label": "blog"
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
title: Use Gravatar in First-party Systems
|
||||
---
|
||||
|
||||
Insert a `<img src="https://gravatar.com/avatar/$SHA256(email)/?d=identicon">`.
|
||||
@@ -0,0 +1,7 @@
|
||||
---
|
||||
title: Blog
|
||||
---
|
||||
|
||||
# Blog
|
||||
|
||||
Welcome to blog of OnixByte, we will share developing experiences here.
|
||||
Reference in New Issue
Block a user