mirror of
https://github.com/TeamPiped/hugo-whisper-theme.git
synced 2024-08-14 23:57:00 +00:00
update to hugo 0.74.3
This commit is contained in:
parent
ecaed3fe6c
commit
6638af48a3
8 changed files with 30 additions and 22 deletions
2
LICENSE
2
LICENSE
|
@ -1,6 +1,6 @@
|
|||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) Robert Austin - rob@jugglerdigital.com - github.com/JugglerX
|
||||
Copyright (c) Robert Austin - rob@zerostatic.io - github.com/zerostaticthemes
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
|
|
@ -3,9 +3,8 @@
|
|||
Whisper is a minimal documentation theme built for Hugo. The design and functionality is intentionally minimal.
|
||||
|
||||
|
||||
[Live Demo](https://hugo-whisper.netlify.com/) |
|
||||
[Installation](#installation) |
|
||||
[Zerostatic Themes](https://www.zerostatic.io/theme/hugo-whisper/)
|
||||
[Live Demo](https://hugo-whisper.netlify.app/) |
|
||||
[Zerostatic Themes](https://www.zerostatic.io/)
|
||||
|
||||
![Hugo Whisper Theme screenshot](https://github.com/JugglerX/hugo-whisper-theme/blob/master/images/screenshot-with-border.png)
|
||||
|
||||
|
|
|
@ -36,7 +36,7 @@ summaryLength = 30
|
|||
meta_description = "Hugo Whisper is a documentation theme built with Hugo."
|
||||
meta_og_title = "Hugo Whisper Theme"
|
||||
meta_og_type = "website"
|
||||
meta_og_url = "https://hugo-whisper.netlify.com"
|
||||
meta_og_url = "https://hugo-whisper.netlify.app"
|
||||
meta_og_image = "https://raw.githubusercontent.com/JugglerX/hugo-whisper-theme/master/images/tn.png"
|
||||
meta_og_description = "Hugo Whisper is a documentation theme built with Hugo."
|
||||
meta_twitter_card = "summary"
|
||||
|
|
|
@ -6082,7 +6082,6 @@ a.text-dark:hover, a.text-dark:focus {
|
|||
@media (min-width: 1300px) {
|
||||
.container {
|
||||
max-width: 1140px; } }
|
||||
|
||||
.container-fluid {
|
||||
width: 100%;
|
||||
padding-right: 10px;
|
||||
|
@ -6104,12 +6103,12 @@ a.text-dark:hover, a.text-dark:focus {
|
|||
padding-right: 0;
|
||||
padding-left: 0; }
|
||||
|
||||
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
|
||||
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
|
||||
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
|
||||
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
|
||||
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
|
||||
.col-xl-auto {
|
||||
.col-xl,
|
||||
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
|
||||
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
|
||||
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
|
||||
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
|
||||
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
padding-right: 10px;
|
||||
|
@ -7362,7 +7361,6 @@ p {
|
|||
height: 40px;
|
||||
padding: 10px 8px 10px 8px;
|
||||
font-weight: 300; } }
|
||||
|
||||
.sub-footer {
|
||||
background: #f4f5fb;
|
||||
padding-top: 20px;
|
||||
|
@ -7411,7 +7409,6 @@ p {
|
|||
margin-left: 10px; }
|
||||
.sub-footer .sub-footer-inner ul li:first-of-type {
|
||||
margin-left: 0; } }
|
||||
|
||||
.logo {
|
||||
display: none; }
|
||||
@media (min-width: 576px) {
|
||||
|
@ -7617,7 +7614,6 @@ p {
|
|||
.title {
|
||||
font-size: 3rem;
|
||||
margin-bottom: 30px; } }
|
||||
|
||||
.title-summary {
|
||||
font-size: 1.6rem;
|
||||
line-height: 1.4;
|
||||
|
@ -7628,7 +7624,6 @@ p {
|
|||
@media (min-width: 768px) {
|
||||
.title-summary {
|
||||
font-size: 1.6rem; } }
|
||||
|
||||
.content {
|
||||
-webkit-font-smoothing: antialiased; }
|
||||
.content .highlight {
|
||||
|
@ -7800,6 +7795,14 @@ p {
|
|||
padding: 4px 10px 4px 10px;
|
||||
float: right; }
|
||||
|
||||
.content .header-anchor {
|
||||
text-decoration: none;
|
||||
fill: currentColor;
|
||||
opacity: 0.6; }
|
||||
|
||||
.content .header-anchor:hover {
|
||||
opacity: 1; }
|
||||
|
||||
.page-home {
|
||||
text-align: center; }
|
||||
.page-home .title {
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -0,0 +1 @@
|
|||
{"Target":"css/style.min.aad43d4ecb69a264f2539b89d7f779d5f3cdff22e7585fe5fc3c77272f1c2696.css","MediaType":"text/css","Data":{"Integrity":"sha256-qtQ9TstpomTyU5uJ1/d51fPN/yLnWF/l/Dx3Jy8cJpY="}}
|
|
@ -3,6 +3,6 @@
|
|||
command = "cd exampleSite && hugo --gc --themesDir ../.."
|
||||
|
||||
[build.environment]
|
||||
HUGO_VERSION = "0.71"
|
||||
HUGO_VERSION = "0.74.3"
|
||||
HUGO_THEME = "repo"
|
||||
HUGO_BASEURL = "/"
|
|
@ -1,11 +1,11 @@
|
|||
name = "Whisper"
|
||||
license = "MIT"
|
||||
licenselink = "https://github.com/JugglerX/hugo-whisper-theme/blob/master/LICENSE"
|
||||
licenselink = "https://github.com/zerostatic/hugo-whisper-theme/blob/master/LICENSE"
|
||||
description = "Whisper is a minimal documentation theme built for Hugo. The design and functionality is intentionally minimal."
|
||||
homepage = "https://github.com/jugglerx/hugo-whisper-theme"
|
||||
homepage = "https://github.com/zerostatic/hugo-whisper-theme"
|
||||
tags = ["documentation","responsive","minimal","clean","bootstrap","zerostatic"]
|
||||
features = ["docs"]
|
||||
min_version = 0.51
|
||||
min_version = "0.74.3"
|
||||
|
||||
[author]
|
||||
name = "Robert Austin"
|
||||
|
|
Loading…
Reference in a new issue