final polish
|
@ -2988,6 +2988,11 @@ select {
|
|||
padding-right: 1.5rem;
|
||||
}
|
||||
|
||||
.px-8 {
|
||||
padding-left: 2rem;
|
||||
padding-right: 2rem;
|
||||
}
|
||||
|
||||
.px-\[0\.4rem\] {
|
||||
padding-left: 0.4rem;
|
||||
padding-right: 0.4rem;
|
||||
|
|
BIN
exampleSite/assets/img/blowfish.jpg
Normal file
After Width: | Height: | Size: 2 MiB |
BIN
exampleSite/assets/img/ocean.jpg
Normal file
After Width: | Height: | Size: 4.9 MiB |
|
@ -17,8 +17,8 @@ mainSections = ["docs"]
|
|||
|
||||
disableImageOptimization = false
|
||||
|
||||
defaultBackgroundImage = "/img/bg.jpg"
|
||||
defaultFeaturedImage = "/img/paint.png"
|
||||
defaultBackgroundImage = "/img/ocean.jpg"
|
||||
defaultFeaturedImage = "/img/ocean.jpg"
|
||||
|
||||
highlightCurrentMenuArea = true
|
||||
smartTOC = true
|
||||
|
|
BIN
exampleSite/content/samples/charts/featured.jpg
Normal file
After Width: | Height: | Size: 2.2 MiB |
BIN
exampleSite/content/samples/diagrams-flowcharts/featured.jpg
Normal file
After Width: | Height: | Size: 3.7 MiB |
BIN
exampleSite/content/samples/emoji/featured.jpg
Normal file
After Width: | Height: | Size: 6.1 MiB |
BIN
exampleSite/content/samples/external/featured.jpg
vendored
Normal file
After Width: | Height: | Size: 1.6 MiB |
BIN
exampleSite/content/samples/icons/featured.jpg
Normal file
After Width: | Height: | Size: 1.3 MiB |
BIN
exampleSite/content/samples/markdown/featured.jpg
Normal file
After Width: | Height: | Size: 6.2 MiB |
BIN
exampleSite/content/samples/mathematical-notation/featured.jpg
Normal file
After Width: | Height: | Size: 3.1 MiB |
BIN
exampleSite/content/samples/multiple-authors/featured.jpg
Normal file
After Width: | Height: | Size: 871 KiB |
BIN
exampleSite/content/samples/rich-content/featured.jpg
Normal file
After Width: | Height: | Size: 560 KiB |
BIN
exampleSite/content/samples/thumbnail_sample/featured.jpg
Normal file
After Width: | Height: | Size: 2.1 MiB |
After Width: | Height: | Size: 78 KiB |
After Width: | Height: | Size: 27 KiB |
After Width: | Height: | Size: 355 KiB |
After Width: | Height: | Size: 123 KiB |
After Width: | Height: | Size: 59 KiB |
After Width: | Height: | Size: 20 KiB |
After Width: | Height: | Size: 62 KiB |
After Width: | Height: | Size: 21 KiB |
After Width: | Height: | Size: 237 KiB |
After Width: | Height: | Size: 77 KiB |
After Width: | Height: | Size: 144 KiB |
After Width: | Height: | Size: 47 KiB |
After Width: | Height: | Size: 81 KiB |
After Width: | Height: | Size: 22 KiB |
After Width: | Height: | Size: 85 KiB |
After Width: | Height: | Size: 29 KiB |
After Width: | Height: | Size: 181 KiB |
After Width: | Height: | Size: 60 KiB |
After Width: | Height: | Size: 101 KiB |
After Width: | Height: | Size: 31 KiB |
After Width: | Height: | Size: 70 KiB |
After Width: | Height: | Size: 23 KiB |
After Width: | Height: | Size: 35 KiB |
After Width: | Height: | Size: 13 KiB |
After Width: | Height: | Size: 173 KiB |
After Width: | Height: | Size: 46 KiB |
|
@ -17,7 +17,7 @@
|
|||
</div>
|
||||
{{ end }}
|
||||
</div>
|
||||
<div class="relative px-4 py-16 sm:px-6 sm:py-24 lg:py-32 lg:px-8 flex flex-col items-center justify-center text-center">
|
||||
<div class="relative px-8 py-16 flex flex-col items-center justify-center text-center">
|
||||
{{ with .Site.Author.image }}
|
||||
{{ $authorImage := resources.Get . }}
|
||||
{{ if $authorImage }}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "hugo-blowfish-theme",
|
||||
"version": "2.32.1",
|
||||
"version": "2.33.0",
|
||||
"description": "Blowfish theme for Hugo",
|
||||
"scripts": {
|
||||
"fullinstall": "npm run preinstall && npm install && npm run postinstall",
|
||||
|
|