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

github.com/chipsenkbeil/grid-side.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChip Senkbeil <chip.senkbeil@gmail.com>2015-09-30 03:25:02 +0300
committerChip Senkbeil <chip.senkbeil@gmail.com>2015-09-30 03:25:02 +0300
commit7f057181bb04006e1b1761d867ca51eb97f8a108 (patch)
treef91bc105c8e6e7e6e15157ea246fbc7e1109c194
parentb31a09d036882b5ae95c2d1ace8bef50bb146e27 (diff)
Removed outdated example site
-rw-r--r--exampleSite/config.toml130
-rw-r--r--exampleSite/static/.placeholder0
2 files changed, 0 insertions, 130 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
deleted file mode 100644
index 3c7aa52..0000000
--- a/exampleSite/config.toml
+++ /dev/null
@@ -1,130 +0,0 @@
-# Site settings
-baseurl = "http://replace-this-with-your-hugo-site.com/"
-languageCode = "en-us"
-title = "GridSide"
-theme = "grid-side"
-
-[Params]
-
- #
- # Provide your name, description, and email that you want to include on
- # the main image of the main page.
- #
- name = "Your name"
- description = "Your description"
- email = "your@email.com"
-
- #
- # Contains the main grid cell of your site (such as a picture of yourself)
- # along with your name, description, and email. Any empty field will
- # not be included. Not providing an image will use a color. Marking as
- # disabled results in this cell not appearing in the site.
- #
- [Params.Header]
-
- name = "Your name"
- description = "Your description"
- email = "your@email.com"
- image = "profile.png"
- #color = "#FFF"
- #enabled = false
-
- [Params.About]
-
- icon = "face"
-
- [Params.Footer]
-
- name = "Chip Senkbeil"
-
- [[Params.Footer.List]]
-
- icon_class = "github"
- icon_link = "http://www.github.com/rcsenkbeil"
-
- #
- # Contains the Cells representing the sections of your website. Each cell
- # contains the name of the cell, a brief description, and a link to the
- # associated section.
- #
- # Not providing an image will use the color specified by 'color' as the
- # background color (default to #FFF).
- #
- # You can embed an icon using 'icon' to specify the classes to use
- # for the icon (such as 'fa fa-flag' when using font awesome).
- #
- # By default, each cell has a grid size of 1/3 (4 out of 12) for large
- # screens, 1/2 (6 out of 12) for medium screens, and 1 (12 out of 12) for
- # small screens. To change the cell's size per screen, use the properties
- # 'cell_large', 'cell_medium', and 'cell_small' respectively with a number
- # ranging from 1 to 12. Make sure that Cells have nubmers equalling 12
- # per row.
- #
- [Params.Cells]
-
- [[Params.Cells.List]]
-
- name = "Blog"
- description = "Your personal blog"
- link = "/blog/"
- image = "blog.png"
- #color = "#FFF"
- #cell_large = 4
- #cell_medium = 6
- #cell_small = 12
-
- [[Params.Cells.List]]
-
- name = "Super Mega Awesometastic Feature of the Week"
- description = ""
- link = ""
- image = ""
- #color = "#FFF"
- #cell_large = 4
- #cell_medium = 6
- #cell_small = 12
-
- [[Params.Cells.List]]
-
- name = "Something on only two lines"
- description = ""
- link = ""
- image = ""
- #color = "#FFF"
- #cell_large = 4
- #cell_medium = 6
- #cell_small = 12
-
- [[Params.Cells.List]]
-
- name = ""
- description = ""
- link = ""
- image = ""
- #color = "#FFF"
- #cell_large = 4
- #cell_medium = 6
- #cell_small = 12
-
- [[Params.Cells.List]]
-
- name = ""
- description = ""
- link = ""
- image = ""
- #color = "#FFF"
- #cell_large = 4
- #cell_medium = 6
- #cell_small = 12
-
- [[Params.Cells.List]]
-
- name = ""
- description = ""
- link = ""
- image = ""
- #color = "#FFF"
- #cell_large = 4
- #cell_medium = 6
- #cell_small = 12
-
diff --git a/exampleSite/static/.placeholder b/exampleSite/static/.placeholder
deleted file mode 100644
index e69de29..0000000
--- a/exampleSite/static/.placeholder
+++ /dev/null