mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-01-06 19:25:14 +01:00
Compare commits
3 commits
ae83c68788
...
b13d437838
Author | SHA1 | Date | |
---|---|---|---|
|
b13d437838 | ||
|
6419ee6413 | ||
|
5e0fb4a205 |
29 changed files with 79 additions and 28 deletions
2
starters/blog/.github/workflows/publish.yaml
vendored
2
starters/blog/.github/workflows/publish.yaml
vendored
|
@ -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
|
||||
|
|
|
@ -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
|
||||
)
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
build:
|
||||
hugo_version: '0.123.4'
|
||||
hugo_version: '0.123.6'
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
21
starters/documentation/LICENSE.md
Normal file
21
starters/documentation/LICENSE.md
Normal 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.
|
|
@ -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
|
||||
)
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
build:
|
||||
hugo_version: '0.123.4'
|
||||
hugo_version: '0.123.6'
|
||||
|
|
BIN
starters/documentation/images/screenshot.png
Normal file
BIN
starters/documentation/images/screenshot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 139 KiB |
BIN
starters/documentation/images/tn.png
Normal file
BIN
starters/documentation/images/tn.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 74 KiB |
|
@ -3,7 +3,7 @@
|
|||
publish = "public"
|
||||
|
||||
[build.environment]
|
||||
HUGO_VERSION = "0.123.4"
|
||||
HUGO_VERSION = "0.123.6"
|
||||
HUGO_ENABLEGITINFO = "true"
|
||||
|
||||
[context.production.environment]
|
||||
|
|
15
starters/documentation/theme.toml
Normal file
15
starters/documentation/theme.toml
Normal 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/"
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
)
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
build:
|
||||
hugo_version: '0.123.4'
|
||||
hugo_version: '0.123.6'
|
||||
|
|
BIN
starters/landing-page/images/screenshot.png
Normal file
BIN
starters/landing-page/images/screenshot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 583 KiB |
BIN
starters/landing-page/images/tn.png
Normal file
BIN
starters/landing-page/images/tn.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 75 KiB |
|
@ -3,7 +3,7 @@
|
|||
publish = "public"
|
||||
|
||||
[build.environment]
|
||||
HUGO_VERSION = "0.123.4"
|
||||
HUGO_VERSION = "0.123.6"
|
||||
HUGO_ENABLEGITINFO = "true"
|
||||
|
||||
[context.production.environment]
|
||||
|
|
15
starters/landing-page/theme.toml
Normal file
15
starters/landing-page/theme.toml
Normal 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/"
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
)
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
build:
|
||||
hugo_version: '0.123.4'
|
||||
hugo_version: '0.123.6'
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
publish = "public"
|
||||
|
||||
[build.environment]
|
||||
HUGO_VERSION = "0.123.4"
|
||||
HUGO_VERSION = "0.123.6"
|
||||
HUGO_ENABLEGITINFO = "true"
|
||||
|
||||
[context.production.environment]
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -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
|
||||
)
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
build:
|
||||
hugo_version: '0.123.4'
|
||||
hugo_version: '0.123.6'
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
publish = "public"
|
||||
|
||||
[build.environment]
|
||||
HUGO_VERSION = "0.123.4"
|
||||
HUGO_VERSION = "0.123.6"
|
||||
HUGO_ENABLEGITINFO = "true"
|
||||
|
||||
[context.production.environment]
|
||||
|
|
Loading…
Reference in a new issue