Compare commits

...

3 commits

Author SHA1 Message Date
George Cushen b13d437838 starters: update metadata 2024-02-28 22:14:08 +00:00
George Cushen 6419ee6413 starters: update metadata 2024-02-28 21:49:47 +00:00
George Cushen 5e0fb4a205 starters: update mod 2024-02-28 19:55:30 +00:00
29 changed files with 79 additions and 28 deletions

View file

@ -1,7 +1,7 @@
name: Deploy website to GitHub Pages
env:
WC_HUGO_VERSION: '0.123.4'
WC_HUGO_VERSION: '0.123.6'
on:
# Trigger the workflow every time you push to the `main` branch

View file

@ -4,5 +4,5 @@ go 1.19
require (
github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.1.2-0.20231125204555-f431a4a2c705
github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.2.1-0.20240226204435-b7ae01c12355
github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.2.1-0.20240228195300-ae83c68788d6
)

View file

@ -1,2 +1,2 @@
build:
hugo_version: '0.123.4'
hugo_version: '0.123.6'

View file

@ -3,7 +3,7 @@
publish = "public"
[build.environment]
HUGO_VERSION = "0.123.4"
HUGO_VERSION = "0.123.6"
GO_VERSION = "1.21.5"
NODE_VERSION = "21.1.0"
HUGO_ENABLEGITINFO = "true"

View file

@ -1,7 +1,7 @@
name: Deploy website to GitHub Pages
env:
WC_HUGO_VERSION: '0.123.4'
WC_HUGO_VERSION: '0.123.6'
on:
# Trigger the workflow every time you push to the `main` branch

View file

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

View file

@ -1,8 +1,8 @@
module github.com/wowchemy/hugo-documentation-theme
module github.com/HugoBlox/theme-documentation
go 1.15
require (
github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.1.2-0.20240217212918-ae7f0c597978
github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.2.1-0.20240226204435-b7ae01c12355
github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.2.1-0.20240228195300-ae83c68788d6
)

View file

@ -1,2 +1,2 @@
build:
hugo_version: '0.123.4'
hugo_version: '0.123.6'

Binary file not shown.

After

Width:  |  Height:  |  Size: 139 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 74 KiB

View file

@ -3,7 +3,7 @@
publish = "public"
[build.environment]
HUGO_VERSION = "0.123.4"
HUGO_VERSION = "0.123.6"
HUGO_ENABLEGITINFO = "true"
[context.production.environment]

View file

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

View file

@ -1,7 +1,7 @@
name: Deploy website to GitHub Pages
env:
WC_HUGO_VERSION: '0.123.4'
WC_HUGO_VERSION: '0.123.6'
on:
# Trigger the workflow every time you push to the `main` branch

View file

@ -1,6 +1,6 @@
MIT License
Copyright (c) 2020-present George Cushen
Copyright (c) 2020-present George Cushen (https://georgecushen.com)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

View file

@ -1,8 +1,8 @@
module my_website
module github.com/HugoBlox/theme-landing-page
go 1.19
require (
github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.1.2-0.20231108143325-448ed0e3bd2b
github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.2.1-0.20240226204435-b7ae01c12355
github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.2.1-0.20240228195300-ae83c68788d6
)

View file

@ -1,2 +1,2 @@
build:
hugo_version: '0.123.4'
hugo_version: '0.123.6'

Binary file not shown.

After

Width:  |  Height:  |  Size: 583 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 75 KiB

View file

@ -3,7 +3,7 @@
publish = "public"
[build.environment]
HUGO_VERSION = "0.123.4"
HUGO_VERSION = "0.123.6"
HUGO_ENABLEGITINFO = "true"
[context.production.environment]

View file

@ -0,0 +1,15 @@
name = "Landing Page Builder"
license = "MIT"
licenselink = "https://github.com/HugoBlox/theme-landing-page/blob/main/LICENSE.md"
description = "Easily build your landing page with pre-designed blocks. Create beautiful startup websites, marketing websites, and landing pages to accelerate your business growth."
homepage = "https://github.com/HugoBlox/theme-landing-page"
demosite = "https://theme-landing-page.netlify.app/"
tags = ["landing", "docs", "blog", "responsive", "minimal", "light", "dark", "multilingual", "dark mode", "tailwind", "company", "gallery"]
features = ["secure", "fast", "search", "dark mode", "widgets"]
# If the theme has a single author
[author]
name = "George Cushen"
homepage = "https://georgecushen.com/"

View file

@ -1,7 +1,7 @@
name: Deploy website to GitHub Pages
env:
WC_HUGO_VERSION: '0.123.4'
WC_HUGO_VERSION: '0.123.6'
on:
# Trigger the workflow every time you push to the `main` branch

View file

@ -4,5 +4,5 @@ go 1.19
require (
github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.1.2-0.20231108143325-448ed0e3bd2b
github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.2.1-0.20240226204435-b7ae01c12355
github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.2.1-0.20240228195300-ae83c68788d6
)

View file

@ -1,2 +1,2 @@
build:
hugo_version: '0.123.4'
hugo_version: '0.123.6'

View file

@ -3,7 +3,7 @@
publish = "public"
[build.environment]
HUGO_VERSION = "0.123.4"
HUGO_VERSION = "0.123.6"
HUGO_ENABLEGITINFO = "true"
[context.production.environment]

View file

@ -1,7 +1,7 @@
name: Deploy website to GitHub Pages
env:
WC_HUGO_VERSION: '0.123.4'
WC_HUGO_VERSION: '0.123.6'
on:
# Trigger the workflow every time you push to the `main` branch

View file

@ -103,15 +103,15 @@ skills:
- name: Python
description: ''
percent: 80
icon: code-bracket
- name: Data Science
icon: devicon/python
- name: RStudio
description: ''
percent: 100
icon: chart-bar
- name: SQL
icon: devicon/rstudio
- name: PyTorch
description: ''
percent: 40
icon: circle-stack
icon: devicon/pytorch
- name: Hobbies
color: '#eeac02'
color_border: '#f0bf23'

View file

@ -4,5 +4,5 @@ go 1.19
require (
github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.1.2-0.20231125200520-804c70f7efb8
github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.2.1-0.20240226204435-b7ae01c12355
github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.2.1-0.20240228195300-ae83c68788d6
)

View file

@ -1,2 +1,2 @@
build:
hugo_version: '0.123.4'
hugo_version: '0.123.6'

View file

@ -3,7 +3,7 @@
publish = "public"
[build.environment]
HUGO_VERSION = "0.123.4"
HUGO_VERSION = "0.123.6"
HUGO_ENABLEGITINFO = "true"
[context.production.environment]