From 47207e2813689c8263eb7f52e6c5ac5ce4a9eed0 Mon Sep 17 00:00:00 2001 From: Aadi Desai <21363892+supleed2@users.noreply.github.com> Date: Tue, 22 Feb 2022 14:49:48 +0000 Subject: [PATCH] Initial Commit Basic Hugo structure of the marketing website and selected theme --- .gitignore | 4 + .gitmodules | 3 + archetypes/default.md | 6 ++ config.yml | 202 ++++++++++++++++++++++++++++++++++++++++++ readme.md | 3 + themes/hugo-fresh | 1 + 6 files changed, 219 insertions(+) create mode 100644 .gitignore create mode 100644 .gitmodules create mode 100644 archetypes/default.md create mode 100644 config.yml create mode 100644 readme.md create mode 160000 themes/hugo-fresh diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f08544c --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +# Hugo generated files +resources/_gen/ +public/ +.hugo_build.lock diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..d4dba36 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "themes/hugo-fresh"] + path = themes/hugo-fresh + url = https://github.com/StefMa/hugo-fresh diff --git a/archetypes/default.md b/archetypes/default.md new file mode 100644 index 0000000..00e77bd --- /dev/null +++ b/archetypes/default.md @@ -0,0 +1,6 @@ +--- +title: "{{ replace .Name "-" " " | title }}" +date: {{ .Date }} +draft: true +--- + diff --git a/config.yml b/config.yml new file mode 100644 index 0000000..6e81ef5 --- /dev/null +++ b/config.yml @@ -0,0 +1,202 @@ +baseURL: https://barkr.8bitsqu.id/ +languageCode: en-us +title: Barkr +theme: hugo-fresh +# Disables warnings +disableKinds: + - taxonomy + - taxonomyTerm +markup: + goldmark: + renderer: + unsafe: true # Allows you to write raw html in your md files + +params: + # Open graph allows easy social sharing. If you don't want it you can set it to false or just delete the variable + openGraph: true + # Used as meta data; describe your site to make Google Bots happy + description: Barkr is a simple, fast, and easy way to keep track of your pet and their safety. + navbarlogo: + image: logo.svg # from static/images/logo.png + link: / + font: + name: "Open Sans" + sizes: [400, 600] + hero: + # Main hero title + title: Manage. Deploy. + # Hero subtitle (optional) + subtitle: Lorem ipsum sit dolor amet is dummy text used by the typography industry + # Button text + buttontext: Get started + # Where the main hero button links to + buttonlink: "#" + # Hero image (from static/images/___) + image: illustrations/worker.svg + # Footer logos (from static/images/logos/clients/___.svg) + clientlogos: + - systek + - tribe + - kromo + - infinite + - gutwork + # Customizable navbar. For a dropdown, add a "sublinks" list. + navbar: + - title: Features + url: / + - title: Pricing + url: / + - title: Dropdown + sublinks: + - title: Dropdown item + url: / + - title: Dropdown item + url: / + - title: Dropdown item + url: / + - title: Log in + url: / + - title: Sign up + url: / + button: true + sidebar: + # Logo (from /images/logos/___.svg) + logo: fresh-square + sections: + - title: User + icon: user + links: + - text: Profile + url: / + - text: Account + url: / + - text: Settings + url: / + - title: Messages + icon: envelope + links: + - text: Inbox + url: / + - text: Compose + url: / + - title: Images + icon: image + links: + - text: Library + url: / + - text: Upload + url: / + - title: Settings + icon: cog + links: + - text: User settings + url: / + - text: App settings + url: / + section1: + title: Great power comes + subtitle: with great responsibility + tiles: + - title: App builder + icon: mouse-globe + text: This is some explanatory text that is on two rows + url: / + buttonText: Free trial + - title: Cloud integration + icon: laptop-cloud + text: This is some explanatory text that is on two rows + url: / + buttonText: Get started + - title: Add-ons & plugins + icon: plug-cloud + text: This is some explanatory text that is on two rows + url: / + buttonText: Get started + section2: + title: You're here because you want the best + subtitle: And we know it + features: + - title: Powerful and unified interface + text: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ornare magna eros, eu pellentesque tortor vestibulum ut. Maecenas non massa sem. Etiam finibus odio quis feugiat facilisis. + # Icon (from /images/illustrations/icons/___.svg) + icon: laptop-globe + - title: Cross-device synchronisation + text: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ornare magna eros, eu pellentesque tortor vestibulum ut. Maecenas non massa sem. Etiam finibus odio quis feugiat facilisis. + icon: doc-sync + - title: Nomad system + text: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ornare magna eros, eu pellentesque tortor vestibulum ut. Maecenas non massa sem. Etiam finibus odio quis feugiat facilisis. + icon: mobile-feed + section3: + title: One platform + subtitle: To rule them all + image: illustrations/mockups/app-mockup.png + buttonText: Get started + buttonLink: "#" + section4: + title: Our Clients love us! + subtitle: Lorem ipsum sit dolor amet is a dummy text used by typography industry + clients: + - name: Irma Walters + quote: Lorem ipsum dolor sit amet, elit deleniti dissentias quo eu, hinc minim appetere te usu, ea case duis scribentur has. Duo te consequat elaboraret, has quando suavitate at. + job: Accountant + img: 1 + - name: John Bradley + quote: Lorem ipsum dolor sit amet, elit deleniti dissentias quo eu, hinc minim appetere te usu, ea case duis scribentur has. Duo te consequat elaboraret, has quando suavitate at. + job: Financial Analyst + img: 2 + - name: Gary Blackman + quote: Lorem ipsum dolor sit amet, elit deleniti dissentias quo eu, hinc minim appetere te usu, ea case duis scribentur has. Duo te consequat elaboraret, has quando suavitate at. + job: HR Manager + img: 3 + section5: true + footer: + # Logo (from /images/logos/___) + logo: fresh-white-alt.svg + # Social Media Title + socialmediatitle: Follow Us + # Social media links (GitHub, Twitter, etc.). All are optional. + socialmedia: + - link: https://github.com/lucperkins/github-fresh + # Icons are from Font Awesome + icon: github + - link: https://dribbble.com/# + icon: dribbble + - link: https://facebook.com/# + icon: facebook + - link: https://twitter.com/lucperkins + icon: twitter + - link: https://bitbucket.org/# + icon: bitbucket + bulmalogo: true + quicklinks: + column1: + title: "Product" + links: + - text: Discover features + link: / + - text: Why choose our product? + link: / + - text: Compare features + link: / + - text: Our roadmap + link: / + - text: AGB + link: /agb + column2: + title: "Docs" + links: + - text: Get started + link: / + - text: User guides + link: / + - text: Admin guide + link: / + - text: Developers + link: / + column3: + title: "Blog" + links: + - text: Latest news + link: /blog/first + - text: Tech articles + link: /blog/second diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..1a6def6 --- /dev/null +++ b/readme.md @@ -0,0 +1,3 @@ +# Marketing website for ELEC60013 Embedded Systems Coursework 1 + +Built using Hugo, a static site generator, with the [hugo-fresh](https://github.com/StefMa/hugo-fresh) theme diff --git a/themes/hugo-fresh b/themes/hugo-fresh new file mode 160000 index 0000000..17f5137 --- /dev/null +++ b/themes/hugo-fresh @@ -0,0 +1 @@ +Subproject commit 17f51372b615e3c92d44d79f1edfd2fd1866aec7