Skip to content

Commit 217b88e

Browse files
Merge pull request #56 from iotaledger/chore/bump-to-ghost-5
chore: bump IOTA theme to ghost 5
2 parents 3ef5769 + 98586e8 commit 217b88e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

83 files changed

+14800
-24307
lines changed

.editorconfig

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Editor configuration, see https://editorconfig.org
2+
root = true
3+
4+
[*]
5+
charset = utf-8
6+
indent_style = space
7+
indent_size = 2
8+
insert_final_newline = true
9+
trim_trailing_whitespace = true
10+
11+
[*.js]
12+
quote_type = single
13+
14+
[*.md]
15+
max_line_length = off
16+
trim_trailing_whitespace = false

.github/workflows/build-artifact-iota.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v2
12-
- name: Use Node.js 14
12+
- name: Use Node.js 20
1313
uses: actions/setup-node@v2
1414
with:
15-
node-version: '14'
15+
node-version: '20'
1616
- name: Install dependencies && build
17-
run: cd src && yarn && yarn build
17+
run: cd src && npm install && npm run build
1818
- name: Create zip
1919
run: zip -r liebling.zip ./* -x 'node_modules/*' -x '*src*'
2020
- name: 'Upload Artifact'

.github/workflows/build-artifact-shimmer.yaml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,13 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v2
12-
- name: Use Node.js 14
12+
- name: Use Node.js 20
1313
uses: actions/setup-node@v2
1414
with:
15-
node-version: '14'
16-
- name: Install dependencies
17-
run: cd src && yarn
18-
- name: add webpack
19-
run: npm link webpack
20-
- name: Build and create zip
15+
node-version: '20'
16+
- name: Install dependencies && build
17+
run: cd src && npm install && npm run build
18+
- name: Create zip
2119
run: zip -r liebling.zip ./* -x 'node_modules/*' -x '*src*'
2220
- name: 'Upload Artifact'
2321
uses: actions/upload-artifact@v3

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,6 @@ node_modules
1010
.DS_Store
1111
.idea
1212

13-
.vscode
13+
.vscode
14+
15+
.nvmrc

README.md

Lines changed: 30 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ If you find this theme useful, please consider to make a donation to support its
66

77
<a href="https://ko-fi.com/eddiesigner" target="_blank"><img src="https://res.cloudinary.com/edev/image/upload/v1583011476/button_y8hgt8.png" alt="Donate" style="width: 250px !important; height: 60px !important;" width="250" height="60"></a>
88

9-
## Ghost 4
9+
## Ghost 5
1010

11-
This theme has been optimized for Ghost 4, if you are looking for a Ghost 3 compatible version please refer to [this link](https://github.com/eddiesigner/liebling/releases/tag/v.0.9.4).
11+
This theme has been optimized for Ghost 5, if you are looking for a Ghost 4 compatible version please refer to [this link](https://github.com/eddiesigner/liebling/releases/tag/v1.5.2).
1212

1313
## Preview
1414

@@ -30,23 +30,34 @@ To know how to enable the search, comments, newsletter and more, please head to
3030

3131
### General features
3232

33-
* Clean and beautiful design 💅🏼
34-
* Lightning fast ⚡️
35-
* Fully responsive, looks great on any device 📱
36-
* Compatible with modern browsers 💻
37-
* Fast support 📞
33+
* Clean and beautiful design
34+
* Lightning fast
35+
* Lightweight and high performance
36+
* Fully responsive, looks great on any device
37+
* Compatible with modern browsers
3838

3939
### Ghost features
4040

41-
* Subscription form [more info here](https://github.com/eddiesigner/liebling/wiki/How-to-enable-subscribers)
41+
* Subscription form
4242
* Multiple authors
4343
* Logo support
4444
* Secondary menu
45+
* Accent color
4546
* Featured posts and pages
4647
* Post, Page, Tag, Authors, pages
4748
* Koenig editor
4849
* Bookmark card
4950
* Gallery card
51+
* Button card
52+
* NFT card
53+
* Callouts
54+
* Toggles
55+
* Quotes
56+
* Products
57+
* Audio
58+
* Video
59+
* File uploads
60+
* Headers
5061
* Blog title and description
5162
* Cover image for Home, Post, Page, Tag, Author pages
5263
* Author avatar, bio, location, website and social links
@@ -59,6 +70,7 @@ To know how to enable the search, comments, newsletter and more, please head to
5970

6071
* Dark mode
6172
* Search
73+
* Custom settings
6274
* Custom Subscribe page
6375
* Custom authors page
6476
* Custom error page
@@ -101,6 +113,9 @@ To know how to enable the search, comments, newsletter and more, please head to
101113
* Korean by [chocosobo](https://github.com/chocosobo)
102114
* Japanese by [ViaSnake](https://github.com/ViaSnake)
103115
* Czech by [Fjuro](https://github.com/Fjuro)
116+
* Swedish by [momeenme](https://github.com/momeenme)
117+
* Slovak by [jjuris](https://github.com/jjuris)
118+
* Thai by [Parinya T.](https://github.com/pickyzz)
104119

105120
## Tests performed
106121

@@ -126,13 +141,19 @@ Contributions are very welcome. First, please read the [Pull Request Guidelines]
126141

127142
## Related
128143

144+
* [Glow](https://eddiesigner.gumroad.com/l/glow) - Beautiful, clean, minimalist and powerful Ghost theme perfect for writers which offers a pleasant reading experience.
145+
146+
* [Bold](https://eddiesigner.gumroad.com/l/ltqtms) - Bold is a Ghost theme designed to be minimal and customizable, allowing individuals to create a sleek and modern online presence.
147+
148+
* [Galerie](https://eddiesigner.gumroad.com/l/KgroF) - Modern and versatile theme that stands out for its sleek design, it's incredibly fast, it offers a great user experience and it has many options to customise it.
149+
129150
* [Firma](https://gum.co/ZXLha) - Ghost theme that can be used by startups to large companies to publish any kind of articles related to their business. It stands out for its clean design and is able to adapt to any company's identity.
130151

131152
* [Weiss Pro](https://gum.co/pzvDn) - Modern and beautiful Ghost theme ready to make your content shine.
132153

133154
## License
134155

135-
Copyright (c) 2019-2020 Eduardo Gómez. Released under the [MIT license](https://github.com/eddiesigner/liebling/blob/master/LICENSE).
156+
Copyright (c) 2019-present Eduardo Gómez. Released under the [MIT license](https://github.com/eddiesigner/liebling/blob/master/LICENSE).
136157

137158
## Credits
138159

assets/css/404.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/app.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/home.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/listing.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)