Write in important data in LICENSE and theme.toml
Preparation for uploading theme to GitHub
This commit is contained in:
parent
cf5b8ab673
commit
63ec8e588b
2 changed files with 7 additions and 16 deletions
|
@ -1,6 +1,6 @@
|
|||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) 2018 YOUR_NAME_HERE
|
||||
Copyright (c) 2018 Vimux
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||
this software and associated documentation files (the "Software"), to deal in
|
||||
|
|
21
theme.toml
21
theme.toml
|
@ -1,21 +1,12 @@
|
|||
# theme.toml template for a Hugo theme
|
||||
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
|
||||
|
||||
name = "Binario"
|
||||
license = "MIT"
|
||||
licenselink = "https://github.com/yourname/yourtheme/blob/master/LICENSE.md"
|
||||
description = ""
|
||||
homepage = "http://example.com/"
|
||||
tags = []
|
||||
licenselink = "https://github.com/vimux/binario/blob/master/LICENSE.md"
|
||||
description = "Responsive card-based & code-light Hugo theme"
|
||||
homepage = "https://github.com/vimux/binario/"
|
||||
tags = ["blog", "dark", "disqus", "google analytics", "responsive"]
|
||||
features = []
|
||||
min_version = "0.33"
|
||||
|
||||
[author]
|
||||
name = ""
|
||||
homepage = ""
|
||||
|
||||
# If porting an existing theme
|
||||
[original]
|
||||
name = ""
|
||||
homepage = ""
|
||||
repo = ""
|
||||
name = "Vimux"
|
||||
homepage = "https://github.com/vimux"
|
||||
|
|
Loading…
Reference in a new issue