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

github.com/apvarun/showcase-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVarun A P <varunlakshmananap@gmail.com>2020-06-03 20:27:03 +0300
committerVarun A P <varunlakshmananap@gmail.com>2020-06-03 20:27:03 +0300
commitd48cf164831c2a0e2ecf408afdbc6d9c5b57b03f (patch)
treec58889b1f5b71570ddfc35d9a1c9dded128307f6
parentee8ac2c91eef12e3d776d03fb62f02689eab38c7 (diff)
Add example site
-rw-r--r--exampleSite/config.toml18
-rw-r--r--exampleSite/content/books/entrepreneurship.md7
-rw-r--r--exampleSite/content/projects/startup.md7
-rw-r--r--exampleSite/content/travels/amsterdam.md7
-rw-r--r--exampleSite/content/travels/london.md7
-rw-r--r--exampleSite/static/my-startup.jpegbin0 -> 68144 bytes
6 files changed, 46 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
new file mode 100644
index 0000000..17f1cdc
--- /dev/null
+++ b/exampleSite/config.toml
@@ -0,0 +1,18 @@
+baseURL = "https://showcasetheme.hugo"
+languageCode = "en-us"
+title = "Showcase Theme"
+Paginate = 1000
+googleAnalytics = ""
+theme = "showcase"
+disableKinds = ["taxonomy", "taxonomyTerm", "RSS"]
+
+[params]
+ author = "showcase"
+ description = "Minimal, one page, theme for showcasing your work"
+ message = ""
+
+[social]
+ facebook = "https://facebook.com"
+ twitter = "https://twitter.com"
+ instagram = "https://instagram.com"
+ linkedin = "https://linkedin.com" \ No newline at end of file
diff --git a/exampleSite/content/books/entrepreneurship.md b/exampleSite/content/books/entrepreneurship.md
new file mode 100644
index 0000000..758df15
--- /dev/null
+++ b/exampleSite/content/books/entrepreneurship.md
@@ -0,0 +1,7 @@
+---
+title: Entrepreneurship
+date: 2020-06-01
+subtitle: 2020
+link: https://en.wikipedia.org/wiki/Entrepreneurship
+image: https://source.unsplash.com/900x600/?entrepreneurship
+---
diff --git a/exampleSite/content/projects/startup.md b/exampleSite/content/projects/startup.md
new file mode 100644
index 0000000..58ee78c
--- /dev/null
+++ b/exampleSite/content/projects/startup.md
@@ -0,0 +1,7 @@
+---
+title: My Startup
+date: 2020-06-01
+subtitle: 2020
+link: https://mystartup.com
+image: ./my-startup.jpeg
+---
diff --git a/exampleSite/content/travels/amsterdam.md b/exampleSite/content/travels/amsterdam.md
new file mode 100644
index 0000000..64cd4fa
--- /dev/null
+++ b/exampleSite/content/travels/amsterdam.md
@@ -0,0 +1,7 @@
+---
+title: Amsterdam
+date: 2020-06-01
+subtitle: 2020
+link: https://www.iamsterdam.com/en
+image: https://source.unsplash.com/900x600/?amsterdam
+--- \ No newline at end of file
diff --git a/exampleSite/content/travels/london.md b/exampleSite/content/travels/london.md
new file mode 100644
index 0000000..99a6962
--- /dev/null
+++ b/exampleSite/content/travels/london.md
@@ -0,0 +1,7 @@
+---
+title: London
+date: 2020-06-01
+subtitle: 2020
+link: https://www.visitlondon.com/
+image: https://source.unsplash.com/900x600/?london
+--- \ No newline at end of file
diff --git a/exampleSite/static/my-startup.jpeg b/exampleSite/static/my-startup.jpeg
new file mode 100644
index 0000000..e720904
--- /dev/null
+++ b/exampleSite/static/my-startup.jpeg
Binary files differ