Skip to content

Commit

Permalink
Fixes for theme submission
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrevicenzi committed Feb 11, 2020
1 parent f595a82 commit 386a69a
Show file tree
Hide file tree
Showing 24 changed files with 10 additions and 82 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ version: '3'
services:
app:
build: .
working_dir: /go/src/github.com/alexandrevicenzi/soho/hugoBasicExample
working_dir: /go/src/github.com/alexandrevicenzi/soho/exampleSite
command: hugo server -v --bind "0.0.0.0" --port 1313 --watch -t soho
ports:
- "1313:1313"
volumes:
- ./hugoBasicExample:/go/src/github.com/alexandrevicenzi/soho/hugoBasicExample
- .:/go/src/github.com/alexandrevicenzi/soho/hugoBasicExample/themes/soho
- ./exampleSite:/go/src/github.com/alexandrevicenzi/soho/exampleSite
- .:/go/src/github.com/alexandrevicenzi/soho/exampleSite/themes/soho
File renamed without changes.
3 changes: 3 additions & 0 deletions exampleSite/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# exampleSite

Example blog demo based on [hugoBasicExample](https://github.com/gohugoio/hugoBasicExample).
8 changes: 2 additions & 6 deletions hugoBasicExample/config.toml → exampleSite/config.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
baseURL = "https://gohugo.io"
title = "Hugo Themes"
author = "Steve Francia"
copyright = "Copyright © 2008–2019, Steve Francia and the Hugo Authors; all rights reserved."
paginate = 3
baseurl = "https://example.com/"
languageCode = "en"
title = "Soho Theme"
DefaultContentLanguage = "en"
enableInlineShortcodes = true

summarylength = 10
enableEmoji = true

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
21 changes: 0 additions & 21 deletions hugoBasicExample/LICENSE

This file was deleted.

22 changes: 0 additions & 22 deletions hugoBasicExample/README.md

This file was deleted.

28 changes: 0 additions & 28 deletions hugoBasicExample/configTaxo.toml

This file was deleted.

Binary file modified images/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/tn.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions theme.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ license = "MIT"
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"]
min_version = 0.54
features = ["blog", "seo", "responsive", "mobile", "disqus", "analytics"]
min_version = "0.54.0"

[author]
name = "alexandrevicenzi"
Expand Down

0 comments on commit 386a69a

Please sign in to comment.