summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAlexandre Vicenzi <vicenzi.alexandre@gmail.com>2020-02-10 23:59:13 +0100
committerAlexandre Vicenzi <vicenzi.alexandre@gmail.com>2020-02-10 23:59:13 +0100
commitf595a82a5a593254bae4c65870e3dc96297b208a (patch)
tree4779c67fc964fa33565c05f691ebfd23c2407583 /README.md
parentb8c709e73559476677dfcd1c5ab4d33856d7c751 (diff)
Rename project
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 9 insertions, 9 deletions
diff --git a/README.md b/README.md
index c892e1f..d36a47e 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,8 @@
-# Lanyon
+# Soho
-Lanyon is a minimalist two-column [hugo](https://gohugo.io) theme based on [Hyde](https://github.com/spf13/hyde) and inspired by the success of [Flex](https://github.com/alexandrevicenzi/Flex).
+Soho is a minimalist two-column [hugo](https://gohugo.io) theme based on [Hyde](https://github.com/spf13/hyde) and inspired by the success of [Flex](https://github.com/alexandrevicenzi/Flex).
-![Screenshot](https://raw.githubusercontent.com/alexandrevicenzi/lanyon/master/images/tn.png)
+![Screenshot](https://raw.githubusercontent.com/alexandrevicenzi/soho/master/images/tn.png)
## Features
@@ -21,14 +21,14 @@ Lanyon is a minimalist two-column [hugo](https://gohugo.io) theme based on [Hyde
## Installation
-To install Lanyon as your default theme, first install this repository in the `themes/` directory:
+To install Soho as your default theme, first install this repository in the `themes/` directory:
$ cd themes/
- $ git clone https://github.com/alexandrevicenzi/lanyon.git
+ $ git clone https://github.com/alexandrevicenzi/soho.git
-Second, specify `lanyon` as your default theme in the `config.toml` file. Just add the line
+Second, specify `soho` as your default theme in the `config.toml` file. Just add the line
- theme = "lanyon"
+ theme = "soho"
at the top of the file.
@@ -36,7 +36,7 @@ at the top of the file.
```toml
baseURL = "https://example.com"
-title = "Lanyon"
+title = "Soho"
languageCode = "en"
enableInlineShortcodes = true
@@ -48,7 +48,7 @@ author = "Author Name"
description = "My Blog"
## Set one of:
-# gravatar = "lanyon@example.com"
+# gravatar = "soho@example.com"
profilePicture = "images/profile.png"
copyright = "Author Name"