You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add custom thank-you page to make form look more professional.
Clarify use of Formspree and having to confirm email address on each url
(when using the free plan).
Make installation instructions (hopefully) more approachable.
(As a Jekyll newbie, it took me some time to realize that gem themes
are not the only way to go, and that Jekyll does theming quite
differently than traditional CMSs)
Copy file name to clipboardExpand all lines: README.md
+19-7Lines changed: 19 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,21 @@
1
-
## How to Use This Theme
2
-
Just go ahead and read up on [how to install Jekyll](https://jekyllrb.com/). It's not too hard I promise!
1
+
# Massively
2
+
> This is Massively, a text-heavy, article-oriented design built around a huge background
3
+
image.
3
4
4
-
Download this repository [here](https://github.com/iwiedenm/jekyll-theme-massively-src/archive/master.zip) and save it to any folder you want.
5
+
## How to Use This Theme
6
+
Jekyll consumes themes in two flavors; gem-based or spread across multiple folders
7
+
in the site source. This port is of the second type. Concretely, it means that you
8
+
can simply grab the [zip][zip] or clone this repository, run `bundle install`
9
+
in the new directory and finally `bundle exec jekyll serve`.
10
+
You can now access your brand-new Jekyll site on [http://127.0.0.1:4000/][local].
11
+
Enjoy!
5
12
6
-
Open a terminal window or a command line and ```cd``` to that location.
13
+
If you're completely new to Jekyll, check out it's [documentation][jekyll] first.
14
+
It's not too hard, we promise!
7
15
8
-
Then enter: ```bundle exec jekyll serve```. You can now access your new Jekyll site from [http://127.0.0.1:4000/](http://127.0.0.1:4000/). Have fun exploring your new site!
0 commit comments