diff options
| author | olOwOlo <26087907+olOwOlo@users.noreply.github.com> | 2017-10-13 21:38:30 +0800 | 
|---|---|---|
| committer | olOwOlo <26087907+olOwOlo@users.noreply.github.com> | 2017-10-13 21:38:30 +0800 | 
| commit | 22515fb8c090568c21a5dbe80e2e38380b53e908 (patch) | |
| tree | c88ab2f074c284123f904c3f0b11d520d0c75dc3 /exampleSite | |
| parent | 0ba82dd1768e941a5c7014b47a5eacaaefcc4f58 (diff) | |
feat: load console for mobile browsers in debug mode
Diffstat (limited to 'exampleSite')
| -rw-r--r-- | exampleSite/config.toml | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/exampleSite/config.toml b/exampleSite/config.toml index f98d300..b56118d 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -42,6 +42,8 @@ copyright = ""            # default: author.name ↓        # 默认为下面配    url = "/categories/"  [params] +  debug = false             # If true, load `eruda.min.js`. See https://github.com/liriliri/eruda +    since = "2017"            # Site creation time          # 站点建立时间    # site info (option)                                    # 站点信息(可选) @@ -51,7 +53,7 @@ copyright = ""            # default: author.name ↓        # 默认为下面配    # paginate of archives, tags and categories             # 归档、标签、分类每页显示的文章数目    archive-paginate = 3 -   +    # The date format to use; for a list of valid formats, see https://gohugo.io/functions/format/    dateFormatToUse = "2006-01-02" | 
