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