diff options
author | Runxi Yu <me@runxiyu.org> | 2025-01-03 18:50:14 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-01-03 18:50:14 +0800 |
commit | 0a88cff0eb41a9580839e6a70af8f00871cf9a5b (patch) | |
tree | a4359d55d86bbe451f5252cf9cac89ce85d91d0e | |
parent | Delete all build stuff (diff) | |
download | e2-spec-0a88cff0eb41a9580839e6a70af8f00871cf9a5b.tar.gz e2-spec-0a88cff0eb41a9580839e6a70af8f00871cf9a5b.tar.zst e2-spec-0a88cff0eb41a9580839e6a70af8f00871cf9a5b.zip |
Behave well with Hugo
-rw-r--r-- | _index.md | 5 | ||||
-rw-r--r-- | language_description.md | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/_index.md b/_index.md new file mode 100644 index 0000000..77b7f76 --- /dev/null +++ b/_index.md @@ -0,0 +1,5 @@ +--- +title: The e² Language Specification +--- + +Okay… we don't exactly have a specification yet. But there's a basic [language description](language_description) for now. diff --git a/language_description.md b/language_description.md index 147db22..63041d5 100644 --- a/language_description.md +++ b/language_description.md @@ -1,5 +1,5 @@ --- -title: e² language description +title: The e² Language Description author: Test_User and Runxi Yu --- |