diff --git a/LICENSE.md b/LICENSE.md index 624b3f3..25bd836 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -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 diff --git a/theme.toml b/theme.toml index 5a7836d..164ac7a 100644 --- a/theme.toml +++ b/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"