Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mcrwfrd/hugo-frances-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Crawford <michael@crawford.io>2019-08-07 21:43:27 +0300
committerMichael Crawford <michael@crawford.io>2019-08-07 21:43:27 +0300
commit324f7895d06385736dff211635260ff70df7472b (patch)
treeb8b535a3f3e73151981c06c3b08a86c8dea31be1
parent2e4f1b56e83bd6635307724510ae7a4a77f6b253 (diff)
Update theme and config files
-rw-r--r--config.toml19
-rw-r--r--theme.toml13
2 files changed, 9 insertions, 23 deletions
diff --git a/config.toml b/config.toml
index 31f135e..6a5e5e9 100644
--- a/config.toml
+++ b/config.toml
@@ -4,18 +4,7 @@ languageCode = "en-us"
sectionPagesMenu = "main"
[params]
- name = "Your name"
- description = "Your description"
- email = "your@email.com"
- author = "Pablo Picasso"
-
- [params.about]
- title = "About me"
- bio = ""
-
- [params.contact]
- title = "Contact"
- text = "Write a sentence or two here to invite people to reach out to you over email or Instagram."
- [[params.contact.social]]
- icon = "instagram"
- link = "//www.linkedin.com/in/travisneilson" \ No newline at end of file
+ name = "Frances Hodgkins"
+ description = "Landscape and still-life painter from New Zealand"
+ email = "frances@hodgkins.io"
+ author = "Frances Hodgkins" \ No newline at end of file
diff --git a/theme.toml b/theme.toml
index d285485..c52f794 100644
--- a/theme.toml
+++ b/theme.toml
@@ -1,12 +1,9 @@
-# theme.toml template for a Hugo theme
-# See https://github.com/gohugoio/hugoThemes#themetoml for an example
-
-name = "Artist Portfolio"
+name = "Frances"
license = "MIT"
-licenselink = "https://github.com/mcrwfrd/hugo-artist-portfolio/blob/master/LICENSE"
-description = "A custom theme for artists, including a blog and single pages for bio and contact"
-homepage = "http://example.com/"
-tags = []
+licenselink = "https://github.com/mcrwfrd/hugo-frances-theme/blob/master/LICENSE"
+description = "A custom grid theme for artists, including a blog and single pages for bio and contact"
+homepage = "https://github.com/mcrwfrd/hugo-frances-theme"
+tags = ["grid", "portfolio"]
features = []
min_version = "0.41"