documentation: clean the theme.toml file
* BETTER Cleans the theme.toml file before opening a public git repository. Co-Authored-by: Igor Milhit <igor@milhit.ch>pull/31/head
parent
b5dc64935a
commit
00773873a2
12
theme.toml
12
theme.toml
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
name = "PortfoliGor"
|
name = "PortfoliGor"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
licenselink = "https://github.com/yourname/yourtheme/blob/master/LICENSE"
|
licenselink = "https://framagit.org/iGormilhit/portfoliGor/blob/master/LICENSE"
|
||||||
description = ""
|
description = ""
|
||||||
homepage = "http://example.com/"
|
homepage = "http://example.com/"
|
||||||
tags = []
|
tags = []
|
||||||
|
@ -11,11 +11,5 @@ features = []
|
||||||
min_version = "0.41"
|
min_version = "0.41"
|
||||||
|
|
||||||
[author]
|
[author]
|
||||||
name = ""
|
name = "iGor milhit"
|
||||||
homepage = ""
|
homepage = "https://igor.milhit.ch"
|
||||||
|
|
||||||
# If porting an existing theme
|
|
||||||
[original]
|
|
||||||
name = ""
|
|
||||||
homepage = ""
|
|
||||||
repo = ""
|
|
||||||
|
|
Loading…
Reference in New Issue