Skip to content

Commit 8438f3d

Browse files
committed
add note about sometimes having to re-trigger build; fixes daattali#710
1 parent 5991966 commit 8438f3d

File tree

1 file changed

+19
-13
lines changed

1 file changed

+19
-13
lines changed

README.md

Lines changed: 19 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,28 @@
99
1010
**Beautiful Jekyll** is a ready-to-use template to help you create a beautiful website quickly. Perfect for personal sites, blogs, or simple project websites. [Check out a demo](https://beautifuljekyll.com) of what you'll get after just two minutes. You can also look at [my personal website](https://deanattali.com) to see it in use, or see examples of websites other people created using this theme [below](#showcased-users-success-stories).
1111

12-
**If you enjoy Beautiful Jekyll, please consider [supporting me](https://github.com/sponsors/daattali) for over 5 years of development (and to unlock rewards!) ❤**
12+
**If you enjoy Beautiful Jekyll, please consider [supporting me](https://github.com/sponsors/daattali) for over 5 years of development (and to unlock rewards!)**
13+
14+
<p align="center">
15+
<a style="display: inline-block;" href="https://github.com/sponsors/daattali">
16+
<img height="40" src="https://i.imgur.com/034B8vq.png" />
17+
</a>
18+
&nbsp;&nbsp;
19+
<a style="display: inline-block;" href="https://paypal.me/daattali">
20+
<img height="40" src="https://camo.githubusercontent.com/0e9e5cac101f7093336b4589c380ab5dcfdcbab0/68747470733a2f2f63646e2e6a7364656c6976722e6e65742f67682f74776f6c66736f6e2f70617970616c2d6769746875622d627574746f6e40312e302e302f646973742f627574746f6e2e737667" />
21+
</a>
22+
</p>
1323

1424
## Table of contents
1525

1626
- [Features](#features)
17-
- [Sponsors 🏆](#sponsors)
1827
- [**Build your website in 3 steps**](#build-your-website-in-3-steps)
19-
- [Plans](#plans)
2028
- [Add your own content](#add-your-own-content)
2129
- [Customizing parameters for each page](#customizing-parameters-for-each-page)
2230
- [Supported parameters](#supported-parameters)
2331
- [Showcased users (success stories!)](#showcased-users-success-stories)
2432
- [FAQ and support](#faq-and-support)
33+
- [Sponsors 🏆](#sponsors)
2534
- [Credits and contributions](#credits)
2635

2736
# Features
@@ -41,12 +50,6 @@ Check out [*What's New?*](https://beautifuljekyll.com/updates/) to see the lates
4150
- **Photos support**: Any page can have a cover photo around its title, and any blog post can have an associated image.
4251
- **RSS**: An RSS feed is automatically created, so you can even host a podcast easily with Beautiful Jekyll.
4352

44-
<h2 id="sponsors">Sponsors 🏆</h2>
45-
46-
> There are no sponsors yet
47-
48-
[Become the first sponsor for Beautiful Jekyll and unlock special rewards\!](https://github.com/sponsors/daattali/sponsorships?tier_id=39856)
49-
5053
# Build your website in 3 steps
5154

5255
There's a very easy way to use this theme, and there's a hard way. For most people (including myself!), I suggest going the easy route. If you're an advanced user and want to tinker with the hard way (using ruby gems), then [skip the easy way](https://github.com/daattali/beautiful-jekyll#the-hard-way-using-ruby-gems) if you know what you're doing.
@@ -65,7 +68,7 @@ Fork this project by clicking the __*Fork*__ button at the top right corner of t
6568

6669
### 2. Rename the project to `<yourusername>.github.io`
6770

68-
Click on __*Settings*__ at the top (the cog icon) and on that page you'll have an option to rename the project (*repository name*). This will create a website with the **Beautiful Jekyll** template that will be available at `https://<yourusername>.github.io` within a couple minutes. Check out the [FAQ](#faq-and-support) if you want to use a different project name.
71+
Click on __*Settings*__ at the top (the cog icon) and on that page you'll have an option to rename the project (*Repository name*). This will create a website with the **Beautiful Jekyll** template that will be available at `https://<yourusername>.github.io` within a couple minutes. Check out the [FAQ](#faq-and-support) if you want to use a different project name. If after a few minutes your website is not ready, try making any edit to any file, just to force GitHub to re-build your site.
6972

7073
### 3. Customize your website settings
7174

@@ -81,9 +84,6 @@ Note that in the video above I only edited one setting in the `_config.yml` file
8184

8285
If you followed the easy method above, then you already have your site and you can skip this section! If you want to install beautiful-jekyll using ruby gems instead, follow the [advanced installation instructions](https://beautifuljekyll.com/getstarted/#install-steps-hard).
8386

84-
# Plans
85-
86-
Beautiful Jekyll is, and always will be, free. But if you want to remove the Beautiful Jekyll ad from your website, use a Dark Mode skin, or unlock other special rewards, [check out the different plans](https://beautifuljekyll.com/plans).
8787

8888
# Add your own content
8989

@@ -268,6 +268,12 @@ Beautiful Jekyll is actively used by thousands of people with wildly varying deg
268268
- ### How do I use math equations in my posts?
269269

270270
MathJax can be easily integrated into your website with a one-line addition. You can see [this discussion](https://github.com/daattali/beautiful-jekyll/issues/195) for more information.
271+
272+
<h2 id="sponsors">Sponsors 🏆</h2>
273+
274+
> There are no sponsors yet
275+
276+
[Become the first sponsor for Beautiful Jekyll\!](https://github.com/sponsors/daattali/sponsorships?tier_id=39856)
271277

272278
# Contributions
273279

0 commit comments

Comments
 (0)