From f3f9fec642171287c3db8826bfd0cf0bb93e4c55 Mon Sep 17 00:00:00 2001 From: Alexandros Date: Tue, 27 Aug 2019 21:28:16 +0300 Subject: [PATCH] Refactor and simplify (#53) --- confIgnore.toml | 2 +- config.toml | 2 +- configPosts.toml | 3 --- content/en/.gitkeep | 0 content/fr/.gitkeep | 0 content/posts/_index.md | 1 - content/posts/emoji-support.md | 1 - content/posts/markdown-syntax.md | 1 - content/posts/math-typesetting.mmark | 1 - content/posts/placeholder-text.md | 1 - content/posts/rich-content.md | 1 - 11 files changed, 2 insertions(+), 11 deletions(-) delete mode 100644 configPosts.toml delete mode 100644 content/en/.gitkeep delete mode 100644 content/fr/.gitkeep delete mode 120000 content/posts/_index.md delete mode 120000 content/posts/emoji-support.md delete mode 120000 content/posts/markdown-syntax.md delete mode 120000 content/posts/math-typesetting.mmark delete mode 120000 content/posts/placeholder-text.md delete mode 120000 content/posts/rich-content.md diff --git a/confIgnore.toml b/confIgnore.toml index 2ddb34e7..e46548ff 100644 --- a/confIgnore.toml +++ b/confIgnore.toml @@ -1,5 +1,5 @@ -ignoreFiles = ["content/posts/\\.*","content/portfolio/\\.*","content/product/\\.*","content/sketch/\\.*","content/en/\\.*","content/fr/\\.*"] +ignoreFiles = ["content/portfolio/\\.*","content/product/\\.*","content/sketch/\\.*"] diff --git a/config.toml b/config.toml index 8b08f3c3..50f9786d 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ -ignoreFiles = ["content/posts/\\.*","content/portfolio/\\.*","content/product/\\.*","content/sketch/\\.*","content/en/\\.*","content/fr/\\.*"] +ignoreFiles = ["content/portfolio/\\.*","content/product/\\.*","content/sketch/\\.*"] baseURL = "https://gohugo.io/" title = "Hugo Themes" author = "Steve Francia" diff --git a/configPosts.toml b/configPosts.toml deleted file mode 100644 index 497734ab..00000000 --- a/configPosts.toml +++ /dev/null @@ -1,3 +0,0 @@ - -ignoreFiles = ["content/post/\\.*","content/portfolio/\\.*","content/product/\\.*","content/sketch/\\.*","content/en/\\.*","content/fr/\\.*"] - diff --git a/content/en/.gitkeep b/content/en/.gitkeep deleted file mode 100644 index e69de29b..00000000 diff --git a/content/fr/.gitkeep b/content/fr/.gitkeep deleted file mode 100644 index e69de29b..00000000 diff --git a/content/posts/_index.md b/content/posts/_index.md deleted file mode 120000 index f47820d1..00000000 --- a/content/posts/_index.md +++ /dev/null @@ -1 +0,0 @@ -../post/_index.md \ No newline at end of file diff --git a/content/posts/emoji-support.md b/content/posts/emoji-support.md deleted file mode 120000 index 0b1628f6..00000000 --- a/content/posts/emoji-support.md +++ /dev/null @@ -1 +0,0 @@ -../post/emoji-support.md \ No newline at end of file diff --git a/content/posts/markdown-syntax.md b/content/posts/markdown-syntax.md deleted file mode 120000 index 436deee7..00000000 --- a/content/posts/markdown-syntax.md +++ /dev/null @@ -1 +0,0 @@ -../post/markdown-syntax.md \ No newline at end of file diff --git a/content/posts/math-typesetting.mmark b/content/posts/math-typesetting.mmark deleted file mode 120000 index c80fd580..00000000 --- a/content/posts/math-typesetting.mmark +++ /dev/null @@ -1 +0,0 @@ -../post/math-typesetting.mmark \ No newline at end of file diff --git a/content/posts/placeholder-text.md b/content/posts/placeholder-text.md deleted file mode 120000 index 390c8156..00000000 --- a/content/posts/placeholder-text.md +++ /dev/null @@ -1 +0,0 @@ -../post/placeholder-text.md \ No newline at end of file diff --git a/content/posts/rich-content.md b/content/posts/rich-content.md deleted file mode 120000 index 9133ceb9..00000000 --- a/content/posts/rich-content.md +++ /dev/null @@ -1 +0,0 @@ -../post/rich-content.md \ No newline at end of file