Initial empty theme

This commit is contained in:
Eryn Wells 2024-10-08 08:39:36 -07:00
commit 140a6d6401
4 changed files with 51 additions and 0 deletions

19
theme.toml Normal file
View file

@ -0,0 +1,19 @@
name = 'Theme name'
license = 'MIT'
licenselink = 'https://github.com/owner/repo/LICENSE'
description = 'Theme description'
# The home page of the theme, where the source can be found
homepage = 'https://github.com/owner/repo'
# If you have a running demo of the theme
demosite = 'https://owner.github.io/repo'
# Taxonomy terms
tags = ['blog', 'company']
features = ['some', 'awesome', 'features']
# If the theme has a single author
[author]
name = 'Your name'
homepage = 'Your website'