diff --git a/meta/.overrides/about.zip/.meta b/meta/.overrides/about.zip/.meta deleted file mode 100644 index ed4159d..0000000 --- a/meta/.overrides/about.zip/.meta +++ /dev/null @@ -1,9 +0,0 @@ -{ - "Path": "about.zip", - "Name": "about.zip", - "Size": -1, - "MimeType": "application/zip", - "ModTime": "2021-11-29T22:08:25.082Z", - "IsDir": false, - "ID": "14F-QFbXLWuXm3ScC1nr4iEnRcwBLMBFLQfDWmDeLcKM" -} diff --git a/meta/.overrides/about.zip/about.html b/meta/.overrides/about.zip/about.html deleted file mode 100644 index b1f8688..0000000 --- a/meta/.overrides/about.zip/about.html +++ /dev/null @@ -1 +0,0 @@ -
Welcome :)
\ No newline at end of file diff --git a/meta/.overrides/about/about.html b/meta/.overrides/about/about.html deleted file mode 100644 index b1f8688..0000000 --- a/meta/.overrides/about/about.html +++ /dev/null @@ -1 +0,0 @@ -
Welcome :)
\ No newline at end of file diff --git a/meta/.overrides/config.yaml b/meta/.overrides/config.yaml deleted file mode 100644 index eb1102b..0000000 --- a/meta/.overrides/config.yaml +++ /dev/null @@ -1,8 +0,0 @@ -title: the title of my blog -theme: anubis -params: - author: bel - email: bel@bel.bel - social: - - id: email - name: bel@bel.bel diff --git a/meta/.overrides/config.yaml.zip/.meta b/meta/.overrides/config.yaml.zip/.meta deleted file mode 100644 index 1a26fb9..0000000 --- a/meta/.overrides/config.yaml.zip/.meta +++ /dev/null @@ -1,9 +0,0 @@ -{ - "Path": "config.yaml.zip", - "Name": "config.yaml.zip", - "Size": -1, - "MimeType": "application/zip", - "ModTime": "2021-11-29T20:24:37.024Z", - "IsDir": false, - "ID": "1MpoWp-78TfLI5_Iz0ygMg5gu-JHux68t-LM49u0mACA" -} diff --git a/meta/.overrides/config.yaml.zip/config.yaml.html b/meta/.overrides/config.yaml.zip/config.yaml.html deleted file mode 100644 index edb6731..0000000 --- a/meta/.overrides/config.yaml.zip/config.yaml.html +++ /dev/null @@ -1 +0,0 @@ -
title: the title of my blog
theme: anubis
params:
author: bel
email: bel@bel.bel
social:
- id: email
name: bel@bel.bel
\ No newline at end of file diff --git a/meta/about/index.md b/meta/about/index.md deleted file mode 100644 index a847936..0000000 --- a/meta/about/index.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "about" -date: 2021-11-29T22:08:25.082Z -draft: false -tags: [] ---- -Welcome :)
diff --git a/meta/config.yaml b/meta/config.yaml deleted file mode 100644 index 9b63d83..0000000 --- a/meta/config.yaml +++ /dev/null @@ -1,68 +0,0 @@ -baseURL: "" -languageCode: en-us -title: the title of my blog -theme: anubis -paginate: 5 -paginatePath: posts/-/pages -enableRobotsTXT: true -disableLiveReload: true -minify: true -noHTTPCache: true -disableFastRender: true -rssLimit: 5 -canonifyurls: true -relativeurls: false -params: - layout: "1" - toc: true - author: bel - email: bel@bel.bel - avatar: "" - description: "" - dateFormat: "2006-01-02" - #dateFormat: - # published: "2006-01-02" - paginationSinglePost: false - style: light - readMore: true - disableSummary: false - social: - - id: email - name: bel@bel.bel - # email: bel@bel.bel -menu: - main: - - identifier: archive - name: Archive - title: Archive - url: /posts/ - weight: 0 - - identifier: about - name: About - title: About - url: /about/ - weight: 1 -markup: - defaultMarkdownHandler: goldmark - goldmark: - extensions: - linkify: true - strikethrough: true - table: true - taskList: true - parser: - autoHeadingID: true - autoHeadingIDType: github - renderer: - unsafe: true - highlight: - anchorLineNos: true - guessSyntax: true - lineNos: true - tabWidth: 3 - tableOfContents: - endLevel: 3 - ordered: false - startLevel: 2 -permalinks: - posts: /posts/:year-:month-:day-:filename