Compare commits
3 commits
f2ddf643ff
...
5c88aec094
Author | SHA1 | Date | |
---|---|---|---|
|
5c88aec094 | ||
|
0e99f0b10f | ||
|
7b3f949177 |
24
.github/workflows/split-packages.yaml
vendored
|
@ -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'
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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.
|
||||
|
Before Width: | Height: | Size: 240 KiB After Width: | Height: | Size: 240 KiB |
Before Width: | Height: | Size: 437 KiB After Width: | Height: | Size: 437 KiB |
Before Width: | Height: | Size: 114 KiB After Width: | Height: | Size: 114 KiB |
Before Width: | Height: | Size: 113 KiB After Width: | Height: | Size: 113 KiB |
Before Width: | Height: | Size: 324 KiB After Width: | Height: | Size: 324 KiB |
Before Width: | Height: | Size: 389 KiB After Width: | Height: | Size: 389 KiB |
Before Width: | Height: | Size: 94 KiB After Width: | Height: | Size: 94 KiB |
Before Width: | Height: | Size: 6.8 KiB After Width: | Height: | Size: 6.8 KiB |
Before Width: | Height: | Size: 9.5 KiB After Width: | Height: | Size: 9.5 KiB |
Before Width: | Height: | Size: 901 B After Width: | Height: | Size: 901 B |
Before Width: | Height: | Size: 956 B After Width: | Height: | Size: 956 B |
Before Width: | Height: | Size: 1.3 MiB After Width: | Height: | Size: 1.3 MiB |
Before Width: | Height: | Size: 606 KiB After Width: | Height: | Size: 606 KiB |
Before Width: | Height: | Size: 70 KiB After Width: | Height: | Size: 70 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 236 KiB After Width: | Height: | Size: 236 KiB |
Before Width: | Height: | Size: 260 KiB After Width: | Height: | Size: 260 KiB |
Before Width: | Height: | Size: 431 KiB After Width: | Height: | Size: 431 KiB |
Before Width: | Height: | Size: 322 KiB After Width: | Height: | Size: 322 KiB |
Before Width: | Height: | Size: 305 KiB After Width: | Height: | Size: 305 KiB |
Before Width: | Height: | Size: 209 KiB After Width: | Height: | Size: 209 KiB |
Before Width: | Height: | Size: 216 KiB After Width: | Height: | Size: 216 KiB |
Before Width: | Height: | Size: 102 KiB After Width: | Height: | Size: 102 KiB |
Before Width: | Height: | Size: 134 KiB After Width: | Height: | Size: 134 KiB |
Before Width: | Height: | Size: 217 KiB After Width: | Height: | Size: 217 KiB |
|
@ -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!
|
||||
|
Before Width: | Height: | Size: 165 KiB After Width: | Height: | Size: 165 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 45 KiB After Width: | Height: | Size: 45 KiB |
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 1.5 MiB After Width: | Height: | Size: 1.5 MiB |