Compare commits

...

3 commits

257 changed files with 35 additions and 20 deletions

View file

@ -17,27 +17,27 @@ jobs:
matrix:
# define package to repository map
package:
- local_path: 'academic-cv'
- local_path: 'starters-bootstrap/academic-cv'
split_repository: 'theme-academic-cv'
- local_path: 'resume'
- local_path: 'starters/resume'
split_repository: 'theme-resume'
- local_path: 'markdown-slides'
- local_path: 'starters-bootstrap/markdown-slides'
split_repository: 'theme-markdown-slides'
- local_path: 'blog'
- local_path: 'starters/blog'
split_repository: 'theme-blog'
- local_path: 'documentation'
- local_path: 'starters/documentation'
split_repository: 'theme-documentation'
- local_path: 'portfolio'
- local_path: 'starters-bootstrap/portfolio'
split_repository: 'theme-portfolio'
- local_path: 'course'
- local_path: 'starters-bootstrap/course'
split_repository: 'theme-online-course'
- local_path: 'link-in-bio'
- local_path: 'starters/link-in-bio'
split_repository: 'theme-link-in-bio'
- local_path: 'research-group'
- local_path: 'starters-bootstrap/research-group'
split_repository: 'theme-research-group'
- local_path: 'second-brain'
- local_path: 'starters-bootstrap/second-brain'
split_repository: 'theme-second-brain'
- local_path: 'landing-page'
- local_path: 'starters/landing-page'
split_repository: 'theme-landing-page'
steps:
@ -48,7 +48,7 @@ jobs:
uses: "symplify/monorepo-split-github-action@v2.3.0"
with:
# ↓ split "packages/<package-name><package-name>" directory
package_directory: 'starters/${{ matrix.package.local_path }}'
package_directory: '${{ matrix.package.local_path }}'
# ↓ into https://github.com/HugoBlox/<package-name> repository
repository_organization: 'HugoBlox'

View file

@ -10,8 +10,13 @@
{{ range $idx, $item := $block.content.items }}
{{ $title := .title | emojify | $page.RenderString }}
{{ $text := .text | emojify | $page.RenderString }}
{{ $image := resources.GetMatch (path.Join "media" .image) }}
{{ $image = $image.Process "Resize 800x webp" }}
{{ $image_path := path.Join "media" .image }}
{{ $image := resources.GetMatch $image_path }}
{{ with $image }}
{{ $image = $image.Process "Resize 800x webp" }}
{{ else }}
{{ errorf "%s uses the `cta-image-paragraph` blox which specifies a non-existent `image` at `assets/%s`. Please add the image to this folder and try again." $page.File.Path $image_path }}
{{ end }}
<div class="gap-8 items-center py-8 px-4 mx-auto max-w-screen-xl xl:gap-16 md:grid md:grid-cols-2 sm:py-16 lg:px-6">
<img class="w-full" src="{{$image.RelPermalink}}" alt="{{$title | plainify}}" {{ if (modBool $idx 2)}}style="order: 1"{{end}}>
<div class="mt-4 md:mt-0">

View file

@ -1,6 +1,6 @@
# [Hugo Academic CV Theme](https://github.com/HugoBlox/theme-academic-cv)
[![Screenshot](./preview.png)](https://hugoblox.com/templates/)
[![Screenshot](preview.png)](https://hugoblox.com/templates/)
The Hugo **Academic Resumé Template** empowers you to easily create your job-winning online resumé, showcase your academic publications, and create online courses or knowledge bases to grow your audience.

View file

Before

Width:  |  Height:  |  Size: 6.8 KiB

After

Width:  |  Height:  |  Size: 6.8 KiB

View file

Before

Width:  |  Height:  |  Size: 9.5 KiB

After

Width:  |  Height:  |  Size: 9.5 KiB

View file

Before

Width:  |  Height:  |  Size: 901 B

After

Width:  |  Height:  |  Size: 901 B

View file

Before

Width:  |  Height:  |  Size: 956 B

After

Width:  |  Height:  |  Size: 956 B

View file

Before

Width:  |  Height:  |  Size: 1.3 MiB

After

Width:  |  Height:  |  Size: 1.3 MiB

View file

Before

Width:  |  Height:  |  Size: 606 KiB

After

Width:  |  Height:  |  Size: 606 KiB

View file

Before

Width:  |  Height:  |  Size: 236 KiB

After

Width:  |  Height:  |  Size: 236 KiB

View file

Before

Width:  |  Height:  |  Size: 431 KiB

After

Width:  |  Height:  |  Size: 431 KiB

View file

Before

Width:  |  Height:  |  Size: 216 KiB

After

Width:  |  Height:  |  Size: 216 KiB

View file

Before

Width:  |  Height:  |  Size: 102 KiB

After

Width:  |  Height:  |  Size: 102 KiB

View file

Before

Width:  |  Height:  |  Size: 134 KiB

After

Width:  |  Height:  |  Size: 134 KiB

View file

Before

Width:  |  Height:  |  Size: 217 KiB

After

Width:  |  Height:  |  Size: 217 KiB

View file

@ -1,6 +1,6 @@
# [Hugo Online Course Theme](https://github.com/wowchemy/starter-hugo-online-course)
[![Screenshot](./preview.png)](https://hugoblox.com/hugo-themes/)
[![Screenshot](preview.png)](https://hugoblox.com/hugo-themes/)
The **Online Course Template** empowers you easily create an online course or coaching business with the open source [**Hugo Blox Builder**](https://hugoblox.com/) for [Hugo](https://github.com/gohugoio/hugo). This Hugo learning theme helps you to teach the way that you want to learn!

View file

Before

Width:  |  Height:  |  Size: 165 KiB

After

Width:  |  Height:  |  Size: 165 KiB

View file

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View file

Before

Width:  |  Height:  |  Size: 45 KiB

After

Width:  |  Height:  |  Size: 45 KiB

View file

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

View file

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

View file

Before

Width:  |  Height:  |  Size: 1.5 MiB

After

Width:  |  Height:  |  Size: 1.5 MiB

Some files were not shown because too many files have changed in this diff Show more