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

gitlab.com/toryanderson/hugo-icarus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordigitalcraftsman <digitalcraftsman@users.noreply.github.com>2015-10-18 17:45:22 +0300
committerdigitalcraftsman <digitalcraftsman@users.noreply.github.com>2015-10-18 17:45:22 +0300
commitf52c1da20d8daed67bc2d51627bfe00c7a7b158e (patch)
tree6a7d46f1075b639b313cd1255248385ffe698096 /README.md
parentd9b46b9c48cf0776b3bfa41125be7a9a46aea2fd (diff)
Rename i10n to l10n
Fixes a naming issue. Read the CHANGELOG for more information.
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 68f007e..d809a2b 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Icarus
-Icarus is a responsive and customizable theme for bloggers. It's a port of the same-named theme for [Hexo](//hexo.io) made by [Ruipeng Zhang](https://github.com/ppoffice). Noteworthy features of this Hugo theme are the integration of a comment-system powered by Disqus, localization (i10n) support, syntax highlighting for source code, optional widgets for the sidebar and a handful [shortcodes](http://gohugo.io/extras/shortcodes/) to make your life easier.
+Icarus is a responsive and customizable theme for bloggers. It's a port of the same-named theme for [Hexo](//hexo.io) made by [Ruipeng Zhang](https://github.com/ppoffice). Noteworthy features of this Hugo theme are the integration of a comment-system powered by Disqus, localization (l10n) support, syntax highlighting for source code, optional widgets for the sidebar and a handful [shortcodes](http://gohugo.io/extras/shortcodes/) to make your life easier.
![](https://raw.githubusercontent.com/digitalcraftsman/hugo-icarus-theme/master/images/screenshot.png)
@@ -30,12 +30,12 @@ In the next step navigate to the `exampleSite` folder at `themes/hugo-icarus-the
│   ├── linked-post.md
│   └── migrate-from-jekyll.md
├── data
- │   └── i10n.toml
+ │   └── l10n.toml
└── static
└── banners
└── placeholder.png
-In order to get your site running, you need to copy `config.toml` and `data/i10n.toml` into the root folders.
+In order to get your site running, you need to copy `config.toml` and `data/l10n.toml` into the root folders.
## The config file
@@ -93,9 +93,9 @@ You can deactivate them under `params.widgets`:
-## Localization (i10n)
+## Localization (l10n)
-You don't blog in english and you want to translate the theme into your native locale? No problem. Take a look in the `data` folder and you'll find a file `i10n.toml` that we've copied at the beginning. It contains all strings related to the theme. Just replace the original strings with your own.
+You don't blog in english and you want to translate the theme into your native locale? No problem. Take a look in the `data` folder and you'll find a file `l10n.toml` that we've copied at the beginning. It contains all strings related to the theme. Just replace the original strings with your own.
## Linking thumbnails