diff --git a/README.md b/README.md
index c892e1ff55b9419af714642fd3d863330fe96d74..d36a47e020b0cd047077561c2e31c3ae96ed5f6a 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"
diff --git a/docker-compose.yml b/docker-compose.yml
index ffe233dd0f23c65c0b5bf02c3fc6154ec6bfb5d3..833aa5875cdecc06a8721ae19a9f9ebeac7c96db 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -2,10 +2,10 @@ version: '3'
 services:
   app:
     build: .
-    working_dir: /go/src/github.com/alexandrevicenzi/lanyon/hugoBasicExample
-    command: hugo server -v --bind "0.0.0.0" --port 1313 --watch -t lanyon
+    working_dir: /go/src/github.com/alexandrevicenzi/soho/hugoBasicExample
+    command: hugo server -v --bind "0.0.0.0" --port 1313 --watch -t soho
     ports:
       - "1313:1313"
     volumes:
-      - ./hugoBasicExample:/go/src/github.com/alexandrevicenzi/lanyon/hugoBasicExample
-      - .:/go/src/github.com/alexandrevicenzi/lanyon/hugoBasicExample/themes/lanyon
+      - ./hugoBasicExample:/go/src/github.com/alexandrevicenzi/soho/hugoBasicExample
+      - .:/go/src/github.com/alexandrevicenzi/soho/hugoBasicExample/themes/soho
diff --git a/go.mod b/go.mod
index 713a688d64eb8db45670586fd74a6adcdff1d3cb..15c54cefd73258ab7a460ef86ae3e00090967225 100644
--- a/go.mod
+++ b/go.mod
@@ -1,3 +1,3 @@
-module github.com/alexandrevicenzi/lanyon
+module github.com/alexandrevicenzi/soho
 
 go 1.12
diff --git a/hugoBasicExample/config.toml b/hugoBasicExample/config.toml
index 93a781a75d71246ea1109dcc21ba087e71be8b4d..ae2392f843a705077fac39980e76d75af748d5c2 100644
--- a/hugoBasicExample/config.toml
+++ b/hugoBasicExample/config.toml
@@ -12,7 +12,7 @@ enableEmoji = true
 
 [params]
 description = ""
-# gravatar = "lanyon@example.com"
+# gravatar = "soho@example.com"
 profilePicture = "images/profile.png"
 copyright = "Author Name"
 license = "CC BY-SA 4.0"
diff --git a/theme.toml b/theme.toml
index 32b07dc751119559ca771745d4143faa1c66dbc3..e63723d882d060e2487220764f0f92dd4b6090ba 100644
--- a/theme.toml
+++ b/theme.toml
@@ -1,6 +1,6 @@
-name = "Lanyon"
+name = "Soho"
 license = "MIT"
-licenselink = "https://github.com/alexandrevicenzi/lanyon/blob/master/LICENSE.md"
+licenselink = "https://github.com/alexandrevicenzi/soho/blob/master/LICENSE.md"
 description = "A minimalist and mobile first theme for Hugo"
 tags = ["blog", "responsive", "clean", "minimalist"]
 features = ["blog", "themes", "disqus", "analytics"]