Spin off as a separate theme

This commit is contained in:
Ben Charlton 2024-07-05 21:30:25 +01:00
parent 14edc4a3c7
commit cbb368491a
7 changed files with 14 additions and 57 deletions

View file

@ -1,4 +1,4 @@
Copyright 2020 Alexandre Vicenzi Copyright for portions of Wantsum are held by Alexandre Vicenzias, 2020 part of the Soho theme. All other copyright Wantsum are held by Ben Charlton, 2024
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

View file

@ -1,11 +0,0 @@
version: '3'
services:
app:
build: .
working_dir: /blog
command: hugo server --logLevel info --bind "0.0.0.0" --port 1313 --watch -t soho
ports:
- "1313:1313"
volumes:
- ./exampleSite:/blog
- .:/blog/themes/soho

View file

@ -1,7 +1,7 @@
baseurl = "https://example.com/" baseurl = "https://example.com/"
languageCode = "en" languageCode = "en"
title = "Soho Theme" title = "Wantsum Theme"
theme = "github.com/alexandrevicenzi/soho" theme = "git.spod.cx/bcc/wantsum"
DefaultContentLanguage = "en" DefaultContentLanguage = "en"
enableInlineShortcodes = true enableInlineShortcodes = true
summarylength = 10 summarylength = 10
@ -10,9 +10,9 @@ paginate = 5
ignoreErrors = ["error-remote-getjson"] ignoreErrors = ["error-remote-getjson"]
[params] [params]
title = "Soho Theme" title = "Wantsum Theme"
description = "Example Blog" description = "Example Blog"
# gravatar = "soho@example.com" # gravatar = "wantsum@example.com"
images = ["images/profile.png"] images = ["images/profile.png"]
profilePicture = "images/profile.png" profilePicture = "images/profile.png"
copyright = "Author Name" copyright = "Author Name"
@ -32,7 +32,7 @@ mainSections = ["post"]
[[params.socialIcons]] [[params.socialIcons]]
icon = "fa-github" icon = "fa-github"
title = "GitHub" title = "GitHub"
url = "https://github.com/alexandrevicenzi/soho" url = "https://github.com/bcc"
[[params.socialIcons]] [[params.socialIcons]]
icon = "fa-twitter" icon = "fa-twitter"

View file

@ -1,28 +0,0 @@
+++
title = "Soho Theme"
date = "2020-05-01"
description = "About Soho Theme."
tags = [
"theme",
]
+++
[Soho](https://github.com/alexandrevicenzi/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).
## Features
- Mobile First
- Responsive
- Semantic
- SEO Best Practices
- Open Graph
- Rich Snippets (JSON-LD)
- Twitter Card
- Pagination
- Customizable
- Support all [Hugo Internals](https://gohugo.io/templates/internal/)
## Integrations
- [Disqus](https://disqus.com/)
- [Google Analytics](https://www.google.com/analytics/web/)

3
go.mod
View file

@ -1,3 +0,0 @@
module github.com/alexandrevicenzi/soho
go 1.12

View file

@ -9,7 +9,7 @@
{{- end }} {{- end }}
{{ with $.Site.Params.BuiltWith -}} {{ with $.Site.Params.BuiltWith -}}
&middot; Build with <a href="https://gohugo.io/" target="_blank">Hugo</a> & <a href="https://themes.gohugo.io/soho/" target="_blank">Soho</a> theme &middot; Build with <a href="https://gohugo.io/" target="_blank">Hugo</a> & <a href="https://git.spod.cx/bcc/wantsum/" target="_blank">Wantsum</a> theme
{{- end }} {{- end }}
</p> </p>
</div> </div>

View file

@ -1,16 +1,15 @@
name = "Soho" name = "Wantsum"
license = "MIT" license = "MIT"
licenselink = "https://github.com/alexandrevicenzi/soho/blob/master/LICENSE.md" licenselink = "https://github.com/alexandrevicenzi/soho/blob/master/LICENSE.md"
description = "A minimalist and mobile first theme for Hugo" description = "A minimalist and mobile first theme for Hugo"
tags = ["blog", "responsive", "light", "minimal"] tags = ["blog", "responsive", "light", "dark", "minimal"]
features = ["blog", "seo", "responsive", "mobile", "disqus", "analytics"] features = ["blog", "seo", "responsive", "mobile"]
min_version = "0.54.0" min_version = "0.54.0"
[author] [author]
name = "alexandrevicenzi" name = "bcc"
homepage = "https://alxd.dev" homepage = "https://spod.cx"
[original] [original]
author = "spf13" name = "alexandrevicenzi"
homepage = "http://spf13.com" homepage = "https://alxd.dev"
repo = "https://github.com/spf13/hyde"