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

github.com/jsnjack/kraiklyn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYauhen Shulitski <jsnjack@gmail.com>2020-04-23 17:23:47 +0300
committerYauhen Shulitski <jsnjack@gmail.com>2020-04-23 17:23:47 +0300
commitf15a26bc6009d15228a034620d1fbd90b09e8143 (patch)
treeff8346c3e192abcfc2a132f40ba7ff764fd83519
parent2e1227f8ba1612b080b464aa3d11855ce981c6b5 (diff)
:m: Update to support new hugo version
-rw-r--r--README.md6
-rw-r--r--exampleSite/content/characters/balveda.md2
-rw-r--r--exampleSite/content/criticism/_index.md4
-rw-r--r--exampleSite/content/introduction/_index.md4
4 files changed, 8 insertions, 8 deletions
diff --git a/README.md b/README.md
index 8cb16f0..be17e68 100644
--- a/README.md
+++ b/README.md
@@ -23,9 +23,9 @@ When creating a new section, make sure `_index.md` exists for correct cross-refe
### block
Create notes, tips and other blocks on the page
```markdown
-{{% block note %}}
+{{< block note >}}
By default only ports 22, 80 and 443 are open
-{{% /block %}}
+{{< /block >}}
```
Available types: `note`, `tip`, `warn`, `info`
@@ -33,7 +33,7 @@ Available types: `note`, `tip`, `warn`, `info`
### anchor
Returns `anchor` parameter (see `archetypes/default.md` file) of the article
```markdown
-Check [Proxy environment]({{% anchor "installation/proxy-environment.md" %}}) section
+Check [Proxy environment]({{< anchor "installation/proxy-environment.md" >}}) section
```
Since the theme is a one-page theme, this is the way to make cross-references on the website
diff --git a/exampleSite/content/characters/balveda.md b/exampleSite/content/characters/balveda.md
index bfff395..1d923a6 100644
--- a/exampleSite/content/characters/balveda.md
+++ b/exampleSite/content/characters/balveda.md
@@ -5,4 +5,4 @@ anchor: "balveda"
weight: 40
---
-Juboal-Rabaroansa Perosteck Alseyn Balveda dam T'seif, usually referred to as Perosteck Balveda, is an operative of the Culture assigned to track and apprehend [Bora Horza Gobuchul]({{% anchor "characters/bora.md" %}}). She works for the Special Circumstances branch of Contact, and despite being ambivalent about the methods they use, deeply believes in their objectives.
+Juboal-Rabaroansa Perosteck Alseyn Balveda dam T'seif, usually referred to as Perosteck Balveda, is an operative of the Culture assigned to track and apprehend [Bora Horza Gobuchul]({{< anchor "characters/bora.md" >}}). She works for the Special Circumstances branch of Contact, and despite being ambivalent about the methods they use, deeply believes in their objectives.
diff --git a/exampleSite/content/criticism/_index.md b/exampleSite/content/criticism/_index.md
index b3a1f75..3c646e7 100644
--- a/exampleSite/content/criticism/_index.md
+++ b/exampleSite/content/criticism/_index.md
@@ -7,7 +7,7 @@ weight: 70
The book was generally very well received as a fast-paced space opera with a morally ambiguous hero and lots of grand scenery and devices. Kirkus Reviews described it as "Overextended and jarring", but "imaginative and gripping in places."
-{{% block note %}}
+{{< block note >}}
Banks said in an interview:
There's a big war going on in that novel, and various individuals and groups manage to influence its outcome. But even being able to do that doesn't ultimately change things very much. At the book's end, I have a section pointing this out by telling what happened after the war, which was an attempt to pose the question, 'What was it all for?' I guess this approach has to do with my reacting to the cliché of SF's 'lone protagonist.' You know, this idea that a single individual can determine the direction of entire civilizations. It's very, very hard for a lone person to do that. And it sets you thinking what difference, if any, it would have made if Jesus Christ, or Karl Marx or Charles Darwin had never been. We just don't know.
-{{% /block %}}
+{{< /block >}}
diff --git a/exampleSite/content/introduction/_index.md b/exampleSite/content/introduction/_index.md
index 2dcb0a0..8186f33 100644
--- a/exampleSite/content/introduction/_index.md
+++ b/exampleSite/content/introduction/_index.md
@@ -9,6 +9,6 @@ Consider Phlebas, first published in 1987, is a space opera novel by Scottish wr
The novel revolves around the Idiran–Culture War, and Banks plays on that theme by presenting various microcosms of that conflict. Its protagonist Bora Horza Gobuchul is an enemy of the Culture.
-{{% block note %}}
+{{< block note >}}
Consider Phlebas is Banks's first published science fiction novel set in the Culture, and takes its title from a line in T. S. Eliot's poem The Waste Land. A subsequent Culture novel, Look to Windward (2000), whose title comes from the previous line of the same poem, can be considered a loose follow-up.
-{{% /block %}}
+{{< /block >}}