Skip to content

Commit

Permalink
blog first
Browse files Browse the repository at this point in the history
- added blog to frontpage
- striped down navigation
  • Loading branch information
tbsbdr committed Apr 20, 2024
1 parent 50c5526 commit b2fbba7
Show file tree
Hide file tree
Showing 77 changed files with 52,223 additions and 1,079 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@

.DS_Store
/node_modules
/public
public/*
public/authors/sam-wilson/index.html
40 changes: 4 additions & 36 deletions config/_default/menus.en.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,48 +2,20 @@

# main menu
[[main]]
name = "Home"
name = "Blog"
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"
name = "About"
pageRef = "/about"
weight = 2

[[main]]
parent = "Pages"
name = "Authors"
pageRef = "/authors"

[[main]]
parent = "Pages"
name = "Categories"
pageRef = "/categories"

[[main]]
parent = "Pages"
name = "404 Page"
pageRef = "/404"


# footer menu
Expand All @@ -52,10 +24,6 @@ name = "About"
pageRef = "/about"
weight = 1

[[footer]]
name = "Elements"
pageRef = "/elements"
weight = 2

[[footer]]
name = "Privacy Policy"
Expand Down
6 changes: 3 additions & 3 deletions config/_default/params.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# 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 = ""
logo_darkmode = "images/logo-darkmode.png"
# use `px` or `x` with logo_width, example: "100px".
# Note: logo_width is not work with .svg file
Expand All @@ -11,7 +11,7 @@ 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"
logo_text = "Tobias' Blog"
# navbar fixed to top
navbar_fixed = true
# theme-mode
Expand All @@ -37,7 +37,7 @@ preloader = "" # use jpg, png, svg or gif format.

# Navigation button
[navigation_button]
enable = true
enable = false
label = "get a quote"
link = "contact"

Expand Down
53 changes: 0 additions & 53 deletions content/english/_index.md
Original file line number Diff line number Diff line change
@@ -1,53 +0,0 @@
---
# Banner
banner:
title: "The Ultimate Starter Template You Need To Start Your Tobii 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: ""
---
53 changes: 23 additions & 30 deletions hugo_stats.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"tags": [
"a",
"article",
"base",
"blockquote",
"body",
"button",
Expand Down Expand Up @@ -62,15 +63,18 @@
"classes": [
"-translate-x-1/2",
"-translate-y-1/2",
"2xl:bg-pink-200",
"2xl:block",
"2xl:hidden",
"absolute",
"accordion",
"accordion-content",
"accordion-header",
"accordion-icon",
"active",
"bg-body",
"bg-gradient",
"bg-gradient-to-b",
"bg-gray-200",
"bg-primary",
"bg-theme-light",
"bg-white",
Expand Down Expand Up @@ -106,10 +110,7 @@
"dark:text-white",
"dark:to-darkmode-theme-light",
"dsq-brlink",
"fa",
"fa-arrow-right",
"fa-brands",
"fa-check",
"fa-circle-user",
"fa-clock",
"fa-facebook",
Expand All @@ -122,6 +123,7 @@
"fa-twitter",
"fab",
"fill-current",
"fixed",
"flex",
"font-bold",
"font-primary",
Expand All @@ -133,9 +135,7 @@
"gallery-item",
"gallery-slider",
"glightbox",
"group",
"gx-5",
"h-4",
"h-6",
"h2",
"h3",
Expand All @@ -160,7 +160,8 @@
"justify-center",
"left-0",
"left-1/2",
"lg:!max-w-[800px]",
"lg:bg-green-200",
"lg:block",
"lg:col-10",
"lg:col-3",
"lg:col-4",
Expand All @@ -169,23 +170,17 @@
"lg:col-7",
"lg:col-8",
"lg:flex",
"lg:group-hover:opacity-100",
"lg:group-hover:visible",
"lg:hidden",
"lg:inline-block",
"lg:mb-0",
"lg:ml-0",
"lg:mt-0",
"lg:order-1",
"lg:pb-0",
"lg:space-x-2",
"lg:text-h1",
"lg:text-left",
"lg:text-right",
"lg:w-auto",
"logo-dark",
"logo-disqus",
"logo-light",
"m-1",
"m-3",
"max-w-[600px]",
Expand All @@ -196,14 +191,12 @@
"mb-4",
"mb-6",
"mb-8",
"mb:md-0",
"md:bg-yellow-200",
"md:block",
"md:col-10",
"md:col-5",
"md:col-6",
"md:col-7",
"md:col-8",
"md:col-9",
"md:order-1",
"md:hidden",
"md:order-2",
"ml-0",
"ml-2",
Expand All @@ -218,15 +211,10 @@
"mt-10",
"mt-11",
"mt-20",
"mt-4",
"mt-6",
"mt-8",
"mt-9",
"mx-auto",
"nav-dropdown",
"nav-dropdown-item",
"nav-dropdown-link",
"nav-dropdown-list",
"nav-item",
"nav-link",
"navbar",
Expand All @@ -247,8 +235,6 @@
"pb-14",
"pb-16",
"pb-6",
"pl-2",
"pl-6",
"pr-5",
"pt-14",
"pt-7",
Expand All @@ -263,7 +249,7 @@
"py-14",
"py-2",
"py-7",
"relative",
"py-[2.5px]",
"rounded",
"rounded-2xl",
"rounded-full",
Expand All @@ -290,7 +276,10 @@
"share-reddit",
"share-title",
"share-twitter",
"sm:bg-red-200",
"sm:block",
"sm:col-10",
"sm:hidden",
"social-icons",
"space-x-1",
"space-x-3",
Expand All @@ -310,11 +299,11 @@
"table-of-content",
"testimonial-slider",
"testimonial-slider-pagination",
"text-[12px]",
"text-[8rem]",
"text-black",
"text-center",
"text-dark",
"text-h3",
"text-lg",
"text-light",
"text-primary",
"text-red-500",
Expand All @@ -324,15 +313,19 @@
"tip",
"to-theme-light",
"top-0",
"top-1.5",
"top-1/2",
"w-4",
"uppercase",
"w-[30px]",
"w-full",
"warning",
"xl:bg-blue-200",
"xl:block",
"xl:col-6",
"xl:hidden",
"xl:space-x-8",
"z-10",
"z-30",
"z-50",
"zoomable"
],
"ids": [
Expand Down
Loading

0 comments on commit b2fbba7

Please sign in to comment.