bigbiff | d006b30 | 2015-03-06 18:36:03 -0500 | [diff] [blame] | 1 | # Site settings |
| 2 | title: TeamWin - TWRP |
| 3 | description: > # this means to ignore newlines until "baseurl:" |
| 4 | This is the Team Win website and the official home of TWRP! |
| 5 | Here you will find the list of officially supported devices |
| 6 | and instructions for installing TWRP on those devices. |
| 7 | baseurl: "" # the subpath of your site, e.g. /blog/ |
| 8 | url: "http://twrp.me" # the base hostname & protocol for your site |
| 9 | github_username: TeamWin |
bigbiff bigbiff | a5f9f6b | 2016-06-26 20:53:19 -0400 | [diff] [blame] | 10 | gems: ['git', 'redcarpet'] |
bigbiff | d006b30 | 2015-03-06 18:36:03 -0500 | [diff] [blame] | 11 | # Build settings |
bigbiff bigbiff | a5f9f6b | 2016-06-26 20:53:19 -0400 | [diff] [blame] | 12 | markdown: redcarpet |
Ethan Yonker | f232f5b | 2016-12-16 11:58:42 -0600 | [diff] [blame] | 13 | keep_files: [project, twrp_view_all_devices, officialota, datamedia, twrpfaq, whattobackup, whattowipe, securetwrp, removetwrp, noos, contactus/submit.php app/privacypolicy.pdf] |
| 14 | exclude: [project, twrp_view_all_devices, officialota, datamedia, twrpfaq, whattobackup, whattowipe, securetwrp, removetwrp, noos, contactus/submit.php app/privacypolicy.pdf] |
bigbiff | d006b30 | 2015-03-06 18:36:03 -0500 | [diff] [blame] | 15 | |
| 16 | collections: |
| 17 | devices: |
| 18 | output: true |
| 19 | |
| 20 | faq: |
| 21 | output: true |
Ethan Yonker | f232f5b | 2016-12-16 11:58:42 -0600 | [diff] [blame] | 22 | |
| 23 | app: |
| 24 | output: true |
Ethan Yonker | 8bc4f41 | 2016-12-20 13:06:05 -0600 | [diff] [blame] | 25 | |
| 26 | terms: |
| 27 | output: true |