Write in important data in LICENSE and theme.toml

Preparation for uploading theme to GitHub
This commit is contained in:
vimux 2018-04-25 20:48:18 +03:00
parent cf5b8ab673
commit 63ec8e588b
2 changed files with 7 additions and 16 deletions

View file

@ -1,6 +1,6 @@
The MIT License (MIT) 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 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 this software and associated documentation files (the "Software"), to deal in

View file

@ -1,21 +1,12 @@
# theme.toml template for a Hugo theme
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
name = "Binario" name = "Binario"
license = "MIT" license = "MIT"
licenselink = "https://github.com/yourname/yourtheme/blob/master/LICENSE.md" licenselink = "https://github.com/vimux/binario/blob/master/LICENSE.md"
description = "" description = "Responsive card-based & code-light Hugo theme"
homepage = "http://example.com/" homepage = "https://github.com/vimux/binario/"
tags = [] tags = ["blog", "dark", "disqus", "google analytics", "responsive"]
features = [] features = []
min_version = "0.33" min_version = "0.33"
[author] [author]
name = "" name = "Vimux"
homepage = "" homepage = "https://github.com/vimux"
# If porting an existing theme
[original]
name = ""
homepage = ""
repo = ""