Snippets Collections
hugo new --editor code post/x.md
{{ define "main" }}

<!-- HTML for Photos view here -->

                    {{- $list := where .Pages ".Params.photos" "!=" nil -}}
                    {{- $len := (len $list) -}}
                    {{ range $index, $value := $list }}

					<!-- Loop through each post happens here -->
                    <!-- HTML for each item here -->

                                {{ range first 1 .Params.photos }}
									<!-- HTML for the first image here, example given -->
<a href="{{ .Permalink }}" title="{{ .Title }}"><img src="{{ . }}"></img></a>
                                {{ end }}
	
                    {{ end }}
                                      
<!-- More HTML for Photos view -->				
{{ end }}
star

Sun Aug 28 2022 09:10:55 GMT+0000 (Coordinated Universal Time)

#hugo
star

Sun Aug 28 2022 09:10:28 GMT+0000 (Coordinated Universal Time)

#hugo
star

Sun Oct 24 2021 06:21:47 GMT+0000 (Coordinated Universal Time) https://wbaer.net/2021/01/getting-started-with-lunr.js-and-hugo/

#hugo #lunrjs
star

Thu Mar 18 2021 15:03:29 GMT+0000 (Coordinated Universal Time) http://micro.blog

#html #microblog #hugo

Save snippets that work with our extensions

Available in the Chrome Web Store Get Firefox Add-on Get VS Code extension