From 62d1a3610b9440d912d9f5f3cca4643d919363f4 Mon Sep 17 00:00:00 2001 From: naro143 Date: Sat, 4 Aug 2018 16:09:42 +0900 Subject: fix: md and README --- README.md | 4 ++-- exampleSite/content/about.md | 2 +- exampleSite/content/posts/FeaturesOfCoderPortfolio.md | 11 ++++++++++- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f40e055..17a7a5e 100644 --- a/README.md +++ b/README.md @@ -27,8 +27,8 @@ Add the following lines to your `config.toml`. ```toml baseurl = "http://www.example.com" # Hostname (and path) to the root. -title = "johndoe" # Site title. -theme = "coder" # Set the theme. +title = "Yusuke Ishimi" # Site title. +theme = "coder-portfolio" # Set the theme. languagecode = "en" # The site’s language code used to generate RSS. defaultcontentlanguage = "en" # The default content language. diff --git a/exampleSite/content/about.md b/exampleSite/content/about.md index 6dea3ac..1c01d82 100644 --- a/exampleSite/content/about.md +++ b/exampleSite/content/about.md @@ -4,7 +4,7 @@ slug = "about" +++ --------------------------- -This theme is created based on "hugo-coder". +This theme is created based on [hugo-coder](https://github.com/luizdepra/hugo-coder). I made it possible to tell yourself more by my change. Please see "FeaturesOfCoderPortfolio" in the post about the change. Regarding other demo contents, it is hugo-coder's thing. diff --git a/exampleSite/content/posts/FeaturesOfCoderPortfolio.md b/exampleSite/content/posts/FeaturesOfCoderPortfolio.md index 1b1aab3..53fbc0d 100644 --- a/exampleSite/content/posts/FeaturesOfCoderPortfolio.md +++ b/exampleSite/content/posts/FeaturesOfCoderPortfolio.md @@ -19,4 +19,13 @@ The site became a little fun and colorful. ### The button of the SNS share was added. -It became to have an influence when writing articles more. \ No newline at end of file +It became to have an influence when writing articles more. + +### Changed the color scheme of code highlight. + +I am referring to the color scheme of service [Qiita](https://qiita.com/) in Japan. +This color scheme is gentle and wonderful. + +### I shadowed Navigation. + +I made the boundary clearer. \ No newline at end of file -- cgit v1.2.3