diff --git a/data/eureka.yaml b/data/eureka.yaml index 0f115e93..fb0a5d75 100644 --- a/data/eureka.yaml +++ b/data/eureka.yaml @@ -1 +1 @@ -version: 0.7.1-dev \ No newline at end of file +version: 0.8.0 \ No newline at end of file diff --git a/exampleSite/config/_default/params.yaml b/exampleSite/config/_default/params.yaml index 16e50938..d7053c9b 100644 --- a/exampleSite/config/_default/params.yaml +++ b/exampleSite/config/_default/params.yaml @@ -57,13 +57,13 @@ comment: # # If self-hosting, please enter the url (e.g. https://commento.example.com) here. Otherwise leave empty. # url: - valine: - # Browse https://valine.js.org/configuration.html to see the options available. - # You can list the key and value you want as below. - # Because Hugo's config params are case-insensitive, you need to add `-` or `_` before the uppercase letters. - # For example, `appId` should be written as `app-Id` or other acceptable formats. - app-Id: - app-Key: + # valine: + # # Browse https://valine.js.org/en/configuration.html to see the options available. + # # You can list the key and value you want as below. + # # Because Hugo's config params are case-insensitive, you need to add `-` or `_` before the uppercase letters. + # # For example, `appId` should be written as `app-Id` or other acceptable formats. + # app-Id: + # app-Key: diagram: handler: mermaid diff --git a/layouts/docs/doc_list.html b/layouts/docs/doc_list.html index a3491710..1f40d8d1 100644 --- a/layouts/docs/doc_list.html +++ b/layouts/docs/doc_list.html @@ -1,6 +1,6 @@ {{/* Deprecation warning(v1.0.0) starts */}} {{ define "main" }} -{{ warnf "Value 'doc_list' of layout param in %q is deprecated and will be removed in Eureka v1.0.0. Use 'doc-list' instead." .File.Path }} +{{ warnf "Value 'doc_list' of layout param in %q is deprecated and will be removed in Eureka v1.0.0. Please use 'doc-list' instead." .File.Path }} {{ partial "components/doc-list" . }} {{ end }} {{/* Deprecation warning(v1.0.0) ends */}} \ No newline at end of file diff --git a/layouts/partials/components/post-edit.html b/layouts/partials/components/post-edit.html index 09cbec89..5a87dc61 100644 --- a/layouts/partials/components/post-edit.html +++ b/layouts/partials/components/post-edit.html @@ -21,7 +21,7 @@ {{/* Deprecation warning(v1.0.0) starts */}} {{- else if .Site.Params.repoURL }} - {{ warnf "Param 'repoURL' in params.yaml is deprecated and will be removed in Eureka v1.0.0. See https://www.wangchucheng.com/en/docs/hugo-eureka/customization/" }} + {{ warnf "Param 'repoURL' in params.yaml is deprecated and will be removed in Eureka v1.0.0. See https://www.wangchucheng.com/en/docs/hugo-eureka/customization/#params-config-file" }}