Compare commits
	
		
			5 commits
		
	
	
		
			
				851166b5d6
			
			...
			
				e334e896a8
			
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| e334e896a8 | |||
| 33154e80d2 | |||
| 8cae9bfc9a | |||
| bafdbac47e | |||
| 364ec75a45 | 
					 5 changed files with 9 additions and 9 deletions
				
			
		|  | @ -7,7 +7,7 @@ jobs: | ||||||
|   cleanup-staging: |   cleanup-staging: | ||||||
|     runs-on: docker |     runs-on: docker | ||||||
|     container: |     container: | ||||||
|       image: code.forgejo.org/oci/node:20-bookworm |       image: code.forgejo.org/oci/node:22-bookworm | ||||||
|     steps: |     steps: | ||||||
|       - name: Pipeline info PR |       - name: Pipeline info PR | ||||||
|         run: | |         run: | | ||||||
|  |  | ||||||
|  | @ -13,7 +13,7 @@ jobs: | ||||||
|   build: |   build: | ||||||
|     runs-on: docker |     runs-on: docker | ||||||
|     container: |     container: | ||||||
|       image: registry.gitlab.com/pages/hugo/hugo_extended:latest |       image: hugomods/hugo:exts-0.148.1 | ||||||
|     steps: |     steps: | ||||||
|       - name: Pipeline info |       - name: Pipeline info | ||||||
|         run: | |         run: | | ||||||
|  |  | ||||||
|  | @ -4,11 +4,15 @@ defaultContentLanguage = 'de' | ||||||
| timeZone = 'Europe/Berlin' | timeZone = 'Europe/Berlin' | ||||||
| title = 'CCC Hansestadt Hamburg e.V.' | title = 'CCC Hansestadt Hamburg e.V.' | ||||||
| theme = 'ccchh' | theme = 'ccchh' | ||||||
|  | capitalizeListTitles = false | ||||||
|  | pluralizeListTitles = false | ||||||
| 
 | 
 | ||||||
| cleanDestinationDir = true | cleanDestinationDir = true | ||||||
| enableGitInfo = true | enableGitInfo = true | ||||||
| # paginate = 10 | # paginate = 10 | ||||||
| 
 | 
 | ||||||
|  | [markup.goldmark.renderer] | ||||||
|  |   unsafe = true | ||||||
| 
 | 
 | ||||||
| [outputs] | [outputs] | ||||||
|   home = ['html'] |   home = ['html'] | ||||||
|  |  | ||||||
|  | @ -1,11 +1,7 @@ | ||||||
| <article class="blog"> | <article class="blog"> | ||||||
|   {{- partial "blog-header.html" (dict "headingLink" true "level" 2 "page" . ) }} |   {{- partial "blog-header.html" (dict "headingLink" true "level" 2 "page" . ) }} | ||||||
|   <section> |   <section> | ||||||
|     {{- if in .RawContent "<!--more--> " }} |  | ||||||
|     {{ .Summary | safeHTML }} |     {{ .Summary | safeHTML }} | ||||||
|     {{- else }} |  | ||||||
|     <p>{{ .Summary | safeHTML }}</p> |  | ||||||
|     {{- end }} |  | ||||||
|     {{- if .Truncated }} |     {{- if .Truncated }} | ||||||
|     <div class="morelink"><a href="{{ .RelPermalink }}">mehr...</a></div> |     <div class="morelink"><a href="{{ .RelPermalink }}">mehr...</a></div> | ||||||
|     {{- end }} |     {{- end }} | ||||||
|  |  | ||||||
|  | @ -20,7 +20,7 @@ | ||||||
| {{- if in $validFormats $format }} | {{- if in $validFormats $format }} | ||||||
|   {{- if gt $page.Paginator.TotalPages 1 }} |   {{- if gt $page.Paginator.TotalPages 1 }} | ||||||
|     <ul class="pagination pagination-{{ $format }}"> |     <ul class="pagination pagination-{{ $format }}"> | ||||||
|       {{- partial (printf "partials/inline/pagination/%s" $format) $page }} |       {{- partial (printf "inline/pagination/%s.html" $format) $page }} | ||||||
|     </ul> |     </ul> | ||||||
|   {{- end }} |   {{- end }} | ||||||
| {{- else }} | {{- else }} | ||||||
|  | @ -29,7 +29,7 @@ | ||||||
| 
 | 
 | ||||||
| {{/* Format: default | {{/* Format: default | ||||||
| {{/* --------------------------------------------------------------------- */}} | {{/* --------------------------------------------------------------------- */}} | ||||||
| {{- define "partials/inline/pagination/default" }} | {{- define "_partials/inline/pagination/default.html" }} | ||||||
|   {{- with .Paginator }} |   {{- with .Paginator }} | ||||||
|     {{- $currentPageNumber := .PageNumber }} |     {{- $currentPageNumber := .PageNumber }} | ||||||
| 
 | 
 | ||||||
|  | @ -100,7 +100,7 @@ | ||||||
| 
 | 
 | ||||||
| {{/* Format: terse | {{/* Format: terse | ||||||
| {{/* --------------------------------------------------------------------- */}} | {{/* --------------------------------------------------------------------- */}} | ||||||
| {{- define "partials/inline/pagination/terse" }} | {{- define "_partials/inline/pagination/terse.html" }} | ||||||
|   {{- with .Paginator }} |   {{- with .Paginator }} | ||||||
|     {{- $currentPageNumber := .PageNumber }} |     {{- $currentPageNumber := .PageNumber }} | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue