mirror of
https://github.com/ckaczor/Blog.git
synced 2026-01-14 01:25:37 -05:00
10 lines
109 B
Markdown
10 lines
109 B
Markdown
---js
|
|
const eleventyNavigation = {
|
|
key: "About",
|
|
order: 3
|
|
};
|
|
---
|
|
# About
|
|
|
|
I am a person that writes stuff.
|