Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/naro143/hugo-coder-portfolio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornaro143 <y.ishimi@itdharman.com>2018-08-04 10:09:42 +0300
committernaro143 <y.ishimi@itdharman.com>2018-08-04 10:09:42 +0300
commit62d1a3610b9440d912d9f5f3cca4643d919363f4 (patch)
tree3e8659f42567451945be8edcf8f5fa7206be2fae
parent1c2eebcaa2f560c0c6d77b2a57f9709d366e20c1 (diff)
fix: md and README
-rw-r--r--README.md4
-rw-r--r--exampleSite/content/about.md2
-rw-r--r--exampleSite/content/posts/FeaturesOfCoderPortfolio.md11
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