Skip to content

Commit 83b6983

Browse files
author
Splitter
committed
starters: update metadata
1 parent e7eddd4 commit 83b6983

File tree

8 files changed

+40
-4
lines changed

8 files changed

+40
-4
lines changed

.github/workflows/publish.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Deploy website to GitHub Pages
22

33
env:
4-
WC_HUGO_VERSION: '0.123.4'
4+
WC_HUGO_VERSION: '0.123.6'
55

66
on:
77
# Trigger the workflow every time you push to the `main` branch

LICENSE.md

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2016-present George Cushen (https://georgecushen.com)
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ go 1.15
44

55
require (
66
github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.1.2-0.20240217212918-ae7f0c597978
7-
github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.2.1-0.20240226204435-b7ae01c12355
7+
github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.2.1-0.20240228195300-ae83c68788d6
88
)

hugoblox.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
build:
2-
hugo_version: '0.123.4'
2+
hugo_version: '0.123.6'

images/screenshot.png

139 KB
Loading

images/tn.png

73.5 KB
Loading

netlify.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
publish = "public"
44

55
[build.environment]
6-
HUGO_VERSION = "0.123.4"
6+
HUGO_VERSION = "0.123.6"
77
HUGO_ENABLEGITINFO = "true"
88

99
[context.production.environment]

theme.toml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name = "Easy Docs"
2+
license = "MIT"
3+
licenselink = "https://github.com/HugoBlox/theme-documentation/blob/main/LICENSE.md"
4+
description = "Easy, all-in-one beautiful documentation website including a customizable homepage and blog. Super fast, empowering you to focus on your content."
5+
6+
homepage = "https://github.com/HugoBlox/theme-documentation"
7+
demosite = "https://hugo-docs-theme.netlify.app"
8+
9+
tags = ["landing", "docs", "blog", "responsive", "minimal", "light", "dark", "multilingual", "dark mode", "tailwind", "company", "gallery"]
10+
features = ["secure", "fast", "search", "dark mode", "widgets"]
11+
12+
# If the theme has a single author
13+
[author]
14+
name = "George Cushen"
15+
homepage = "https://georgecushen.com/"

0 commit comments

Comments
 (0)