installs theme

This commit is contained in:
2021-01-23 14:14:05 +01:00
parent 35a4d27b54
commit c9a1a84e49
3 changed files with 52 additions and 3 deletions

3
.gitmodules vendored Normal file
View File

@@ -0,0 +1,3 @@
[submodule "themes/sam"]
path = themes/sam
url = https://github.com/victoriadrake/hugo-theme-sam

View File

@@ -1,3 +1,48 @@
baseURL = "http://example.org/"
languageCode = "en-us"
title = "My New Hugo Site"
baseurl = "https://example.com" # Your domain name
languageCode = "en-us"
defaultContentLanguage = "en"
isMultilingual = true
title = "Call me Sam"
theme = "sam"
pygmentsStyle = "monokai" # https://help.farbox.com/pygments.html
pygmentsCodefences = true
# googleAnalytics = "" # Tracking code, eg. "UA-111111111-1"
[params]
dateform = "Mon Jan 02, 2006"
dateformfull = "Mon Jan 2 2006 15:04:05 EST"
favicon = "sam.ico"
homepage = "main" # What to call the home page link
footerText = "Call me Sam, a theme for Hugo."
# Metadata for Open Graph and Twitter
description = "A new Hugo site." # Max 160 characters show in search results
images = ["tn.png"] # Image that shows on Twitter cards and Open Graph links to the site
title = "Call me Sam"
# rss = ""
[[params.videoBackground.sources]]
# source = "/sample_video.mp4"
# type = "video/mp4"
# poster = "/background.png"
[params.videoBackground]
# overlay = "rgba(0, 0, 0, 0.4)" # optional
[[params.mainMenu]]
link = "posts"
text = "posts"
[[params.mainMenu]]
link = "gallery"
text = "gallery"
[[params.mainMenu]]
link = "portfolio"
text = "portfolio"
[[params.mainMenu]]
link = "about"
text = "who is sam?"
[imaging]
quality = 75

1
themes/sam Submodule

Submodule themes/sam added at dc24465595