mirror of
https://github.com/TeamPiped/hugo-whisper-theme.git
synced 2024-08-14 23:57:00 +00:00
use mainSections, update Permalinks and asset URLS
This commit is contained in:
parent
eba613e044
commit
d87fbd97cc
17 changed files with 59 additions and 50 deletions
|
@ -20,14 +20,15 @@ pygmentsUseClasses = true
|
|||
|
||||
[params]
|
||||
google_analytics_id=""
|
||||
mainSections = ["docs"]
|
||||
|
||||
[params.homepage_meta_tags]
|
||||
meta_description = "Hugo Whisper is a documentation theme built with Hugo. The design and functionality is intentionally minimal."
|
||||
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_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. The design and functionality is intentionally minimal."
|
||||
meta_og_description = "Hugo Whisper is a documentation theme built with Hugo."
|
||||
meta_twitter_card = "summary"
|
||||
meta_twitter_site = "@zerostaticio"
|
||||
meta_twitter_creator = "@zerostaticio"
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: 'Hugo Whisper'
|
||||
title: 'Hugo Whisper Docs'
|
||||
date: 2018-11-28T15:14:39+10:00
|
||||
---
|
||||
|
||||
Whisper is a documentation theme built with Hugo. The design and functionality is intentionally minimal.
|
||||
Whisper is a documentation theme built with Hugo. The design and functionality is intentionally minimal.
|
||||
|
|
|
@ -5306,6 +5306,13 @@ ol {
|
|||
padding: 0;
|
||||
list-style: none; }
|
||||
|
||||
p {
|
||||
font-family: "Roboto", Arial, sans-serif, -apple-system;
|
||||
font-size: 1rem;
|
||||
line-height: 1.4;
|
||||
color: #383f45;
|
||||
font-weight: 400; }
|
||||
|
||||
.page {
|
||||
display: flex;
|
||||
min-height: 100vh;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1 +1 @@
|
|||
{"Target":"css/style.min.0a94318f10013a24a09d4896a82cc263e9f88fc84459c47f7da498e402bfeecb.css","MediaType":"text/css","Data":{"Integrity":"sha256-CpQxjxABOiSgnUiWqCzCY+n4j8hEWcR/faSY5AK/7ss="}}
|
||||
{"Target":"css/style.min.cd3f00e0e1037ac40eea440657f486c7db5c749c7a0c6b90a4213a8cee1360b8.css","MediaType":"text/css","Data":{"Integrity":"sha256-zT8A4OEDesQO6kQGV/SGx9tcdJx6DGuQpCE6jO4TYLg="}}
|
Loading…
Add table
Add a link
Reference in a new issue