diff --git a/config/_default/params.toml b/config/_default/params.toml index 560ea453..d84cb941 100755 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -75,7 +75,7 @@ mastodon = "" # Your verification code # cookies module: https://github.com/gethugothemes/hugo-modules/tree/master/components/cookie-consent [cookies] enable = true -expire_days = 60 +expire_days = 30 content = "Your privacy matters to us. 🌟 We use cookies to provide social media features, and to analyze our traffic. By clicking 'Accept,' you consent to the use of ALL the cookies. Thank you for trusting us with your data privacy journey. ✨" button = "Accept" diff --git a/go.mod b/go.mod index a6403344..7a19e24a 100644 --- a/go.mod +++ b/go.mod @@ -3,27 +3,26 @@ module hugoplate.netlify.app go 1.20 require ( - github.com/gethugothemes/hugo-modules/accordion v0.0.0-20240331035203-6c6ca12add7d // indirect - github.com/gethugothemes/hugo-modules/adsense v0.0.0-20240331035203-6c6ca12add7d // indirect - github.com/gethugothemes/hugo-modules/components/cookie-consent v0.0.0-20240331035203-6c6ca12add7d // indirect - github.com/gethugothemes/hugo-modules/components/custom-script v0.0.0-20240331035203-6c6ca12add7d // indirect - github.com/gethugothemes/hugo-modules/components/preloader v0.0.0-20240331035203-6c6ca12add7d // indirect - github.com/gethugothemes/hugo-modules/components/render-link v0.0.0-20240331035203-6c6ca12add7d // indirect - github.com/gethugothemes/hugo-modules/components/social-share v0.0.0-20240331035203-6c6ca12add7d // indirect - github.com/gethugothemes/hugo-modules/gallery-slider v0.0.0-20240331035203-6c6ca12add7d // indirect - github.com/gethugothemes/hugo-modules/gzip-caching v0.0.0-20240331035203-6c6ca12add7d // indirect - github.com/gethugothemes/hugo-modules/icons/font-awesome v0.0.0-20240331035203-6c6ca12add7d // indirect - github.com/gethugothemes/hugo-modules/images v0.0.0-20240331035203-6c6ca12add7d // indirect - github.com/gethugothemes/hugo-modules/modal v0.0.0-20240331035203-6c6ca12add7d // indirect - github.com/gethugothemes/hugo-modules/pwa v0.0.0-20240331035203-6c6ca12add7d // indirect - github.com/gethugothemes/hugo-modules/search v0.0.0-20240331035203-6c6ca12add7d // indirect - github.com/gethugothemes/hugo-modules/seo-tools/basic-seo v0.0.0-20240331035203-6c6ca12add7d // indirect - github.com/gethugothemes/hugo-modules/seo-tools/google-tag-manager v0.0.0-20240331035203-6c6ca12add7d // indirect - github.com/gethugothemes/hugo-modules/seo-tools/site-verifications v0.0.0-20240331035203-6c6ca12add7d // indirect - github.com/gethugothemes/hugo-modules/shortcodes/button v0.0.0-20240331035203-6c6ca12add7d // indirect - github.com/gethugothemes/hugo-modules/shortcodes/notice v0.0.0-20240331035203-6c6ca12add7d // indirect - github.com/gethugothemes/hugo-modules/tab v0.0.0-20240331035203-6c6ca12add7d // indirect - github.com/gethugothemes/hugo-modules/table-of-contents v0.0.0-20240331035203-6c6ca12add7d // indirect - github.com/gethugothemes/hugo-modules/videos v0.0.0-20240331035203-6c6ca12add7d // indirect - github.com/zeon-studio/hugoplate v0.0.0-20240327032722-feeeab466539 // indirect + github.com/gethugothemes/hugo-modules/accordion v0.0.0-20240423040330-6260da698660 // indirect + github.com/gethugothemes/hugo-modules/adsense v0.0.0-20240423040330-6260da698660 // indirect + github.com/gethugothemes/hugo-modules/components/cookie-consent v0.0.0-20240423040330-6260da698660 // indirect + github.com/gethugothemes/hugo-modules/components/custom-script v0.0.0-20240423040330-6260da698660 // indirect + github.com/gethugothemes/hugo-modules/components/preloader v0.0.0-20240423040330-6260da698660 // indirect + github.com/gethugothemes/hugo-modules/components/render-link v0.0.0-20240423040330-6260da698660 // indirect + github.com/gethugothemes/hugo-modules/components/social-share v0.0.0-20240423040330-6260da698660 // indirect + github.com/gethugothemes/hugo-modules/gallery-slider v0.0.0-20240423040330-6260da698660 // indirect + github.com/gethugothemes/hugo-modules/gzip-caching v0.0.0-20240423040330-6260da698660 // indirect + github.com/gethugothemes/hugo-modules/icons/font-awesome v0.0.0-20240423040330-6260da698660 // indirect + github.com/gethugothemes/hugo-modules/images v0.0.0-20240423040330-6260da698660 // indirect + github.com/gethugothemes/hugo-modules/modal v0.0.0-20240423040330-6260da698660 // indirect + github.com/gethugothemes/hugo-modules/pwa v0.0.0-20240423040330-6260da698660 // indirect + github.com/gethugothemes/hugo-modules/search v0.0.0-20240423040330-6260da698660 // indirect + github.com/gethugothemes/hugo-modules/seo-tools/basic-seo v0.0.0-20240423040330-6260da698660 // indirect + github.com/gethugothemes/hugo-modules/seo-tools/google-tag-manager v0.0.0-20240423040330-6260da698660 // indirect + github.com/gethugothemes/hugo-modules/seo-tools/site-verifications v0.0.0-20240423040330-6260da698660 // indirect + github.com/gethugothemes/hugo-modules/shortcodes/button v0.0.0-20240423040330-6260da698660 // indirect + github.com/gethugothemes/hugo-modules/shortcodes/notice v0.0.0-20240423040330-6260da698660 // indirect + github.com/gethugothemes/hugo-modules/tab v0.0.0-20240423040330-6260da698660 // indirect + github.com/gethugothemes/hugo-modules/table-of-contents v0.0.0-20240423040330-6260da698660 // indirect + github.com/gethugothemes/hugo-modules/videos v0.0.0-20240423040330-6260da698660 // indirect ) diff --git a/themes/hugoplate/exampleSite/assets/images/avatar-sm.png b/themes/hugoplate/exampleSite/assets/images/avatar-sm.png new file mode 100644 index 00000000..e1699dc1 Binary files /dev/null and b/themes/hugoplate/exampleSite/assets/images/avatar-sm.png differ diff --git a/themes/hugoplate/exampleSite/assets/images/avatar.png b/themes/hugoplate/exampleSite/assets/images/avatar.png new file mode 100755 index 00000000..387b035c Binary files /dev/null and b/themes/hugoplate/exampleSite/assets/images/avatar.png differ diff --git a/themes/hugoplate/exampleSite/assets/images/banner.png b/themes/hugoplate/exampleSite/assets/images/banner.png new file mode 100644 index 00000000..5f8a9e81 Binary files /dev/null and b/themes/hugoplate/exampleSite/assets/images/banner.png differ diff --git a/themes/hugoplate/exampleSite/assets/images/call-to-action.png b/themes/hugoplate/exampleSite/assets/images/call-to-action.png new file mode 100755 index 00000000..ec2d625c Binary files /dev/null and b/themes/hugoplate/exampleSite/assets/images/call-to-action.png differ diff --git a/themes/hugoplate/exampleSite/assets/images/favicon.png b/themes/hugoplate/exampleSite/assets/images/favicon.png new file mode 100644 index 00000000..13f24a31 Binary files /dev/null and b/themes/hugoplate/exampleSite/assets/images/favicon.png differ diff --git a/themes/hugoplate/exampleSite/assets/images/gallery/01.jpg b/themes/hugoplate/exampleSite/assets/images/gallery/01.jpg new file mode 100644 index 00000000..662fc1dc Binary files /dev/null and b/themes/hugoplate/exampleSite/assets/images/gallery/01.jpg differ diff --git a/themes/hugoplate/exampleSite/assets/images/gallery/02.jpg b/themes/hugoplate/exampleSite/assets/images/gallery/02.jpg new file mode 100644 index 00000000..22fb37f8 Binary files /dev/null and b/themes/hugoplate/exampleSite/assets/images/gallery/02.jpg differ diff --git a/themes/hugoplate/exampleSite/assets/images/gallery/03.jpg b/themes/hugoplate/exampleSite/assets/images/gallery/03.jpg new file mode 100644 index 00000000..cea735f6 Binary files /dev/null and b/themes/hugoplate/exampleSite/assets/images/gallery/03.jpg differ diff --git a/themes/hugoplate/exampleSite/assets/images/gallery/04.jpg b/themes/hugoplate/exampleSite/assets/images/gallery/04.jpg new file mode 100644 index 00000000..48d7c32b Binary files /dev/null and b/themes/hugoplate/exampleSite/assets/images/gallery/04.jpg differ diff --git a/themes/hugoplate/exampleSite/assets/images/gallery/05.jpg b/themes/hugoplate/exampleSite/assets/images/gallery/05.jpg new file mode 100644 index 00000000..09878097 Binary files /dev/null and b/themes/hugoplate/exampleSite/assets/images/gallery/05.jpg differ diff --git a/themes/hugoplate/exampleSite/assets/images/gallery/06.jpg b/themes/hugoplate/exampleSite/assets/images/gallery/06.jpg new file mode 100644 index 00000000..662fc1dc Binary files /dev/null and b/themes/hugoplate/exampleSite/assets/images/gallery/06.jpg differ diff --git a/themes/hugoplate/exampleSite/assets/images/image-placeholder.png b/themes/hugoplate/exampleSite/assets/images/image-placeholder.png new file mode 100755 index 00000000..a61a0c09 Binary files /dev/null and b/themes/hugoplate/exampleSite/assets/images/image-placeholder.png differ diff --git a/themes/hugoplate/exampleSite/assets/images/logo-darkmode.png b/themes/hugoplate/exampleSite/assets/images/logo-darkmode.png new file mode 100644 index 00000000..c85cca95 Binary files /dev/null and b/themes/hugoplate/exampleSite/assets/images/logo-darkmode.png differ diff --git a/themes/hugoplate/exampleSite/assets/images/logo.png b/themes/hugoplate/exampleSite/assets/images/logo.png new file mode 100644 index 00000000..afee1070 Binary files /dev/null and b/themes/hugoplate/exampleSite/assets/images/logo.png differ diff --git a/themes/hugoplate/exampleSite/assets/images/no-search-found.png b/themes/hugoplate/exampleSite/assets/images/no-search-found.png new file mode 100755 index 00000000..1e1e6e16 Binary files /dev/null and b/themes/hugoplate/exampleSite/assets/images/no-search-found.png differ diff --git a/themes/hugoplate/exampleSite/assets/images/og-image.png b/themes/hugoplate/exampleSite/assets/images/og-image.png new file mode 100644 index 00000000..e31ac0e2 Binary files /dev/null and b/themes/hugoplate/exampleSite/assets/images/og-image.png differ diff --git a/themes/hugoplate/exampleSite/assets/images/service-1.png b/themes/hugoplate/exampleSite/assets/images/service-1.png new file mode 100755 index 00000000..5842791a Binary files /dev/null and b/themes/hugoplate/exampleSite/assets/images/service-1.png differ diff --git a/themes/hugoplate/exampleSite/assets/images/service-2.png b/themes/hugoplate/exampleSite/assets/images/service-2.png new file mode 100755 index 00000000..2cc116a3 Binary files /dev/null and b/themes/hugoplate/exampleSite/assets/images/service-2.png differ diff --git a/themes/hugoplate/exampleSite/assets/images/service-3.png b/themes/hugoplate/exampleSite/assets/images/service-3.png new file mode 100755 index 00000000..cf690b7a Binary files /dev/null and b/themes/hugoplate/exampleSite/assets/images/service-3.png differ diff --git a/themes/hugoplate/exampleSite/assets/scss/custom.scss b/themes/hugoplate/exampleSite/assets/scss/custom.scss new file mode 100755 index 00000000..96859046 --- /dev/null +++ b/themes/hugoplate/exampleSite/assets/scss/custom.scss @@ -0,0 +1 @@ +// Add your own custom styles here diff --git a/themes/hugoplate/exampleSite/config/_default/languages.toml b/themes/hugoplate/exampleSite/config/_default/languages.toml new file mode 100755 index 00000000..fc8d07fe --- /dev/null +++ b/themes/hugoplate/exampleSite/config/_default/languages.toml @@ -0,0 +1,6 @@ +################ English language ################## +[en] +languageName = "En" +languageCode = "en-us" +contentDir = "content/english" +weight = 1 diff --git a/themes/hugoplate/exampleSite/config/_default/menus.en.toml b/themes/hugoplate/exampleSite/config/_default/menus.en.toml new file mode 100755 index 00000000..9a021f4d --- /dev/null +++ b/themes/hugoplate/exampleSite/config/_default/menus.en.toml @@ -0,0 +1,63 @@ +############# English navigation ############## + +# main menu +[[main]] +name = "Home" +pageRef = "/" +weight = 1 + +[[main]] +name = "About" +pageRef = "/about" +weight = 2 + +[[main]] +name = "Elements" +pageRef = "/elements" +weight = 3 + +[[main]] +weight = 4 +name = "Pages" + +[[main]] +parent = "Pages" +name = "Blog" +pageRef = "/blog" + +[[main]] +parent = "Pages" +name = "Contact" +pageRef = "/contact" + +[[main]] +parent = "Pages" +name = "Authors" +pageRef = "/authors" + +[[main]] +parent = "Pages" +name = "Categories" +pageRef = "/categories" + +[[main]] +parent = "Pages" +name = "404 Page" +pageRef = "/404" + + +# footer menu +[[footer]] +name = "About" +pageRef = "/about" +weight = 1 + +[[footer]] +name = "Elements" +pageRef = "/elements" +weight = 2 + +[[footer]] +name = "Privacy Policy" +pageRef = "/privacy-policy" +weight = 3 diff --git a/themes/hugoplate/exampleSite/config/_default/module.toml b/themes/hugoplate/exampleSite/config/_default/module.toml new file mode 100644 index 00000000..39ccf309 --- /dev/null +++ b/themes/hugoplate/exampleSite/config/_default/module.toml @@ -0,0 +1,96 @@ +[hugoVersion] +extended = true +min = "0.124.1" + +[[imports]] +path = "github.com/zeon-studio/hugoplate" + +[[imports]] +path = "github.com/gethugothemes/hugo-modules/search" + +[[imports]] +path = "github.com/gethugothemes/hugo-modules/pwa" + +[[imports]] +path = "github.com/gethugothemes/hugo-modules/images" + +[[imports]] +path = "github.com/gethugothemes/hugo-modules/videos" + +[[imports]] +path = "github.com/gethugothemes/hugo-modules/icons/font-awesome" + +# [[imports]] +# path = "github.com/gethugothemes/hugo-modules/icons/themify-icons" + +[[imports]] +path = "github.com/gethugothemes/hugo-modules/gzip-caching" + +[[imports]] +path = "github.com/gethugothemes/hugo-modules/adsense" + +[[imports]] +path = "github.com/gethugothemes/hugo-modules/accordion" + +[[imports]] +path = "github.com/gethugothemes/hugo-modules/table-of-contents" + +[[imports]] +path = "github.com/gethugothemes/hugo-modules/tab" + +[[imports]] +path = "github.com/gethugothemes/hugo-modules/modal" + +[[imports]] +path = "github.com/gethugothemes/hugo-modules/gallery-slider" + +[[imports]] +path = "github.com/gethugothemes/hugo-modules/components/preloader" + +[[imports]] +path = "github.com/gethugothemes/hugo-modules/components/social-share" + +[[imports]] +path = "github.com/gethugothemes/hugo-modules/components/cookie-consent" + +[[imports]] +path = "github.com/gethugothemes/hugo-modules/components/announcement" + +[[imports]] +path = "github.com/gethugothemes/hugo-modules/components/custom-script" + +[[imports]] +path = "github.com/gethugothemes/hugo-modules/components/render-link" + +# [[imports]] +# path = "github.com/gethugothemes/hugo-modules/components/valine-comment" + +# [[imports]] +# path = "github.com/gethugothemes/hugo-modules/components/crisp-chat" + +[[imports]] +path = "github.com/gethugothemes/hugo-modules/shortcodes/button" + +[[imports]] +path = "github.com/gethugothemes/hugo-modules/shortcodes/notice" + +[[imports]] +path = "github.com/gethugothemes/hugo-modules/seo-tools/basic-seo" + +[[imports]] +path = "github.com/gethugothemes/hugo-modules/seo-tools/site-verifications" + +[[imports]] +path = "github.com/gethugothemes/hugo-modules/seo-tools/google-tag-manager" + +# [[imports]] +# path = "github.com/gethugothemes/hugo-modules/seo-tools/baidu-analytics" + +# [[imports]] +# path = "github.com/gethugothemes/hugo-modules/seo-tools/matomo-analytics" + +# [[imports]] +# path = "github.com/gethugothemes/hugo-modules/seo-tools/plausible-analytics" + +# [[imports]] +# path = "github.com/gethugothemes/hugo-modules/seo-tools/counter-analytics" diff --git a/themes/hugoplate/exampleSite/config/_default/params.toml b/themes/hugoplate/exampleSite/config/_default/params.toml new file mode 100755 index 00000000..c7786cd2 --- /dev/null +++ b/themes/hugoplate/exampleSite/config/_default/params.toml @@ -0,0 +1,107 @@ +#################### default parameters ################################ +# favicon module: https://github.com/gethugothemes/hugo-modules/tree/master/images#favicon-implementation +favicon = "images/favicon.png" +# logo module: https://github.com/gethugothemes/hugo-modules/tree/master/images#logo-implementation +logo = "images/logo.png" +logo_darkmode = "images/logo-darkmode.png" +# use `px` or `x` with logo_width, example: "100px". +# Note: logo_width is not work with .svg file +logo_width = "160px" +logo_height = "32px" +# if logo_webp set false, will not generate WEBP version of logo | default is true +logo_webp = true +# logo text will only show when logo is missing. +logo_text = "Hugoplate" +# navbar fixed to top +navbar_fixed = true +# theme-mode +theme_switcher = true +theme_default = "system" # available options [light/dark/system] +# Main Sections +mainSections = ["blog"] +# contact form action +contact_form_action = "#" # contact form works with [https://airform.io/] or [https://formspree.io] +# google tag manager, see https://developers.google.com/tag-manager/ +google_tag_manager = "" # example: G-XXXXXXXXXX +google_adsense = "" # example: ca-pub-xxxxxxxxxxxxxxxx +# custom script on header, example: custom_script= "" +custom_script = "" +# copyright +copyright = "Designed & Developed by [Zeon Studio](https://zeon.studio)" + +# Preloader +# preloader module: https://github.com/gethugothemes/hugo-modules/tree/master/components/preloader +[preloader] +enable = false +preloader = "" # use jpg, png, svg or gif format. + +# Navigation button +[navigation_button] +enable = true +label = "get a quote" +link = "contact" + +# search +# search module: https://github.com/gethugothemes/hugo-modules/tree/master/search +[search] +enable = true +primary_color = "#121212" +include_sections = ["blog"] +show_image = true +show_description = true +show_tags = true +show_categories = true + +# announcement +# announcement module: https://github.com/gethugothemes/hugo-modules/tree/master/components/announcement +[announcement] +enable = true +expire_days = 7 +content = "You must replace the **baseURL** in **hugo.toml** file when deploying, you can manage this announcement from the **params.toml** file." + +# seo meta data for OpenGraph / Twitter Card +# seo module: https://github.com/gethugothemes/hugo-modules/tree/master/seo-tools/basic-seo +[metadata] +keywords = ["Boilerplate", "Hugo"] +description = "Hugo & Tailwindcss Starter" +author = "zeon.studio" +image = "images/og-image.png" + + +# site verifications +# verification module: https://github.com/gethugothemes/hugo-modules/tree/master/seo-tools/site-verifications +[site_verification] +google = "" # Your verification code +bing = "" # Your verification code +baidu = "" # Your verification code +facebook = "" # Your verification code +mastodon = "" # Your verification code + +# cookies +# cookies module: https://github.com/gethugothemes/hugo-modules/tree/master/components/cookie-consent +[cookies] +enable = false +expire_days = 60 +content = "This site uses cookies. By continuing to use this website, you agree to their use." +button = "I Accept" + +######################## sidebar widgets ######################### +[widgets] +sidebar = ["categories", "tags"] + + +# google map +[google_map] +enable = false +map_api_key = "AIzaSyCcABaamniA6OL5YvYSpB3pFMNrXwXnLwU" +map_latitude = "51.5223477" +map_longitude = "-0.1622023" +map_marker = "images/marker.png" + + +# Subscription +[subscription] +enable = false +# mailchimp subsciption +mailchimp_form_action = "https://gmail.us4.list-manage.com/subscribe/post?u=463ee871f45d2d93748e77cad&id=a0a2c6d074" # replace this url with yours +mailchimp_form_name = "b_463ee871f45d2d93748e77cad_a0a2c6d074" diff --git a/themes/hugoplate/exampleSite/config/development/server.toml b/themes/hugoplate/exampleSite/config/development/server.toml new file mode 100644 index 00000000..49e5756d --- /dev/null +++ b/themes/hugoplate/exampleSite/config/development/server.toml @@ -0,0 +1,13 @@ +# defaultContentLanguageInSubdir must be true for this to work. + +# Other languages redirects +# [[redirects]] +# from = '/fr/**' +# to = '/fr/404.html' +# status = 404 + +# Default language must be last. +[[redirects]] +from = '/**' +to = '/en/404.html' +status = 404 diff --git a/themes/hugoplate/exampleSite/content/english/_index.md b/themes/hugoplate/exampleSite/content/english/_index.md new file mode 100755 index 00000000..142c61a3 --- /dev/null +++ b/themes/hugoplate/exampleSite/content/english/_index.md @@ -0,0 +1,53 @@ +--- +# Banner +banner: + title: "The Ultimate Starter Template You Need To Start Your Hugo Project" + content: "Hugoplate is a free starter template built with Hugo and TailwindCSS, providing everything you need to jumpstart your Hugo project and save valuable time." + image: "/images/banner.png" + button: + enable: true + label: "Get Started For Free" + link: "https://github.com/zeon-studio/hugoplate" + +# Features +features: + - title: "What's Included in Hugoplate" + image: "/images/service-1.png" + content: "Hugoplate is a comprehensive starter template that includes everything you need to get started with your Hugo project. What's Included in Hugoplate" + bulletpoints: + - "10+ Pre-build pages" + - "95+ Google Pagespeed Score" + - "Build with Hugo and TailwindCSS for easy and customizable styling" + - "Fully responsive on all devices" + - "SEO-optimized for better search engine rankings" + - "**Open-source and free** for personal and commercial use" + button: + enable: false + label: "Get Started Now" + link: "#" + + - title: "Discover the Key Features Of Hugo" + image: "/images/service-2.png" + content: "Hugo is an all-in-one web framework for building fast, content-focused websites. It offers a range of exciting features for developers and website creators. Some of the key features are:" + bulletpoints: + - "Zero JS, by default: No JavaScript runtime overhead to slow you down." + - "Customizable: Tailwind, MDX, and 100+ other integrations to choose from." + - "UI-agnostic: Supports React, Preact, Svelte, Vue, Solid, Lit and more." + button: + enable: true + label: "Get Started Now" + link: "https://github.com/zeon-studio/hugoplate" + + - title: "The Top Reasons to Choose Hugo for Your Hugo Project" + image: "/images/service-3.png" + content: "With Hugo, you can build modern and content-focused websites without sacrificing performance or ease of use." + bulletpoints: + - "Instantly load static sites for better user experience and SEO." + - "Intuitive syntax and support for popular frameworks make learning and using Hugo a breeze." + - "Use any front-end library or framework, or build custom components, for any project size." + - "Built on cutting-edge technology to keep your projects up-to-date with the latest web standards." + button: + enable: false + label: "" + link: "" +--- diff --git a/themes/hugoplate/exampleSite/content/english/about/_index.md b/themes/hugoplate/exampleSite/content/english/about/_index.md new file mode 100644 index 00000000..293a3be7 --- /dev/null +++ b/themes/hugoplate/exampleSite/content/english/about/_index.md @@ -0,0 +1,9 @@ +--- +title: "Hey, I am John Doe!" +meta_title: "About" +description: "this is meta description" +image: "/images/avatar.png" +draft: false +--- + +Lorem ipsum dolor sit amet consectetur adipisicing elit. Corporis illum nesciunt commodi vel nisi ut alias excepturi ipsum, totam, labore tempora, odit ex iste tempore sed. Fugit voluptatibus perspiciatis assumenda nulla ad nihil, omnis vel, doloremque sit quam autem optio maiores, illum eius facilis et quo consectetur provident dolor similique! Enim voluptatem dicta expedita veritatis repellat dolorum impedit, provident quasi at. diff --git a/themes/hugoplate/exampleSite/content/english/authors/_index.md b/themes/hugoplate/exampleSite/content/english/authors/_index.md new file mode 100644 index 00000000..62eae442 --- /dev/null +++ b/themes/hugoplate/exampleSite/content/english/authors/_index.md @@ -0,0 +1,3 @@ +--- +title: "Authors" +--- diff --git a/themes/hugoplate/exampleSite/content/english/authors/john-doe.md b/themes/hugoplate/exampleSite/content/english/authors/john-doe.md new file mode 100644 index 00000000..3b550507 --- /dev/null +++ b/themes/hugoplate/exampleSite/content/english/authors/john-doe.md @@ -0,0 +1,20 @@ +--- +title: John Doe +email: johndoe@email.com +image: "/images/avatar.png" +description: this is meta description +social: + - name: github + icon: fa-brands fa-github + link: https://github.com + + - name: twitter + icon: fa-brands fa-twitter + link: https://twitter.com + + - name: linkedin + icon: fa-brands fa-linkedin + link: https://linkedin.com +--- + +lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostr navigation et dolore magna aliqua. diff --git a/themes/hugoplate/exampleSite/content/english/authors/sam-wilson.md b/themes/hugoplate/exampleSite/content/english/authors/sam-wilson.md new file mode 100644 index 00000000..beccae63 --- /dev/null +++ b/themes/hugoplate/exampleSite/content/english/authors/sam-wilson.md @@ -0,0 +1,20 @@ +--- +title: Sam Wilson +email: samwilson@email.com +image: "/images/avatar.png" +description: this is meta description +social: + - name: github + icon: fa-brands fa-github + link: https://github.com + + - name: twitter + icon: fa-brands fa-twitter + link: https://twitter.com + + - name: linkedin + icon: fa-brands fa-linkedin + link: https://linkedin.com +--- + +lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostr navigation et dolore magna aliqua. diff --git a/themes/hugoplate/exampleSite/content/english/authors/william-jacob.md b/themes/hugoplate/exampleSite/content/english/authors/william-jacob.md new file mode 100644 index 00000000..3e15e0b4 --- /dev/null +++ b/themes/hugoplate/exampleSite/content/english/authors/william-jacob.md @@ -0,0 +1,20 @@ +--- +title: William Jacob +email: williamjacob@email.com +image: "/images/avatar.png" +description: this is meta description +social: + - name: github + icon: fa-brands fa-github + link: https://github.com + + - name: twitter + icon: fa-brands fa-twitter + link: https://twitter.com + + - name: linkedin + icon: fa-brands fa-linkedin + link: https://linkedin.com +--- + +lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostr navigation et dolore magna aliqua. diff --git a/themes/hugoplate/exampleSite/content/english/blog/_index.md b/themes/hugoplate/exampleSite/content/english/blog/_index.md new file mode 100755 index 00000000..17564a26 --- /dev/null +++ b/themes/hugoplate/exampleSite/content/english/blog/_index.md @@ -0,0 +1,5 @@ +--- +title: "Blog Posts" +meta_title: "" +description: "this is meta description" +--- diff --git a/themes/hugoplate/exampleSite/content/english/blog/post-1.md b/themes/hugoplate/exampleSite/content/english/blog/post-1.md new file mode 100755 index 00000000..68280a66 --- /dev/null +++ b/themes/hugoplate/exampleSite/content/english/blog/post-1.md @@ -0,0 +1,23 @@ +--- +title: "How to build an Application with modern Technology" +meta_title: "" +description: "this is meta description" +date: 2022-04-04T05:00:00Z +image: "/images/image-placeholder.png" +categories: ["Application", "Data"] +author: "John Doe" +tags: ["nextjs", "tailwind"] +draft: false +--- + +Nemo vel ad consectetur namut rutrum ex, venenatis sollicitudin urna. Aliquam erat volutpat. Integer eu ipsum sem. Ut bibendum lacus vestibulum maximus suscipit. Quisque vitae nibh iaculis neque blandit euismod. + +Lorem ipsum dolor sit amet consectetur adipisicing elit. Nemo vel ad consectetur ut aperiam. Itaque eligendi natus aperiam? Excepturi repellendus consequatur quibusdam optio expedita praesentium est adipisci dolorem ut eius! + +## Creative Design + +Nam ut rutrum ex, venenatis sollicitudin urna. Aliquam erat volutpat. Integer eu ipsum sem. Ut bibendum lacus vestibulum maximus suscipit. Quisque vitae nibh iaculis neque blandit euismod. + +> Lorem ipsum dolor sit amet consectetur adipisicing elit. Nemo vel ad consectetur ut aperiam. Itaque eligendi natus aperiam? Excepturi repellendus consequatur quibusdam optio expedita praesentium est adipisci dolorem ut eius! + +Lorem ipsum dolor sit amet consectetur adipisicing elit. Nemo vel ad consectetur ut aperiam. Itaque eligendi natus aperiam? Excepturi repellendus consequatur quibusdam optio expedita praesentium est adipisci dolorem ut eius! diff --git a/themes/hugoplate/exampleSite/content/english/blog/post-2.md b/themes/hugoplate/exampleSite/content/english/blog/post-2.md new file mode 100755 index 00000000..d0e6f1bb --- /dev/null +++ b/themes/hugoplate/exampleSite/content/english/blog/post-2.md @@ -0,0 +1,23 @@ +--- +title: "How to build an Application with modern Technology" +meta_title: "" +description: "this is meta description" +date: 2022-04-04T05:00:00Z +image: "/images/image-placeholder.png" +categories: ["Technology", "Data"] +author: "Sam Wilson" +tags: ["technology", "tailwind"] +draft: false +--- + +Nemo vel ad consectetur namut rutrum ex, venenatis sollicitudin urna. Aliquam erat volutpat. Integer eu ipsum sem. Ut bibendum lacus vestibulum maximus suscipit. Quisque vitae nibh iaculis neque blandit euismod. + +Lorem ipsum dolor sit amet consectetur adipisicing elit. Nemo vel ad consectetur ut aperiam. Itaque eligendi natus aperiam? Excepturi repellendus consequatur quibusdam optio expedita praesentium est adipisci dolorem ut eius! + +## Creative Design + +Nam ut rutrum ex, venenatis sollicitudin urna. Aliquam erat volutpat. Integer eu ipsum sem. Ut bibendum lacus vestibulum maximus suscipit. Quisque vitae nibh iaculis neque blandit euismod. + +> Lorem ipsum dolor sit amet consectetur adipisicing elit. Nemo vel ad consectetur ut aperiam. Itaque eligendi natus aperiam? Excepturi repellendus consequatur quibusdam optio expedita praesentium est adipisci dolorem ut eius! + +Lorem ipsum dolor sit amet consectetur adipisicing elit. Nemo vel ad consectetur ut aperiam. Itaque eligendi natus aperiam? Excepturi repellendus consequatur quibusdam optio expedita praesentium est adipisci dolorem ut eius! diff --git a/themes/hugoplate/exampleSite/content/english/blog/post-3.md b/themes/hugoplate/exampleSite/content/english/blog/post-3.md new file mode 100755 index 00000000..ef70402c --- /dev/null +++ b/themes/hugoplate/exampleSite/content/english/blog/post-3.md @@ -0,0 +1,23 @@ +--- +title: "How to build an Application with modern Technology" +meta_title: "" +description: "this is meta description" +date: 2022-04-04T05:00:00Z +image: "/images/image-placeholder.png" +categories: ["Software"] +author: "John Doe" +tags: ["software", "tailwind"] +draft: false +--- + +Nemo vel ad consectetur namut rutrum ex, venenatis sollicitudin urna. Aliquam erat volutpat. Integer eu ipsum sem. Ut bibendum lacus vestibulum maximus suscipit. Quisque vitae nibh iaculis neque blandit euismod. + +Lorem ipsum dolor sit amet consectetur adipisicing elit. Nemo vel ad consectetur ut aperiam. Itaque eligendi natus aperiam? Excepturi repellendus consequatur quibusdam optio expedita praesentium est adipisci dolorem ut eius! + +## Creative Design + +Nam ut rutrum ex, venenatis sollicitudin urna. Aliquam erat volutpat. Integer eu ipsum sem. Ut bibendum lacus vestibulum maximus suscipit. Quisque vitae nibh iaculis neque blandit euismod. + +> Lorem ipsum dolor sit amet consectetur adipisicing elit. Nemo vel ad consectetur ut aperiam. Itaque eligendi natus aperiam? Excepturi repellendus consequatur quibusdam optio expedita praesentium est adipisci dolorem ut eius! + +Lorem ipsum dolor sit amet consectetur adipisicing elit. Nemo vel ad consectetur ut aperiam. Itaque eligendi natus aperiam? Excepturi repellendus consequatur quibusdam optio expedita praesentium est adipisci dolorem ut eius! diff --git a/themes/hugoplate/exampleSite/content/english/blog/post-4.md b/themes/hugoplate/exampleSite/content/english/blog/post-4.md new file mode 100755 index 00000000..c9ff3722 --- /dev/null +++ b/themes/hugoplate/exampleSite/content/english/blog/post-4.md @@ -0,0 +1,23 @@ +--- +title: "How to build an Application with modern Technology" +meta_title: "" +description: "this is meta description" +date: 2022-04-04T05:00:00Z +image: "/images/image-placeholder.png" +categories: ["Architecture"] +author: "John Doe" +tags: ["silicon", "technology"] +draft: false +--- + +Nemo vel ad consectetur namut rutrum ex, venenatis sollicitudin urna. Aliquam erat volutpat. Integer eu ipsum sem. Ut bibendum lacus vestibulum maximus suscipit. Quisque vitae nibh iaculis neque blandit euismod. + +Lorem ipsum dolor sit amet consectetur adipisicing elit. Nemo vel ad consectetur ut aperiam. Itaque eligendi natus aperiam? Excepturi repellendus consequatur quibusdam optio expedita praesentium est adipisci dolorem ut eius! + +## Creative Design + +Nam ut rutrum ex, venenatis sollicitudin urna. Aliquam erat volutpat. Integer eu ipsum sem. Ut bibendum lacus vestibulum maximus suscipit. Quisque vitae nibh iaculis neque blandit euismod. + +> Lorem ipsum dolor sit amet consectetur adipisicing elit. Nemo vel ad consectetur ut aperiam. Itaque eligendi natus aperiam? Excepturi repellendus consequatur quibusdam optio expedita praesentium est adipisci dolorem ut eius! + +Lorem ipsum dolor sit amet consectetur adipisicing elit. Nemo vel ad consectetur ut aperiam. Itaque eligendi natus aperiam? Excepturi repellendus consequatur quibusdam optio expedita praesentium est adipisci dolorem ut eius! diff --git a/themes/hugoplate/exampleSite/content/english/contact/_index.md b/themes/hugoplate/exampleSite/content/english/contact/_index.md new file mode 100644 index 00000000..bd6b9f6b --- /dev/null +++ b/themes/hugoplate/exampleSite/content/english/contact/_index.md @@ -0,0 +1,6 @@ +--- +title: "Contact" +meta_title: "" +description: "this is meta description" +draft: false +--- diff --git a/themes/hugoplate/exampleSite/content/english/pages/elements.md b/themes/hugoplate/exampleSite/content/english/pages/elements.md new file mode 100755 index 00000000..269ddbb5 --- /dev/null +++ b/themes/hugoplate/exampleSite/content/english/pages/elements.md @@ -0,0 +1,239 @@ +--- +title: "Elements" +# meta title +meta_title: "" +# meta description +description: "This is meta description" +# save as draft +draft: false +--- + +{{< toc >}} + +Here is an example of headings. You can use this heading by the following markdown rules. For example: use `#` for heading 1 and use `######` for heading 6. + +# Heading 1 + +## Heading 2 + +### Heading 3 + +#### Heading 4 + +##### Heading 5 + +###### Heading 6 + +