]> BookStack Code Mirror - website/commit
Moved website to hugo and merged in blog
authorDan Brown <redacted>
Sat, 14 Jan 2017 11:56:29 +0000 (11:56 +0000)
committerDan Brown <redacted>
Sat, 14 Jan 2017 11:56:29 +0000 (11:56 +0000)
commit1e0928490e8379d643152e164245c28e95c28530
treef3a56b7a713b686b72bf2bf1be4cb0c0ee1dbecb
parent733274e51f0f21681eb2889cb3e1810c5b7d85c5
Moved website to hugo and merged in blog
267 files changed:
.env.example [deleted file]
.gitattributes [new file with mode: 0644]
.gitignore
LICENSE [new file with mode: 0644]
app/Console/Commands/.gitkeep [deleted file]
app/Console/Kernel.php [deleted file]
app/Events/Event.php [deleted file]
app/Events/ExampleEvent.php [deleted file]
app/Exceptions/Handler.php [deleted file]
app/Http/Controllers/Controller.php [deleted file]
app/Http/Controllers/DocsController.php [deleted file]
app/Http/Controllers/HomeController.php [deleted file]
app/Http/Middleware/Authenticate.php [deleted file]
app/Http/Middleware/ExampleMiddleware.php [deleted file]
app/Http/routes.php [deleted file]
app/Jobs/ExampleJob.php [deleted file]
app/Jobs/Job.php [deleted file]
app/Listeners/ExampleListener.php [deleted file]
app/Providers/AppServiceProvider.php [deleted file]
app/Providers/AuthServiceProvider.php [deleted file]
app/Providers/EventServiceProvider.php [deleted file]
app/User.php [deleted file]
app/helpers.php [deleted file]
artisan [deleted file]
bootstrap/app.php [deleted file]
composer.json [deleted file]
composer.lock [deleted file]
config.toml [new file with mode: 0644]
content/blog/1-year-of-bookstack.md [new file with mode: 0644]
content/blog/100-stars-on-github.md [new file with mode: 0644]
content/blog/_index.md [new file with mode: 0644]
content/blog/beta-bugfix-release-v0-11-1.md [new file with mode: 0644]
content/blog/beta-bugfix-release-v0-12-1.md [new file with mode: 0644]
content/blog/beta-bugfix-release-v0-12-2.md [new file with mode: 0644]
content/blog/beta-bugfix-release-v0-13-1.md [new file with mode: 0644]
content/blog/beta-release-v0-10-0.md [new file with mode: 0644]
content/blog/beta-release-v0-11-0.md [new file with mode: 0644]
content/blog/beta-release-v0-12-0.md [new file with mode: 0644]
content/blog/beta-release-v0-13-0.md [new file with mode: 0644]
content/blog/beta-release-v0-7-6.md [new file with mode: 0644]
content/blog/beta-release-v0-8-0.md [new file with mode: 0644]
content/blog/beta-release-v0-8-2.md [new file with mode: 0644]
content/blog/beta-release-v0-9-0.md [new file with mode: 0644]
content/blog/bookstack-now-on-travisci.md [new file with mode: 0644]
content/blog/over-300-stars-the-next-release-and-dockerizing.md [new file with mode: 0644]
content/docs/admin/backup-restore.md [moved from resources/docs/admin/backup-restore.md with 96% similarity]
content/docs/admin/cache-session-config.md [moved from resources/docs/admin/cache-session-config.md with 93% similarity]
content/docs/admin/debugging.md [moved from resources/docs/admin/debugging.md with 89% similarity]
content/docs/admin/installation.md [moved from resources/docs/admin/installation.md with 97% similarity]
content/docs/admin/ldap-auth.md [moved from resources/docs/admin/ldap-auth.md with 92% similarity]
content/docs/admin/multi-instance.md [moved from resources/docs/admin/multi-instance.md with 96% similarity]
content/docs/admin/security.md [moved from resources/docs/admin/security.md with 95% similarity]
content/docs/admin/social-auth.md [moved from resources/docs/admin/social-auth.md with 93% similarity]
content/docs/admin/updates.md [moved from resources/docs/admin/updates.md with 93% similarity]
content/docs/admin/upload-limits.md [moved from resources/docs/admin/upload-limits.md with 93% similarity]
content/docs/admin/visual-customisation.md [moved from resources/docs/admin/visual-customisation.md with 86% similarity]
content/docs/user/content-overview.md [moved from resources/docs/user/content-overview.md with 96% similarity]
content/docs/user/organising-content.md [moved from resources/docs/user/organising-content.md with 92% similarity]
database/factories/ModelFactory.php [deleted file]
database/migrations/.gitkeep [deleted file]
database/seeds/DatabaseSeeder.php [deleted file]
gulpfile.js
package.json
phpunit.xml [deleted file]
public/.htaccess [deleted file]
public/fonts/roboto-v15-latin-300.woff [deleted file]
public/fonts/roboto-v15-latin-300.woff2 [deleted file]
public/fonts/roboto-v15-latin-500.woff [deleted file]
public/fonts/roboto-v15-latin-500.woff2 [deleted file]
public/fonts/roboto-v15-latin-700.woff [deleted file]
public/fonts/roboto-v15-latin-700.woff2 [deleted file]
public/fonts/roboto-v15-latin-regular.woff [deleted file]
public/fonts/roboto-v15-latin-regular.woff2 [deleted file]
public/images/apple-touch-icon-114x114.png [deleted file]
public/images/apple-touch-icon-152x152.png [deleted file]
public/images/apple-touch-icon-72x72.png [deleted file]
public/images/bookstack-hero-screenshot.png [deleted file]
public/images/docs/book-sort.png [deleted file]
public/images/docs/page-move-menu.png [deleted file]
public/images/favicon-192x192.png [deleted file]
public/images/favicon-196x196.png [deleted file]
public/images/favicon-32x32.png [deleted file]
public/images/favicon-96x96.png [deleted file]
public/images/favicon.ico [deleted file]
public/images/photoswipe/default-skin.png [deleted file]
public/images/photoswipe/preloader.gif [deleted file]
public/images/screenshots/book-overview.png [deleted file]
public/images/screenshots/book-sorting.png [deleted file]
public/images/screenshots/books-view.png [deleted file]
public/images/screenshots/image-manager.png [deleted file]
public/images/screenshots/page-edit.png [deleted file]
public/images/screenshots/page-view.png [deleted file]
public/images/screenshots/profile-edit-view.png [deleted file]
public/images/screenshots/search.png [deleted file]
public/images/screenshots/settings-view.png [deleted file]
public/images/screenshots/thumb_book-overview.png [deleted file]
public/images/screenshots/thumb_book-sorting.png [deleted file]
public/images/screenshots/thumb_books-view.png [deleted file]
public/images/screenshots/thumb_image-manager.png [deleted file]
public/images/screenshots/thumb_page-edit.png [deleted file]
public/images/screenshots/thumb_page-view.png [deleted file]
public/images/screenshots/thumb_profile-edit-view.png [deleted file]
public/images/screenshots/thumb_search.png [deleted file]
public/images/screenshots/thumb_settings-view.png [deleted file]
public/index.php [deleted file]
public/logo.png [deleted file]
public/logo.svg [deleted file]
readme.md
resources/views/.gitkeep [deleted file]
resources/views/base.blade.php [deleted file]
resources/views/docs/admin-sidebar.blade.php [deleted file]
resources/views/docs/admin.blade.php [deleted file]
resources/views/docs/user-sidebar.blade.php [deleted file]
resources/views/docs/user.blade.php [deleted file]
resources/views/errors/404.blade.php [deleted file]
static/images/2016/03/bookstack-autosave.png [new file with mode: 0644]
static/images/2016/03/bookstack-blog-bg-edited--1-.png [new file with mode: 0644]
static/images/2016/03/bookstack-blog-bg-edited.png [new file with mode: 0644]
static/images/2016/03/bookstack-color-red.png [new file with mode: 0644]
static/images/2016/03/bookstack-draft-notification.png [new file with mode: 0644]
static/images/2016/03/bookstack-draft-page-menu.png [new file with mode: 0644]
static/images/2016/03/bookstack-image-restrictions.png [new file with mode: 0644]
static/images/2016/03/bookstack-page-traffic.png [new file with mode: 0644]
static/images/2016/03/bookstack-restrictions-notification.png [new file with mode: 0644]
static/images/2016/03/bookstack-role-settings.png [new file with mode: 0644]
static/images/2016/03/bookstack-themes-logo.png [new file with mode: 0644]
static/images/2016/03/bookstack-user-notification.png [new file with mode: 0644]
static/images/2016/03/draft-book-page.png [new file with mode: 0644]
static/images/2016/03/draft-homepage.png [new file with mode: 0644]
static/images/2016/03/draft-page-sidebar.png [new file with mode: 0644]
static/images/2016/04/BookStack-markdown-editor.png [new file with mode: 0644]
static/images/2016/04/bookstack-image-manager-search.png [new file with mode: 0644]
static/images/2016/05/page-tag-display.png [new file with mode: 0644]
static/images/2016/05/page-tags-interface.png [new file with mode: 0644]
static/images/2016/05/view-permissions.png [new file with mode: 0644]
static/images/2016/07/BookStack-as-we-know-it.png [new file with mode: 0644]
static/images/2016/07/BookStack-nested-page-view.png [new file with mode: 0644]
static/images/2016/07/BookStack-paper-design-book.png [new file with mode: 0644]
static/images/2016/07/BookStack-paper-design-page.png [new file with mode: 0644]
static/images/2016/07/bookstack-callouts.png [new file with mode: 0644]
static/images/2016/07/bookstack-grand-login.png [new file with mode: 0644]
static/images/2016/07/bookstack-move-page.png [new file with mode: 0644]
static/images/2016/07/feature-dump-page.png [new file with mode: 0644]
static/images/2016/07/first-version.png [new file with mode: 0644]
static/images/2016/07/nested-book-view-sidebar.png [new file with mode: 0644]
static/images/2016/07/site-traffic.png [new file with mode: 0644]
static/images/2016/07/year-of-bookstack.jpg [new file with mode: 0644]
static/images/2016/08/michel-bosma-bug.jpg [new file with mode: 0644]
static/images/2016/09/BookStack-summary-changelog.png [new file with mode: 0644]
static/images/2016/09/blog_bg_bugfix_samuel_myles.jpg [new file with mode: 0644]
static/images/2016/09/books-bg-syd-wachs.jpg [new file with mode: 0644]
static/images/2016/09/bookstack-blog-edit-summary.gif [new file with mode: 0644]
static/images/2016/09/bookstack-entity-select-dialog.png [new file with mode: 0644]
static/images/2016/09/bookstack-link-selector-wysiwyg.png [new file with mode: 0644]
static/images/2016/09/bookstack-save-indicator.gif [new file with mode: 0644]
static/images/2016/10/beetle-Santosh-Maharjan.jpg [new file with mode: 0644]
static/images/2016/10/blog_bg_docker_thomas_kelly.jpg [new file with mode: 0644]
static/images/2016/11/attachments-edit.png [new file with mode: 0644]
static/images/2016/11/attachments-view.png [new file with mode: 0644]
static/images/2016/11/bookshelf-kazuend.jpg [new file with mode: 0644]
static/images/2016/11/heading-changes.png [new file with mode: 0644]
static/images/2016/11/jayden-yoon-bookstack-bugfix-v0-13-1.jpg [new file with mode: 0644]
static/images/2016/11/page-nav.png [new file with mode: 0644]
static/images/2016/11/revision-diff-view.png [new file with mode: 0644]
static/images/2016/11/utf8-url-chars.png [new file with mode: 0644]
static/images/README.md [new file with mode: 0644]
static/images/cover.jpg [new file with mode: 0644]
static/images/logo.png [new file with mode: 0644]
storage/app/.gitignore [deleted file]
storage/framework/cache/.gitignore [deleted file]
storage/framework/views/.gitignore [deleted file]
storage/logs/.gitignore [deleted file]
themes/bookstack/LICENSE.md [new file with mode: 0644]
themes/bookstack/archetypes/default.md [new file with mode: 0644]
themes/bookstack/layouts/404.html [new file with mode: 0644]
themes/bookstack/layouts/_default/list.html [new file with mode: 0644]
themes/bookstack/layouts/_default/single.html [new file with mode: 0644]
themes/bookstack/layouts/blog/single.html [new file with mode: 0644]
themes/bookstack/layouts/index.html [moved from resources/views/home.blade.php with 81% similarity]
themes/bookstack/layouts/partials/footer.html [new file with mode: 0644]
themes/bookstack/layouts/partials/header.html [new file with mode: 0644]
themes/bookstack/layouts/partials/icon/book.svg [moved from public/icons/book.svg with 100% similarity]
themes/bookstack/layouts/partials/icon/build.svg [moved from public/icons/build.svg with 100% similarity]
themes/bookstack/layouts/partials/icon/code.svg [moved from public/icons/code.svg with 100% similarity]
themes/bookstack/layouts/partials/icon/collections_bookmark.svg [moved from public/icons/collections_bookmark.svg with 100% similarity]
themes/bookstack/layouts/partials/icon/description.svg [moved from public/icons/description.svg with 100% similarity]
themes/bookstack/layouts/partials/icon/directions_boat.svg [moved from public/icons/directions_boat.svg with 100% similarity]
themes/bookstack/layouts/partials/icon/edit.svg [moved from public/icons/edit.svg with 100% similarity]
themes/bookstack/layouts/partials/icon/github.svg [moved from public/icons/github.svg with 100% similarity]
themes/bookstack/layouts/partials/icon/image.svg [moved from public/icons/image.svg with 100% similarity]
themes/bookstack/layouts/partials/icon/laptop_chromebook.svg [moved from public/icons/laptop_chromebook.svg with 100% similarity]
themes/bookstack/layouts/partials/icon/logo.svg [moved from public/icons/logo.svg with 95% similarity]
themes/bookstack/layouts/partials/icon/menu.svg [moved from public/icons/menu.svg with 100% similarity]
themes/bookstack/layouts/partials/icon/rss_feed.svg [moved from public/icons/rss_feed.svg with 100% similarity]
themes/bookstack/layouts/partials/icon/search.svg [moved from public/icons/search.svg with 100% similarity]
themes/bookstack/layouts/partials/icon/star.svg [moved from public/icons/star.svg with 100% similarity]
themes/bookstack/layouts/partials/icon/storage.svg [moved from public/icons/storage.svg with 100% similarity]
themes/bookstack/layouts/partials/icon/touch_app.svg [moved from public/icons/touch_app.svg with 100% similarity]
themes/bookstack/layouts/partials/list-blog-post.html [new file with mode: 0644]
themes/bookstack/layouts/partials/mailchimp.html [new file with mode: 0644]
themes/bookstack/layouts/partials/menu_admin_docs.html [new file with mode: 0644]
themes/bookstack/layouts/partials/menu_user_docs.html [new file with mode: 0644]
themes/bookstack/layouts/partials/pagination.html [new file with mode: 0644]
themes/bookstack/layouts/partials/twitter_card.html [new file with mode: 0644]
themes/bookstack/layouts/section/blog.html [new file with mode: 0644]
themes/bookstack/layouts/section/docs.html [moved from resources/views/docs/index.blade.php with 52% similarity]
themes/bookstack/sass/_blocks.scss [moved from resources/sass/_blocks.scss with 100% similarity]
themes/bookstack/sass/_blog.scss [new file with mode: 0644]
themes/bookstack/sass/_buttons.scss [moved from resources/sass/_buttons.scss with 100% similarity]
themes/bookstack/sass/_grid.scss [moved from resources/sass/_grid.scss with 100% similarity]
themes/bookstack/sass/_header.scss [moved from resources/sass/_header.scss with 96% similarity]
themes/bookstack/sass/_html.scss [moved from resources/sass/_html.scss with 100% similarity]
themes/bookstack/sass/_mixins.scss [moved from resources/sass/_mixins.scss with 100% similarity]
themes/bookstack/sass/_photoswipe.scss [moved from resources/sass/_photoswipe.scss with 100% similarity]
themes/bookstack/sass/_reset.scss [moved from resources/sass/_reset.scss with 100% similarity]
themes/bookstack/sass/_text.scss [moved from resources/sass/_text.scss with 100% similarity]
themes/bookstack/sass/_variables.scss [moved from resources/sass/_variables.scss with 100% similarity]
themes/bookstack/sass/styles.scss [moved from resources/sass/styles.scss with 93% similarity]
themes/bookstack/static/css/.gitignore [new file with mode: 0644]
themes/bookstack/static/fonts/roboto-v15-latin-300.woff [new file with mode: 0644]
themes/bookstack/static/fonts/roboto-v15-latin-300.woff2 [new file with mode: 0644]
themes/bookstack/static/fonts/roboto-v15-latin-500.woff [new file with mode: 0644]
themes/bookstack/static/fonts/roboto-v15-latin-500.woff2 [new file with mode: 0644]
themes/bookstack/static/fonts/roboto-v15-latin-700.woff [new file with mode: 0644]
themes/bookstack/static/fonts/roboto-v15-latin-700.woff2 [new file with mode: 0644]
themes/bookstack/static/fonts/roboto-v15-latin-regular.woff [new file with mode: 0644]
themes/bookstack/static/fonts/roboto-v15-latin-regular.woff2 [new file with mode: 0644]
themes/bookstack/static/images/apple-touch-icon-114x114.png [new file with mode: 0644]
themes/bookstack/static/images/apple-touch-icon-152x152.png [new file with mode: 0644]
themes/bookstack/static/images/apple-touch-icon-72x72.png [new file with mode: 0644]
themes/bookstack/static/images/bookstack-hero-screenshot.png [new file with mode: 0644]
themes/bookstack/static/images/docs/book-sort.png [new file with mode: 0644]
themes/bookstack/static/images/docs/page-move-menu.png [new file with mode: 0644]
themes/bookstack/static/images/favicon-192x192.png [new file with mode: 0644]
themes/bookstack/static/images/favicon-196x196.png [new file with mode: 0644]
themes/bookstack/static/images/favicon-32x32.png [new file with mode: 0644]
themes/bookstack/static/images/favicon-96x96.png [new file with mode: 0644]
themes/bookstack/static/images/favicon.ico [moved from public/favicon.ico with 100% similarity]
themes/bookstack/static/images/photoswipe/default-skin.png [new file with mode: 0644]
themes/bookstack/static/images/photoswipe/default-skin.svg [moved from public/images/photoswipe/default-skin.svg with 100% similarity]
themes/bookstack/static/images/photoswipe/preloader.gif [new file with mode: 0644]
themes/bookstack/static/images/screenshots/book-overview.png [new file with mode: 0644]
themes/bookstack/static/images/screenshots/book-sorting.png [new file with mode: 0644]
themes/bookstack/static/images/screenshots/books-view.png [new file with mode: 0644]
themes/bookstack/static/images/screenshots/image-manager.png [new file with mode: 0644]
themes/bookstack/static/images/screenshots/page-edit.png [new file with mode: 0644]
themes/bookstack/static/images/screenshots/page-view.png [new file with mode: 0644]
themes/bookstack/static/images/screenshots/profile-edit-view.png [new file with mode: 0644]
themes/bookstack/static/images/screenshots/search.png [new file with mode: 0644]
themes/bookstack/static/images/screenshots/settings-view.png [new file with mode: 0644]
themes/bookstack/static/images/screenshots/thumb_book-overview.png [new file with mode: 0644]
themes/bookstack/static/images/screenshots/thumb_book-sorting.png [new file with mode: 0644]
themes/bookstack/static/images/screenshots/thumb_books-view.png [new file with mode: 0644]
themes/bookstack/static/images/screenshots/thumb_image-manager.png [new file with mode: 0644]
themes/bookstack/static/images/screenshots/thumb_page-edit.png [new file with mode: 0644]
themes/bookstack/static/images/screenshots/thumb_page-view.png [new file with mode: 0644]
themes/bookstack/static/images/screenshots/thumb_profile-edit-view.png [new file with mode: 0644]
themes/bookstack/static/images/screenshots/thumb_search.png [new file with mode: 0644]
themes/bookstack/static/images/screenshots/thumb_settings-view.png [new file with mode: 0644]
themes/bookstack/static/js/script.js [moved from resources/scripts/script.js with 100% similarity]
themes/bookstack/static/libs/highlight/LICENSE [moved from public/libs/highlight/LICENSE with 100% similarity]
themes/bookstack/static/libs/highlight/README.md [moved from public/libs/highlight/README.md with 100% similarity]
themes/bookstack/static/libs/highlight/highlight.pack.js [moved from public/libs/highlight/highlight.pack.js with 100% similarity]
themes/bookstack/static/libs/highlight/styles/atom-one-light.css [moved from public/libs/highlight/styles/atom-one-light.css with 100% similarity]
themes/bookstack/static/libs/photoswipe.min.js [moved from public/libs/photoswipe.min.js with 100% similarity]
themes/bookstack/theme.toml [new file with mode: 0644]
yarn.lock