Skip to content

Commit 0e64de7

Browse files
committedNov 1, 2024·
add universal paperclips
1 parent 2e1b467 commit 0e64de7

File tree

3 files changed

+11
-13
lines changed

3 files changed

+11
-13
lines changed
 

‎README.md

+1-13
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,11 @@
11
# This is a rework of the [Tailwind Toolbox](https://www.tailwindtoolbox.com/) - [Ghostwind](https://www.tailwindtoolbox.com/templates/ghostwind) theme
22

3-
43
To use, simply fork this repository, set up a secret environment variable 'PAT' with a personnal access token with read permissions on all your repos.
54

65
Edit the config.yml file as suits you and add other html file as necessary. Don't forget to remove my assets and set up yours!
76

87
For faster development you can run locally the generator (`python generator/main.py` and `python generator/gallery.py > gallery.html`), you'll need the python packages 'ruamel.yaml' and 'beautifulsoup4'
98

10-
11-
12-
13-
14-
15-
16-
17-
18-
19-
20-
219
# [Tailwind Toolbox](https://www.tailwindtoolbox.com/) - [Ghostwind](https://www.tailwindtoolbox.com/templates/ghostwind)
2210

2311
[Ghostwind Template](https://www.tailwindtoolbox.com/templates/ghostwind) is a clone of the Casper theme for Ghost created in [Tailwind CSS](https://tailwindcss.com/) by [Tailwind Toolbox](https://www.tailwindtoolbox.com/).
@@ -37,6 +25,7 @@ Looking for a dark mode version? Check it out here - https://github.com/chiptu/d
3725
## Getting Started
3826

3927
Choose one of the following options to get started:
28+
4029
* [Download the latest release](https://github.com/tailwindtoolbox/Ghostwind/archive/master.zip)
4130
* Clone the repo: `git clone https://github.com/tailwindtoolbox/Ghostwind.git`
4231
* Fork the repo
@@ -52,7 +41,6 @@ Take a look at our [setup guide](https://www.tailwindtoolbox.com/setup) to start
5241

5342
Have a bug or an issue with this template? [Open a new issue](https://github.com/tailwindtoolbox/ghostwind/issues/new) here on GitHub.
5443

55-
5644
## Copyright and License
5745

5846
Copyright 2018-2019 Astrava.Solutions Ltd. Code released under the MIT license.

‎assets/universalpaperclips.png

48.8 KB
Loading

‎config.yml

+10
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,16 @@ liked:
268268
cover: "assets/gol_ucc.png"
269269
read_time: ""
270270
author_name: "biggiemac42"
271+
universal paperclips:
272+
bold_message: "A paperclip factory, or ...?"
273+
message: "Release the hypnodrones"
274+
size: "1/3"
275+
avatar: ""
276+
avatarlink: ""
277+
links_to: "https://www.decisionproblem.com/paperclips/"
278+
cover: "assets/universal_paperclips.png"
279+
read_time: ""
280+
author_name: ""
271281

272282

273283

0 commit comments

Comments
 (0)
Please sign in to comment.