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

github.com/goodroot/hugo-classic.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgoodroot <root@goodroot.ca>2019-11-12 05:10:08 +0300
committergoodroot <root@goodroot.ca>2019-11-12 05:10:08 +0300
commitf43539bd2be902b2c8c3004cdff901e9a078b16f (patch)
tree1a23247a05981251d696bbf65708bb160bc59adf
parent430508df18b1336f112b2dac4d89f70397124aa5 (diff)
readme polish
-rw-r--r--README.md2
-rw-r--r--exampleSite/content/_index.md15
2 files changed, 8 insertions, 9 deletions
diff --git a/README.md b/README.md
index 3b0041e..e3ecfbc 100644
--- a/README.md
+++ b/README.md
@@ -32,7 +32,7 @@ cd classic/themes
git clone git@github.com:goodroot/hugo-classic.git
```
-5: Copy the `content/`, `static/`, and `config.toml` from the `exampleSite` directory into the classic directory. The existing `content/`, `static/`, and `config.toml` files will be over-written.
+5: Copy files within the `exampleSite` directory into the classic directory. Overwrite the existing `content/`, `static/`, and `config.toml` files.
6: Run `hugo server` within `classic/` and enjoy and customize to your hearts content!
diff --git a/exampleSite/content/_index.md b/exampleSite/content/_index.md
index 7d07b70..d8ef779 100644
--- a/exampleSite/content/_index.md
+++ b/exampleSite/content/_index.md
@@ -11,21 +11,20 @@ title: Home
### For text focused goodness
-About twenty years ago Jobs and Wozniak, the founders of Apple, came up with the very strange idea of selling information processing machines for use in the home. But around the same time, Bill Gates and Paul Allen came up with an idea even stranger and more fantastical: **selling computer operating systems**. This was much weirder than the idea of Jobs and Wozniak.
+About twenty years ago Jobs and Wozniak, the founders of Apple, came up with the very strange idea of selling information processing machines for use in the home. But around the same time, Bill Gates and Paul Allen came up with an idea even stranger and more fantastical: **selling computer operating systems**.
+
+This was much weirder than the idea of Jobs and Wozniak.
~~~ruby
-def with_value_from_database(value)
- self.class.from_database(name, value, type)
+def word_up(value)
+ self.class.from_life(name, value, type)
end
-def with_cast_value(value)
- self.class.with_cast_value(name, value, type)
-end
+def word_down(value)
+ self.class.from_death(name, value, type)
end
~~~
-A computer at least had some sort of physical reality to it. It came in a box, you could open it up and plug it in and watch lights blink.
-
---
### Writings