diff --git a/confIgnore.toml b/confIgnore.toml deleted file mode 100644 index e46548ff..00000000 --- a/confIgnore.toml +++ /dev/null @@ -1,5 +0,0 @@ - -ignoreFiles = ["content/portfolio/\\.*","content/product/\\.*","content/sketch/\\.*"] - - - diff --git a/config.toml b/config.toml index 50f9786d..d21fbd0b 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,3 @@ -ignoreFiles = ["content/portfolio/\\.*","content/product/\\.*","content/sketch/\\.*"] baseURL = "https://gohugo.io/" title = "Hugo Themes" author = "Steve Francia" diff --git a/content/portfolio/.gitkeep b/content/portfolio/.gitkeep deleted file mode 100644 index e69de29b..00000000 diff --git a/content/product/.gitkeep b/content/product/.gitkeep deleted file mode 100644 index e69de29b..00000000 diff --git a/content/sketch/lines-from-center.html b/content/sketch/lines-from-center.html deleted file mode 100644 index 3d79487c..00000000 --- a/content/sketch/lines-from-center.html +++ /dev/null @@ -1,26 +0,0 @@ ---- -title: "Lines from center" -date: 2019-03-04T22:15:42-03:00 -description: "this is a p5js sketch" -libs: - js: - - https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.7.3/p5.min.js ---- - -
- - \ No newline at end of file