Compare commits
3 Commits
62df82a31a
...
5d88cb5684
Author | SHA1 | Date | |
---|---|---|---|
5d88cb5684 | |||
c1ca71989f | |||
385e2b5843 |
@ -16,6 +16,9 @@ removePathAccents: true
|
||||
############################
|
||||
module:
|
||||
imports:
|
||||
- path: github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify-cms
|
||||
- path: github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify
|
||||
- path: github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-reveal
|
||||
- path: github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5
|
||||
############################
|
||||
## ADVANCED
|
||||
|
@ -53,5 +53,4 @@ experience:
|
||||
- Web development
|
||||
- Customer support and hardware servicing
|
||||
- Windows software and server applications
|
||||
|
||||
---
|
||||
|
@ -1,11 +1,5 @@
|
||||
---
|
||||
title: Posts
|
||||
|
||||
# View.
|
||||
# 1 = List
|
||||
# 2 = Compact
|
||||
# 3 = Card
|
||||
view: 2
|
||||
|
||||
view: 3
|
||||
---
|
||||
Bunch of random posts (or just basic notes for my own reference).
|
82
data/page_sharer.toml
Normal file
82
data/page_sharer.toml
Normal file
@ -0,0 +1,82 @@
|
||||
# Page Sharer
|
||||
# Documentation: https://wowchemy.com/docs/customization/#page-sharer
|
||||
|
||||
[[buttons]]
|
||||
id = "twitter"
|
||||
url = "https://twitter.com/intent/tweet?url={url}&text={title}"
|
||||
title = "Twitter"
|
||||
icon_pack = "fab"
|
||||
icon = "twitter"
|
||||
enable = true
|
||||
|
||||
[[buttons]]
|
||||
id = "facebook"
|
||||
url = "https://www.facebook.com/sharer.php?u={url}&t={title}"
|
||||
title = "Facebook"
|
||||
icon_pack = "fab"
|
||||
icon = "facebook"
|
||||
enable = true
|
||||
|
||||
[[buttons]]
|
||||
id = "email"
|
||||
url = "mailto:?subject={title}&body={url}"
|
||||
title = "Email"
|
||||
icon_pack = "fas"
|
||||
icon = "envelope"
|
||||
enable = true
|
||||
|
||||
[[buttons]]
|
||||
id = "linkedin"
|
||||
url = "https://www.linkedin.com/shareArticle?url={url}&title={title}"
|
||||
title = "LinkedIn"
|
||||
icon_pack = "fab"
|
||||
icon = "linkedin-in"
|
||||
enable = true
|
||||
|
||||
[[buttons]]
|
||||
id = "whatsapp"
|
||||
url = "whatsapp://send?text={title}%20{url}"
|
||||
title = "WhatsApp"
|
||||
icon_pack = "fab"
|
||||
icon = "whatsapp"
|
||||
enable = true
|
||||
|
||||
[[buttons]]
|
||||
id = "weibo"
|
||||
url = "https://service.weibo.com/share/share.php?url={url}&title={title}"
|
||||
title = "Weibo"
|
||||
icon_pack = "fab"
|
||||
icon = "weibo"
|
||||
enable = false
|
||||
|
||||
[[buttons]]
|
||||
id = "reddit"
|
||||
url = "https://reddit.com/submit?url={url}&title={title}"
|
||||
title = "Reddit"
|
||||
icon_pack = "fab"
|
||||
icon = "reddit-alien"
|
||||
enable = true
|
||||
|
||||
[[buttons]]
|
||||
id = "pinterest"
|
||||
url = "https://pinterest.com/pin/create/link/?url={url}&description={title}"
|
||||
title = "Pinterest"
|
||||
icon_pack = "fab"
|
||||
icon = "pinterest"
|
||||
enable = false
|
||||
|
||||
[[buttons]]
|
||||
id = "xing"
|
||||
url = "https://www.xing.com/spi/shares/new?url={url}&title={title}"
|
||||
title = "Xing"
|
||||
icon_pack = "fab"
|
||||
icon = "xing"
|
||||
enable = false
|
||||
|
||||
[[buttons]]
|
||||
id = "tumblr"
|
||||
url = "https://www.tumblr.com/widgets/share/tool?canonicalUrl={url}&title={title}"
|
||||
title = "Tumblr"
|
||||
icon_pack = "fab"
|
||||
icon = "tumblr"
|
||||
enable = false
|
7
go.mod
7
go.mod
@ -2,4 +2,9 @@ module code.jcktrue.dk/jct/jcktrue.dk
|
||||
|
||||
go 1.15
|
||||
|
||||
require github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5 v5.6.1-0.20220917145654-342a418071ed
|
||||
require (
|
||||
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify v1.0.0 // indirect
|
||||
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify-cms v1.0.0 // indirect
|
||||
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-reveal v1.0.0 // indirect
|
||||
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5 v5.7.1-0.20221029143146-ff4b7b1193fa
|
||||
)
|
||||
|
13
go.sum
13
go.sum
@ -1,3 +1,14 @@
|
||||
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-core v0.1.0/go.mod h1:kJwI9H8dicHQCnP8G9EvUDI+oNg/yXcGsjGjwjXuM8I=
|
||||
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify v1.0.0 h1:blRMoXNtlxnqXlVi4eCdPtTfVpJkH9J1f6tEKDXimCY=
|
||||
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify v1.0.0/go.mod h1:s40UgLsWfVyCLQ2F4F3dBcNfZOXcPGld7KxsKhZdzvM=
|
||||
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify-cms v1.0.0 h1:WCbC3jjXAcFGUWn5W1QUk5tzNq4x4NcyqABI/s0SnWw=
|
||||
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify-cms v1.0.0/go.mod h1:X1mETJo6Lkv9tEgfU0UYFRiRInf0RbgW+s1RKXB4GMA=
|
||||
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-reveal v1.0.0 h1:EYUeXFaj/roT2MtbZf9gaOTtG+S4bJWYGvNgxVdEspY=
|
||||
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-reveal v1.0.0/go.mod h1:u2hgU45C6Oi3CwMzSNvTwuRTsKs7O46EG3MTjNKu7gE=
|
||||
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-seo v0.1.0/go.mod h1:R01vz++1i/KR2n00aWGcs6m/L7ky1klbrpqA2KXjMCk=
|
||||
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5 v5.6.1-0.20220917145654-342a418071ed/go.mod h1:pxtkh2Fw4Vdwh2NvIYpCqhR0g7MgwVAxFN1lW9Rep44=
|
||||
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5 v5.7.1-0.20221022211019-ed6595aae61a h1:Wcffy/ON9ALAjpeOsy8Fldbp79I22p4rjIywtD0w2qM=
|
||||
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5 v5.7.1-0.20221022211019-ed6595aae61a/go.mod h1:pxtkh2Fw4Vdwh2NvIYpCqhR0g7MgwVAxFN1lW9Rep44=
|
||||
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5 v5.7.1-0.20221025214855-5dcefaa0c593 h1:qjabfojpyyPc42An6Wcz+erUimvAX0PR7yWwqHqNHVg=
|
||||
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5 v5.7.1-0.20221025214855-5dcefaa0c593/go.mod h1:pxtkh2Fw4Vdwh2NvIYpCqhR0g7MgwVAxFN1lW9Rep44=
|
||||
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5 v5.7.1-0.20221029143146-ff4b7b1193fa h1:PGT6AHIKSoI+sOyKxoqCJe35VLHmUKLIhRh+D4yU3sk=
|
||||
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5 v5.7.1-0.20221029143146-ff4b7b1193fa/go.mod h1:pxtkh2Fw4Vdwh2NvIYpCqhR0g7MgwVAxFN1lW9Rep44=
|
||||
|
Reference in New Issue
Block a user