diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 6cad7db..f2fe36f 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -12,7 +12,6 @@ ignoreErrors = ["error-remote-getjson"] # ------------------------------ theme = "hugo-paper" -#themesDir = "../.." title = "Paper" [module] @@ -23,7 +22,6 @@ title = "Paper" twitter = 'nanxiaobei' github = 'nanxiaobei' instagram = 'nan.xiaobei' - # ------------------------------ [menu] diff --git a/exampleSite/go.mod b/exampleSite/go.mod index 1ef2995..aaf8d00 100644 --- a/exampleSite/go.mod +++ b/exampleSite/go.mod @@ -1,5 +1,2 @@ module hugo-paper - go 1.11 - -require github.com/nanxiaobei/hugo-paper b7cf534a7418583b7c2768bed9c6faa2e94e0293 // indirect diff --git a/exampleSite/go.sum b/exampleSite/go.sum deleted file mode 100644 index 063878c..0000000 --- a/exampleSite/go.sum +++ /dev/null @@ -1 +0,0 @@ -github.com/nanxiaobei/hugo-paper b7cf534a7418583b7c2768bed9c6faa2e94e0293/go.mod