mirror of
https://github.com/nikdoof/website-hugo.git
synced 2025-12-14 04:32:17 +00:00
Cleanup theme files
This commit is contained in:
@@ -1,2 +1,7 @@
|
|||||||
+++
|
---
|
||||||
+++
|
title: "{{ replace .Name "-" " " | title }}"
|
||||||
|
subtitle: ""
|
||||||
|
draft: true
|
||||||
|
show_big_cta: false # Show the big Call To Action at the bottom of the page
|
||||||
|
---
|
||||||
|
|
||||||
|
|||||||
@@ -1,20 +1,11 @@
|
|||||||
# theme.toml template for a Hugo theme
|
|
||||||
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
|
|
||||||
|
|
||||||
name = "lhs"
|
name = "lhs"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
description = "A theme for Leigh Hackspace"
|
description = "A theme for Leigh Hackspace"
|
||||||
homepage = "https://leighhack.org/"
|
homepage = "https://leighhack.org/"
|
||||||
tags = []
|
tags = []
|
||||||
features = []
|
features = []
|
||||||
min_version = "0.41.0"
|
min_version = "0.111.3"
|
||||||
|
|
||||||
[author]
|
[author]
|
||||||
name = ""
|
name = "Andrew Williams"
|
||||||
homepage = ""
|
homepage = "https://nikdoof.com"
|
||||||
|
|
||||||
# If porting an existing theme
|
|
||||||
[original]
|
|
||||||
name = ""
|
|
||||||
homepage = ""
|
|
||||||
repo = ""
|
|
||||||
|
|||||||
Reference in New Issue
Block a user