]> BookStack Code Mirror - website/blob - themes/bookstack/layouts/index.html
Removed disqus and added blog post about that
[website] / themes / bookstack / layouts / index.html
1 {{ partial "header.html" . }}
2 <div class="header">
3         <div class="container">
4                 <div class="row hero">
5                     <div class="col-md-4 spaced">
6                         <h2>Simple &amp; Free <br>Wiki Software</h2>
7                         <p>BookStack is a simple, self-hosted, easy-to-use platform for organising and storing information.</p>
8                         <p>
9                           <a href="https://github.com/BookStackApp/BookStack">GitHub</a> &nbsp;-&nbsp;
10                           <a href="https://demo.bookstackapp.com">Demo</a> &nbsp;-&nbsp;
11                           <a href="/docs/admin/installation">Install</a>
12                         </p>
13                     </div>
14                     <div class="col-md-8 screenshot-container">
15                         <img class="screenshot" src="images/bookstack-hero-screenshot.png" alt="BookStack ScreenShot">
16                     </div>
17                 </div>
18         </div>
19 </div>
20
21
22   <div class="container md-margin-top">
23         <h2 id="features">Features</h2>
24         <div class="row">
25             <div class="col-sm-4">
26                 <h4><span class="icon">{{partial "icon/code.svg"}}</span>Free &amp; Open Source</h4>
27                 <p>BookStack is fully free and open, MIT licensed. The source is available on GitHub. There is no cost to downloading and installing your own instance of bookstack.
28                 </p>
29                 <p>
30                     <a href="https://github.com/BookStackApp/BookStack">View the source here &raquo;</a>
31                 </p>
32             </div>
33             <div class="col-sm-4" >
34                 <h4><span class="icon">{{partial "icon/laptop_chromebook.svg"}}</span>Easy, Simple Interface</h4>
35                 <p>
36                     Simplicity has been the top priority when building BookStack. The page editor has a simple WYSIWYG interface and all content is broken into three simple real world groups:
37                 </p>
38                 <p>
39                     <span class="icon book">{{partial "icon/book.svg"}}</span>Books &nbsp;&nbsp;<span class="icon chapter">{{partial "icon/collections_bookmark.svg"}}</span>Chapters&nbsp;&nbsp; <span class="icon page">{{partial "icon/description.svg"}}</span>Pages
40                 </p>
41             </div>
42             <div class="col-sm-4" >
43                 <h4><span class="icon">{{partial "icon/search.svg"}}</span>Searchable and Connected</h4>
44                 <p>
45                     The content in BookStack is fully searchable. You are able to search at book level or across all books, chapters &amp; pages. The ability to link directly to any paragraph allows you to keeps your documentation connected.
46                 </p>
47             </div>
48         </div>
49         <p>
50             <br>
51         </p>
52         <div class="row">
53             <div class="col-sm-4">
54                 <h4><span class="icon">{{partial "icon/build.svg"}}</span>Configurable</h4>
55                 <p>
56                     Configuration options allow you to set-up BookStack to suit your use case. You can change the name, Logo and registration options. You can also change whether the whole system is publicly viewable or not.
57                 </p>
58             </div>
59             <div class="col-sm-4" >
60                 <h4><span class="icon">{{partial "icon/storage.svg"}}</span>Simple Requirements</h4>
61                 <p>
62                     BookStack is built using PHP, on top of the Laravel framework and it uses MySQL to store data. Performance has been kept in mind and BookStack can run happily on a $5 Digital Ocean VPS.
63                 </p>
64             </div>
65             <div class="col-sm-4" >
66                 <h4><span class="icon">{{partial "icon/directions_boat.svg"}}</span>Powerful Features</h4>
67                 <p>
68                     On top of the powerful search and linking there is also cross-book sorting, Page revisions, Image management. Some more mega-features are planned such as static-site generation and quick exporting.
69                 </p>
70             </div>
71         </div>
72     </div>
73     <div class="shaded shaded-border md-margin-top padded-vertical large">
74         <div class="container">
75                 <div class="row">
76                         <div class="col-sm-6">
77                                 <h2 class="nomargin margin-bottom" id="demo">Try Out BookStack</h2>
78                                 <p>
79                                         You can try out BookStack right now by using the given details.
80                                         <strong>The demo database &amp; image storage is automatically reset every half hour.</strong>
81                                         Most standard actions are available using the provided admin login but some actions, listed below, have been restricted to keep the demo instance open &amp; available. That said, all options &amp; actions are at least visible to the demo admin user.
82                                 </p>
83                                         <div>
84                                                 <strong>Actions Restricted In Demo</strong>
85                                                 <ul>
86                                                         <li>User deletion</li>
87                                                         <li>User updates</li>
88                                                         <li>Setting updates</li>
89                                                 </ul>
90                                         </div>
91                         </div>
92                         <div class="col-sm-6 text-center">
93                                         <div class="demo-box text-left " >
94                                                 <label>Demo site url</label> <br><a href="https://demo.bookstackapp.com" target="_blank">https://demo.bookstackapp.com</a> <br>
95                                                 <label>Admin email</label> <br><input type="text" onclick="this.select();" value="admin@example.com" readonly="true"><br>
96                                                 <label>Admin password</label> <br><input type="text" onclick="this.select();" value="password" readonly="true"> <br><br>
97                                                 <a href="https://demo.bookstackapp.com" class="button" target="_blank">Open demo site</a>
98                                         </div>
99                         </div>
100                 </div>
101         </div>
102     </div>
103
104         <div class="padded-vertical large">
105                 <div class="container">
106                         <h2 class="nomargin margin-bottom" id="screenshots">Screenshots</h2>
107                         <div class="my-gallery">
108                                 <div class="row">
109                                         <div class="col-sm-4 col-sm-offset-0 col-xs-8 col-xs-offset-2">
110                                                 <h4>Page View</h4>
111                                                 <figure itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject">
112                                                     <a href="images/screenshots/page-view.png" data-size="1920x1080">
113                                                         <img src="images/screenshots/thumb_page-view.png" alt="Page View">
114                                                     </a>
115                                                 </figure>
116                                         </div>
117                                         <div class="col-sm-4 col-sm-offset-0 col-xs-8 col-xs-offset-2">
118                                                 <h4>Page Editor</h4>
119                                                 <figure  itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject">
120                                                     <a href="images/screenshots/page-edit.png" data-size="1920x1080">
121                                                         <img src="images/screenshots/thumb_page-edit.png" alt="Page Editing">
122                                                     </a>
123                                                 </figure>
124                                         </div>
125                                         <div class="col-sm-4 col-sm-offset-0 col-xs-8 col-xs-offset-2">
126                                                 <h4>Image Manager</h4>
127                                                 <figure  itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject">
128                                                     <a href="images/screenshots/image-manager.png" data-size="1920x1080">
129                                                         <img src="images/screenshots/thumb_image-manager.png" alt="Image Manager">
130                                                     </a>
131                                                 </figure>
132                                         </div>
133                                 </div>
134
135                                 <div class="row">
136                                         <div class="col-sm-4 col-sm-offset-0 col-xs-8 col-xs-offset-2">
137                                                 <h4>All Books Overview</h4>
138                                                 <figure  itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject">
139                                                     <a href="images/screenshots/books-view.png" data-size="1920x1080">
140                                                         <img src="images/screenshots/thumb_books-view.png" alt="View of all books">
141                                                     </a>
142                                                 </figure>
143                                         </div>
144                                         <div class="col-sm-4 col-sm-offset-0 col-xs-8 col-xs-offset-2">
145                                                 <h4>Book Overview</h4>
146                                                 <figure  itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject">
147                                                     <a href="images/screenshots/book-overview.png" data-size="1920x1080">
148                                                         <img src="images/screenshots/thumb_book-overview.png" alt="Book Overview">
149                                                     </a>
150                                                 </figure>
151                                         </div>
152                                         <div class="col-sm-4 col-sm-offset-0 col-xs-8 col-xs-offset-2">
153                                                 <h4>Book Sorting</h4>
154                                                 <figure  itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject">
155                                                     <a href="images/screenshots/book-sorting.png" data-size="1920x1080">
156                                                         <img src="images/screenshots/thumb_book-sorting.png" alt="Book Content Sorting View">
157                                                     </a>
158                                                 </figure>
159                                         </div>
160                                 </div>
161
162                                 <div class="row">
163                                         <div class="col-sm-4 col-sm-offset-0 col-xs-8 col-xs-offset-2">
164                                                 <h4>Global Search</h4>
165                                                 <figure itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject">
166                                                     <a href="images/screenshots/search.png" data-size="1920x1080">
167                                                         <img src="images/screenshots/thumb_search.png" alt="Searching all content">
168                                                     </a>
169                                                 </figure>
170                                         </div>
171                                         <div class="col-sm-4 col-sm-offset-0 col-xs-8 col-xs-offset-2">
172                                                 <h4>App Settings</h4>
173                                                 <figure itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject">
174                                                     <a href="images/screenshots/settings-view.png" data-size="1920x1080">
175                                                         <img src="images/screenshots/thumb_settings-view.png" alt="Settings View">
176                                                     </a>
177                                                 </figure>
178                                         </div>
179                                         <div class="col-sm-4 col-sm-offset-0 col-xs-8 col-xs-offset-2">
180                                                 <h4>Profile Update Page</h4>
181                                                 <figure itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject">
182                                                     <a href="images/screenshots/profile-edit-view.png" data-size="1920x1080">
183                                                         <img src="images/screenshots/thumb_profile-edit-view.png" alt="Profile Editing Screen">
184                                                     </a>
185                                                 </figure>
186                                         </div>
187                                 </div>
188
189                         </div>
190                 </div>
191         </div>
192
193
194     <div class="shaded shaded-border md-margin-top padded-vertical large">
195         <div class="container">
196             <h2>Latest From The Blog</h2>
197
198                         {{ range first 4 ( where .Data.Pages "Section" "blog") }}
199                                 <div class="blogpost-card">
200                                         <a href="{{.Permalink}}">
201                                                 {{ if .Params.image }}
202                                                         <div class="image" style="background-image: url({{.Params.image}});"></div>
203                                                 {{ end }}
204                                                 <div class="text">{{ .Title }}</div>
205                                         </a>
206                                 </div>
207                         {{ end }}
208
209                         <div class="clearfix"></div>
210
211             <div class="padded-top"><a class="button" href="/blog">Read the blog &raquo;</a></div>
212         </div>
213     </div>
214
215     <!-- Root element of PhotoSwipe. Must have class pswp. -->
216         <div class="pswp" tabindex="-1" role="dialog" aria-hidden="true">
217             <div class="pswp__bg"></div>
218             <div class="pswp__scroll-wrap">
219                 <div class="pswp__container">
220                     <div class="pswp__item"></div>
221                     <div class="pswp__item"></div>
222                     <div class="pswp__item"></div>
223                 </div>
224                 <div class="pswp__ui pswp__ui--hidden">
225                     <div class="pswp__top-bar">
226                         <div class="pswp__counter"></div>
227                         <button class="pswp__button pswp__button--close" title="Close (Esc)"></button>
228                         <button class="pswp__button pswp__button--share" title="Share"></button>
229                         <button class="pswp__button pswp__button--fs" title="Toggle fullscreen"></button>
230                         <button class="pswp__button pswp__button--zoom" title="Zoom in/out"></button>
231                         <div class="pswp__preloader">
232                             <div class="pswp__preloader__icn">
233                               <div class="pswp__preloader__cut">
234                                 <div class="pswp__preloader__donut"></div>
235                               </div>
236                             </div>
237                         </div>
238                     </div>
239                     <div class="pswp__share-modal pswp__share-modal--hidden pswp__single-tap">
240                         <div class="pswp__share-tooltip"></div>
241                     </div>
242                     <button class="pswp__button pswp__button--arrow--left" title="Previous (arrow left)">
243                     </button>
244                     <button class="pswp__button pswp__button--arrow--right" title="Next (arrow right)">
245                     </button>
246                     <div class="pswp__caption">
247                         <div class="pswp__caption__center"></div>
248                     </div>
249                 </div>
250             </div>
251         </div>
252
253         <script async src="libs/photoswipe.min.js"></script>
254
255 {{ partial "footer.html" . }}