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

Commit 304726d

Browse files
using a new build concept
1 parent 568e4b1 commit 304726d

File tree

29 files changed

+199
-562
lines changed

29 files changed

+199
-562
lines changed

.gitignore

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
1-
_site
2-
.sass-cache
31
.bundle
4-
bin
5-
/vendor
6-
_deploy.yml
7-
s3_website.yml
8-
Gemfile.lock
2+
.sasss-cache
3+
*.kate-swp
4+
5+
vendor
34.5 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.

Books/Sample-Title-Amazon.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
layout: Sample-Title/amazon
3+
---

Books/Sample-Title.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
layout: Sample-Title/default
3+
---
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Chapter 1
2+
This is the contents of chapter 1.
3+
4+
# Chapter 2
5+
More words!

Books/_includes/amazon_review.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
This is a file that is used for the 'amazon' layout so we can include Amazon specific things like Amazon URLS that aren't allowed in books for other storefronts.

Books/_includes/bio.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Bio
2+
3+
Hi, I'm me. This is a shared bio that all of the books can reference. This is handy if you manage a lot of books like I do and you want to be able to quickly update the bio page for all of them.
4+
5+
Just update this file, rebuild, and all of your books that include the `bio.md` file will have an updated bio page.

Books/_includes/license.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# License
2+
3+
Thoughts are free mofo.

0 commit comments

Comments
 (0)