feat: add detection of the theme version and Hugo version (#173)

* feat: add detection of the theme version and Hugo version

* fix: hugo.IsProduction is incompatible in Hugo v0.62.0
This commit is contained in:
Dillon
2020-03-16 21:35:16 +08:00
committed by GitHub
parent 9a7189c2a3
commit 41c2d3a38e
20 changed files with 53 additions and 26 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "loveit-src",
"version": "0.1.4",
"version": "0.2.0",
"description": "LoveIt theme source file",
"main": "index.js",
"dependencies": {},