diff options
-rw-r--r-- | config.toml | 4 | ||||
-rw-r--r-- | content/post/2012-11-01-base-a-scala-project-generator.markdown | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/config.toml b/config.toml index 686b9e3..fad240c 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ -baseURL = "http://localhost:1313/" +baseURL = "https://capotej.com/" languageCode = "en" defaultContentLanguage = "en" # en / zh-cn / ... (This field determines which i18n file to use) title = "capotej.com" @@ -49,7 +49,7 @@ copyright = "" # default: author.name ↓ # 默认为下面配 description = "Hugo theme even example site." # paginate of archives, tags and categories # 归档、标签、分类每页显示的文章数目,建议修改为一个较大的值 - archivePaginate = 25 + archivePaginate = 25 # show 'xx Posts In Total' in archive page ? # 是否在归档页显示文章的总数 showArchiveCount = false diff --git a/content/post/2012-11-01-base-a-scala-project-generator.markdown b/content/post/2012-11-01-base-a-scala-project-generator.markdown index a0e39f7..2a31453 100644 --- a/content/post/2012-11-01-base-a-scala-project-generator.markdown +++ b/content/post/2012-11-01-base-a-scala-project-generator.markdown @@ -35,6 +35,6 @@ hello world This uses the new incremental compiler for maven, [zinc](http://github.com/typesafehub/zinc), which dramatically speeds up compile times (except for the first time you run it). It also sets you up with the latest scalatest maven plugin, which gives you sweet looking test output, like so: -![](http://i.imgur.com/qyyem.png) +![](https://i.imgur.com/qyyem.png) See the base [README](http://github.com/capotej/base#readme) for installation instructions. |