From d48cf164831c2a0e2ecf408afdbc6d9c5b57b03f Mon Sep 17 00:00:00 2001 From: Varun A P Date: Wed, 3 Jun 2020 19:27:03 +0200 Subject: Add example site --- exampleSite/config.toml | 18 ++++++++++++++++++ exampleSite/content/books/entrepreneurship.md | 7 +++++++ exampleSite/content/projects/startup.md | 7 +++++++ exampleSite/content/travels/amsterdam.md | 7 +++++++ exampleSite/content/travels/london.md | 7 +++++++ exampleSite/static/my-startup.jpeg | Bin 0 -> 68144 bytes 6 files changed, 46 insertions(+) create mode 100644 exampleSite/config.toml create mode 100644 exampleSite/content/books/entrepreneurship.md create mode 100644 exampleSite/content/projects/startup.md create mode 100644 exampleSite/content/travels/amsterdam.md create mode 100644 exampleSite/content/travels/london.md create mode 100644 exampleSite/static/my-startup.jpeg 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 Binary files /dev/null and b/exampleSite/static/my-startup.jpeg differ -- cgit v1.2.3