Skip to content

Commit b3f7788

Browse files
authored
Merge pull request #11 from postlight/feat-update-readme
feat: update readme
2 parents b14723c + 0ce2b06 commit b3f7788

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,8 @@ Any CSS put in the `styles.css` file at `/custom/styles.css` will be injected in
102102

103103
Your field names will always be added as classes in the corresponding HTML. So for example, a field called "Title" will generate an HTML element with the class `.Title`. There are other classes that are put in by default, detailed below. You can make use of these classes to style the site to your liking.
104104

105+
Out of the box, we've provided some boilerplate styling that we hope will help ease the styling process - to remove, simply remove the unwanted css from `/public/default.css`. To view the boilerplate designs, click [here](https://liftoff-boilerplate.netlify.com).
106+
105107
## Pagination
106108

107109
Pagination is automatically implemented on any site with more than 10 posts. This makes back + next buttons available on the homepage of your site for navigating between different pages of posts.

0 commit comments

Comments
 (0)