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-11-27 15:01:15 +0300
committerdigitalcraftsman <digitalcraftsman@users.noreply.github.com>2015-11-27 15:01:15 +0300
commitccfb9eb30eb772340a2f89c47172f77814bb0689 (patch)
tree79ba13c791af97eb84d96ded9c38f87cf749d403 /README.md
parent302488d6b9b0b64061e0441d26737282da10d82d (diff)
Cleanup shortcodes
Diffstat (limited to 'README.md')
-rw-r--r--README.md22
1 files changed, 1 insertions, 21 deletions
diff --git a/README.md b/README.md
index d809a2b..5be9b21 100644
--- a/README.md
+++ b/README.md
@@ -91,8 +91,6 @@ You can deactivate them under `params.widgets`:
tag_cloud = true
-
-
## 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 `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.
@@ -127,15 +125,6 @@ This way you can include a gallery into your post. Copy the code below into your
"/banners/placeholder.png"
>}}
-
-### Github Gists
-
-Enter the id of your gist and you're ready to go.
-
- {{< gist "85f59771b5ae1e2091a8" >}}
-
-Note, that this only works with public gists since authentification is not supported.
-
### JSFidde
It works the same with JSFiddle examples you want to showcase. The parameter `id` consists of the username and id of the example.
@@ -146,20 +135,11 @@ As descibed in the [docs of JSFiddle](http://doc.jsfiddle.net/use/embedding.html
{{< jsfiddle id="zalun/NmudS" tabs="html,result" >}}
-### Vimeo and Youtube
-
-The embedding of videos from Vimeo and Youtube is also supported.
-
- {{< youtube "w7Ft2ymGmfc" >}}
-
- {{< vimeo "137643804" >}}
-
-
## Nearly finished
In order to see your site in action, run Hugo's built-in local server.
- $ hugo server -w
+ $ hugo server
Now enter [`localhost:1313`](//localhost:1313) in the address bar of your browser.