diff --git a/.github/workflows/snigdhaos-commitizen-on-push.yml b/.github/workflows/snigdhaos-commitizen-on-push.yml
new file mode 100644
index 00000000..5f3fa559
--- /dev/null
+++ b/.github/workflows/snigdhaos-commitizen-on-push.yml
@@ -0,0 +1,30 @@
+name: Snigdha OS Commitizen Check on Push
+
+on:
+ push:
+ branches:
+ - master
+
+jobs:
+ commitizen_check:
+ name: Check Commitizen Commit on Push
+ runs-on: ubuntu-latest
+
+ steps:
+ - name: Checkout Repository
+ uses: actions/checkout@v2
+
+ - name: Install Node.js
+ uses: actions/setup-node@v3
+ with:
+ node-version: '14'
+
+ - name: Install Commitizen
+ run: npm install -g commitizen
+
+ - name: Verify Commitizen Commit
+ run: |
+ if git log --format='%s' ${{ github.event.before }}..${{ github.sha }} | grep -v '^(feat|fix|docs|style|refactor|perf|test|chore)(\(.+\))?: .+'; then
+ echo "Invalid commit message found. Please use Commitizen convention."
+ exit 1
+ fi
\ No newline at end of file
diff --git a/.github/workflows/snigdhaos-commitzen-on-pull.yml b/.github/workflows/snigdhaos-commitzen-on-pull.yml
new file mode 100644
index 00000000..c80a671a
--- /dev/null
+++ b/.github/workflows/snigdhaos-commitzen-on-pull.yml
@@ -0,0 +1,30 @@
+name: Snigdha OS Commitizen Check On Pull
+
+on:
+ pull_request:
+ branches:
+ - master
+
+jobs:
+ commitizen_check:
+ name: Check Commitizen Commit on Pull Request
+ runs-on: ubuntu-latest
+
+ steps:
+ - name: Checkout Repository
+ uses: actions/checkout@v2
+
+ - name: Install Node.js
+ uses: actions/setup-node@v3
+ with:
+ node-version: '14'
+
+ - name: Install Commitizen
+ run: npm install -g commitizen
+
+ - name: Verify Commitizen Commit
+ run: |
+ if git log --format='%s' ${{ github.event.before }}..${{ github.sha }} | grep -v '^(feat|fix|docs|style|refactor|perf|test|chore)(\(.+\))?: .+'; then
+ echo "Invalid commit message found. Please use Commitizen convention."
+ exit 1
+ fi
\ No newline at end of file
diff --git a/assets/images/eshanized-face.png b/assets/images/eshanized-face.png
new file mode 100644
index 00000000..3cbe2a6d
Binary files /dev/null and b/assets/images/eshanized-face.png differ
diff --git a/assets/images/eshanized.jpg b/assets/images/eshanized.jpg
new file mode 100644
index 00000000..131760a1
Binary files /dev/null and b/assets/images/eshanized.jpg differ
diff --git a/assets/images/snigdhaos-icon.svg b/assets/images/snigdhaos-icon.svg
new file mode 100644
index 00000000..d7d98625
--- /dev/null
+++ b/assets/images/snigdhaos-icon.svg
@@ -0,0 +1,15 @@
+
\ No newline at end of file
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/content/english/_index.md b/content/english/_index.md
index ac57fb0a..0c5999de 100755
--- a/content/english/_index.md
+++ b/content/english/_index.md
@@ -2,8 +2,8 @@
# Banner
banner:
title: "Blazing Fast🚀
Optimal Performance🕛"
- content: "Snigdha OS is an Arch based Linux Distro. It is light in weight, easy to use interface, clean and minimal, get a wide range of options during installation. It has been developed as minimal and bloatware free OS. Which is known as **Snigdha OS Arctic**. In future it will be upgrading to penetration distribution with code name **bloodline** along with same build id.Click on the **Download** button and experience a new and modern linux distribution powered by **Snigdha OS ZEN Kernel.**"
- # image: "/images/snigdhaos-banner.svg"
+ content: "Snigdha OS is an Arch based Linux Distribution (*Known as **Distro**). It is light-weight, easy to use interface (***DE: Gnome**), clean and minimal, get a wide range of options during installation. It has been developed as minimal and bloatware free OS. Which is known as **Snigdha OS Arctic**. Click on the **Download** button and experience a new and modern linux distribution. "
+ image: "/images/snigdhaos-icon.svg"
button:
enable: true
label: "Download"
diff --git a/content/english/about/_index.md b/content/english/about/_index.md
index 2aec8981..775d343a 100644
--- a/content/english/about/_index.md
+++ b/content/english/about/_index.md
@@ -2,7 +2,7 @@
title: "SNIGDHA OS WELCOMES YOU, MASTER!"
meta_title: "About"
description: "Short Overview or About Snigdha OS"
-image: "/images/snigdhaos-avatar.svg"
+image: "/images/snigdhaos-icon.svg"
draft: false
---
@@ -10,7 +10,7 @@ draft: false
Key features of **Snigdha OS** include:
-🎯 Rolling Release Model: **Snigdha OS** follows a rolling release model[?](https://en.wikipedia.org/wiki/Rolling_release), which means that instead of releasing fixed, periodic updates, packages are continuously updated to their latest versions. This ensures users have access to the latest software releases without the need for major system upgrades.
+🎯 Rolling Release Model: **Snigdha OS** follows a rolling release model [?](https://en.wikipedia.org/wiki/Rolling_release), which means that instead of releasing fixed, periodic updates, packages are continuously updated to their latest versions. This ensures users have access to the latest software releases without the need for major system upgrades.
🎯 Package Manager: **Snigdha OS** utilizes the Pacman[?](https://wiki.archlinux.org/title/pacman) package manager for package management. Pacman is a powerful command-line tool that allows users to easily install, update, and remove software packages from the Arch repositories as well as from the Arch User Repository (AUR), a community-driven repository of user-contributed packages. **Snigdha OS** also comes with both [Pamac](https://wiki.manjaro.org/index.php/Pamac) & [Octopi](https://tintaescura.com/projects/octopi/).
@@ -20,4 +20,7 @@ Key features of **Snigdha OS** include:
🎯 Documentation and Community Support: **Snigdha OS** boasts extensive documentation which provides detailed guides, tutorials, and troubleshooting information for users at all levels of expertise. Additionally, the **Snigdha OS** community is known for its active and helpful forums, where users can seek assistance, share knowledge, and collaborate on projects.
-Overall, **Snigdha OS** appeals to users who value simplicity, customization, and the ability to fine-tune their system to meet their specific requirements. It's an ideal choice for users who enjoy the process of building and maintaining their Linux environment.
\ No newline at end of file
+Overall, **Snigdha OS** appeals to users who value simplicity, customization, and the ability to fine-tune their system to meet their specific requirements. It's an ideal choice for users who enjoy the process of building and maintaining their Linux environment.
+
+## About the Authors:
+ - [ESHANIZED](/authors/eshanized/)
\ No newline at end of file
diff --git a/content/english/authors/eshanized.md b/content/english/authors/eshanized.md
index 9a2e50a6..c345df3d 100644
--- a/content/english/authors/eshanized.md
+++ b/content/english/authors/eshanized.md
@@ -1,7 +1,7 @@
---
title: Eshanized
email: eshan@snigdhaos.org
-image: "https://github.com/eshanized/eshanized/blob/main/eshanized_square.png?raw=True"
+image: "https://github.com/Snigdha-OS/Snigdha-OS.github.io/blob/master/assets/images/eshanized-face.png?raw=True"
description: this is meta description
social:
- name: github
diff --git a/content/english/blog/check-package-version-on-snigdha-os.md b/content/english/blog/check-package-version-on-snigdha-os.md
index 0d90482d..8a64cb85 100755
--- a/content/english/blog/check-package-version-on-snigdha-os.md
+++ b/content/english/blog/check-package-version-on-snigdha-os.md
@@ -3,7 +3,7 @@ title: "How to check package version on Snigdha OS?"
meta_title: "How to check package version on Snigdha OS?"
description: "How to check package version on Snigdha OS?"
# date: 2024-04-14T05:00:00Z
-image: "/images/snigdhaos-versioning.png"
+# image: "/images/snigdhaos-versioning.png"
categories: ["Information"]
author: "Eshanized"
tags: ["version"]
diff --git a/content/english/blog/linux-zen-kernel.md b/content/english/blog/linux-zen-kernel.md
index 48c7428e..afa01ad3 100644
--- a/content/english/blog/linux-zen-kernel.md
+++ b/content/english/blog/linux-zen-kernel.md
@@ -2,7 +2,7 @@
title: "What is Linux Zen Patched Kernel?"
meta_title: "What is Linux Zen Patched Kernel?"
description: "What is Linux Zen Patched Kernel?"
-image: "/images/linux-kernel.jpg"
+# image: "/images/linux-kernel.jpg"
categories: ["Information"]
author: "Iconized"
tags: ["Information"]
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/iconized.sh b/iconized.sh
index cc1f786e..c14e7b3d 100755
--- a/iconized.sh
+++ b/iconized.sh
@@ -1 +1,36 @@
-#!/bin/bash
\ No newline at end of file
+<<<<<<< HEAD
+#!/bin/bash
+=======
+#!/bin/bash
+
+# Author : Eshan Roy
+# URI : https://eshanized.github.io
+
+# NOTE: If you are on Snigdha OS,
+# you can install commitizen-go with `sudo pacman -S commitizen-go`
+# or `s commitizen-go`. Else you need to install `yay` or `yay-bin`
+# to install commitizen. I have written this script only for *Arch Linux.
+
+# Function to check if Commitizen is installed
+check_commitizen() {
+ if ! pacman -Qq commitizen-go &> /dev/null; then
+ echo "Commitizen is not installed. Please install it using 'yay -S commitizen-go'." >&2
+ exit 1
+ fi
+}
+
+# Function to stage, commit, and push changes
+push_to_github() {
+ git add .
+ git cz
+ git push origin master
+}
+
+# Main Function
+main() {
+ check_commitizen
+ push_to_github
+}
+
+main
+>>>>>>> 122db96bc4e6a7242cb3d37c53eef560cb6aba8f
diff --git a/push.sh b/push.sh
index d492e8ce..60508a5a 100755
--- a/push.sh
+++ b/push.sh
@@ -1,10 +1,32 @@
#!/bin/bash
-# Author: Eshan Roy (Eshanized)
+# Author : Eshan Roy
+# URI : https://eshanized.github.io
-BRANCH=master
-CMSG="⏳ @eshanized updated the Website!!!"
+# NOTE: If you are on Snigdha OS,
+# you can install commitizen-go with `sudo pacman -S commitizen-go`
+# or `s commitizen-go`. Else you need to install `yay` or `yay-bin`
+# to install commitizen. I have written this script only for *Arch Linux.
-git add .
-git commit -m "${CMSG}"
-# git push origin "${BRANCH}"
\ No newline at end of file
+# Function to check if Commitizen is installed
+check_commitizen() {
+ if ! pacman -Qq commitizen-go &> /dev/null; then
+ echo "Commitizen is not installed. Please install it using 'yay -S commitizen-go'." >&2
+ exit 1
+ fi
+}
+
+# Function to stage, commit, and push changes
+push_to_github() {
+ git add .
+ git cz
+ git push origin master
+}
+
+# Main Function
+main() {
+ check_commitizen
+ push_to_github
+}
+
+main
\ No newline at end of file
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
+
+