Skip to content
This repository was archived by the owner on May 10, 2024. It is now read-only.

Commit e53e88c

Browse files
committed
readme changes
1 parent 216e6ad commit e53e88c

File tree

1 file changed

+5
-43
lines changed

1 file changed

+5
-43
lines changed

README.md

+5-43
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
## [Based off Start Bootstrap - Clean Blog](https://startbootstrap.com/template-overviews/clean-blog/) - Official Jekyll Version
44
[Clean Blog](http://startbootstrap.com/template-overviews/clean-blog/) is a stylish, responsive blog theme for [Bootstrap](http://getbootstrap.com/) created by [Start Bootstrap](http://startbootstrap.com/). This theme features a blog homepage, about page, contact page, and an example post page along with a working contact form powered by [Formspree](https://formspree.io/).
55

6-
This repository holds the official Jekyll version of the Clean Blog!
6+
This repository holds the official Jekyll version of Square Zero!
77

88
## Preview
99

1010
[![Clean Blog (Jekyll) Preview](https://startbootstrap.com/assets/img/templates/clean-blog.jpg)](http://blackrockdigital.github.io/startbootstrap-clean-blog-jekyll/)
1111

12-
**[View Live Preview](http://blackrockdigital.github.io/startbootstrap-clean-blog-jekyll/)**
12+
<img src="https://i.imgur.com/LLwpiPS.png" width="300">
1313

1414
## Installation & Setup
1515

@@ -59,48 +59,8 @@ background: '/PATH_TO_IMAGE'
5959

6060
For reference, look at the [demo repository](https://github.com/BlackrockDigital/startbootstrap-clean-blog-jekyll) to see how the files are set up.
6161

62-
5. Add the form to the `contact.html` page. Add the following code to your `contact.html` page:
63-
```
64-
<form name="sentMessage" id="contactForm" novalidate>
65-
<div class="control-group">
66-
<div class="form-group floating-label-form-group controls">
67-
<label>Name</label>
68-
<input type="text" class="form-control" placeholder="Name" id="name" required data-validation-required-message="Please enter your name.">
69-
<p class="help-block text-danger"></p>
70-
</div>
71-
</div>
72-
<div class="control-group">
73-
<div class="form-group floating-label-form-group controls">
74-
<label>Email Address</label>
75-
<input type="email" class="form-control" placeholder="Email Address" id="email" required data-validation-required-message="Please enter your email address.">
76-
<p class="help-block text-danger"></p>
77-
</div>
78-
</div>
79-
<div class="control-group">
80-
<div class="form-group col-xs-12 floating-label-form-group controls">
81-
<label>Phone Number</label>
82-
<input type="tel" class="form-control" placeholder="Phone Number" id="phone" required data-validation-required-message="Please enter your phone number.">
83-
<p class="help-block text-danger"></p>
84-
</div>
85-
</div>
86-
<div class="control-group">
87-
<div class="form-group floating-label-form-group controls">
88-
<label>Message</label>
89-
<textarea rows="5" class="form-control" placeholder="Message" id="message" required data-validation-required-message="Please enter a message."></textarea>
90-
<p class="help-block text-danger"></p>
91-
</div>
92-
</div>
93-
<br>
94-
<div id="success"></div>
95-
<div class="form-group">
96-
<button type="submit" class="btn btn-primary" id="sendMessageButton">Send</button>
97-
</div>
98-
</form>
99-
```
10062

101-
Make sure you have the `email` setting in your `_config.yml` file set to a working email address! Once this is set, fill out the form and then check your email, verify the email address using the link sent to you by Formspree, and then the form will be working!
102-
103-
6. Build your site: `bundle exec jekyll serve`
63+
5. Build your site: `bundle exec jekyll serve`
10464

10565
### Using Core Files
10666

@@ -121,6 +81,7 @@ When using the core files, the demo images, posts, and pages are all included wi
12181

12282
## Bugs and Issues
12383

84+
Please credit the thumbnail artists if you do use others' work.
12485
Have a bug or an issue with this template? [Open a new issue](https://github.com/BlackrockDigital/startbootstrap-clean-blog-jekyll/issues) here on GitHub!
12586

12687
## About
@@ -136,6 +97,7 @@ Start Bootstrap was created by and is maintained by **[David Miller](http://davi
13697
* https://twitter.com/davidmillerskt
13798
* https://github.com/davidtmiller
13899

100+
Square Zero Theme built by [surajk95](https://github.com/surajk95).
139101
Start Bootstrap is based on the [Bootstrap](http://getbootstrap.com/) framework created by [Mark Otto](https://twitter.com/mdo) and [Jacob Thorton](https://twitter.com/fat).
140102

141103
## Copyright and License

0 commit comments

Comments
 (0)