Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugoBasicExample.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandros <onedrawingperday@users.noreply.github.com>2019-08-27 21:28:16 +0300
committerGitHub <noreply@github.com>2019-08-27 21:28:16 +0300
commitf3f9fec642171287c3db8826bfd0cf0bb93e4c55 (patch)
tree512a4f84423a2392777c1d9cbb3aefd4ab984e13
parent496ee817c33396d3e0965f00ba8604a6597e7330 (diff)
Refactor and simplify (#53)
-rw-r--r--confIgnore.toml2
-rw-r--r--config.toml2
-rw-r--r--configPosts.toml3
-rw-r--r--content/en/.gitkeep0
-rw-r--r--content/fr/.gitkeep0
l---------content/posts/_index.md1
l---------content/posts/emoji-support.md1
l---------content/posts/markdown-syntax.md1
l---------content/posts/math-typesetting.mmark1
l---------content/posts/placeholder-text.md1
l---------content/posts/rich-content.md1
11 files changed, 2 insertions, 11 deletions
diff --git a/confIgnore.toml b/confIgnore.toml
index 2ddb34e..e46548f 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 8b08f3c..50f9786 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 497734a..0000000
--- 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 e69de29..0000000
--- a/content/en/.gitkeep
+++ /dev/null
diff --git a/content/fr/.gitkeep b/content/fr/.gitkeep
deleted file mode 100644
index e69de29..0000000
--- a/content/fr/.gitkeep
+++ /dev/null
diff --git a/content/posts/_index.md b/content/posts/_index.md
deleted file mode 120000
index f47820d..0000000
--- 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 0b1628f..0000000
--- 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 436deee..0000000
--- 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 c80fd58..0000000
--- 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 390c815..0000000
--- 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 9133ceb..0000000
--- a/content/posts/rich-content.md
+++ /dev/null
@@ -1 +0,0 @@
-../post/rich-content.md \ No newline at end of file