diff --git a/example/build/first_gallery/index.html b/example/build/first_gallery/index.html new file mode 100644 index 0000000..a11f031 --- /dev/null +++ b/example/build/first_gallery/index.html @@ -0,0 +1,121 @@ + + + + + + + + + + + my first gallery | Example gallery + + + + + +
+ +
+
+

Beautiful Title

+

pouet pouet

+
08 December 2015
+
+
+ +
+ + +
+ + + +
+ +
+ « voici plein de blabla à rajouter et ceci est du gras et encore plein plein plein plein de text car je veux voir comment ça va wrapper car c'est important et il faut pas que j'oublie de mettre des margins en % sinon ça va pas le faire alala là ça devrait aller » +
+ +
+ +
+ + +
+ + + +
+ +
+ + + +
+ + + +
+ +
+ + + +
+ + + +
+ + +
+ +
+ + +
+ + + +
+ +
+ + + +
+ + + +
+ + +
+ +
+ + +
+ +
+ + +
+
+ + + +
+ + + + + + \ No newline at end of file diff --git a/example/build/first_gallery/stuff-small.png b/example/build/first_gallery/stuff-small.png new file mode 100644 index 0000000..b889800 Binary files /dev/null and b/example/build/first_gallery/stuff-small.png differ diff --git a/example/build/first_gallery/stuff.png b/example/build/first_gallery/stuff.png new file mode 100644 index 0000000..2126ff5 Binary files /dev/null and b/example/build/first_gallery/stuff.png differ diff --git a/example/build/index.html b/example/build/index.html new file mode 100644 index 0000000..35f99c7 --- /dev/null +++ b/example/build/index.html @@ -0,0 +1,46 @@ + + + + + + + + + Example gallery + + + + + + +
+ +
+ +
+ +
+ +

.

+ + + + \ No newline at end of file diff --git a/example/build/second_gallery/index.html b/example/build/second_gallery/index.html new file mode 100644 index 0000000..d75c074 --- /dev/null +++ b/example/build/second_gallery/index.html @@ -0,0 +1,137 @@ + + + + + + + + + + + my first gallery | Example gallery + + + + + +
+ +
+
+

Beautiful Title

+

pouet pouet

+
08 December 2015
+
+
+ +
+ + +
+ + + +
+ +
+ +
+ + +
+ + + +
+ +
+ + + +
+ + + +
+ +
+ + + +
+ + + +
+ +
+ + + +
+ + + +
+ + +
+ +
+ + +
+ + + +
+ +
+ + + +
+ + + +
+ +
+ + + +
+ + + +
+ + +
+ +
+ + +
+ +
+ + +
+
+ + + +
+ + + + + + \ No newline at end of file diff --git a/example/build/second_gallery/stuff.png b/example/build/second_gallery/stuff.png new file mode 100644 index 0000000..2126ff5 Binary files /dev/null and b/example/build/second_gallery/stuff.png differ diff --git a/example/build/static/LICENSE b/example/build/static/LICENSE new file mode 100644 index 0000000..dffae43 --- /dev/null +++ b/example/build/static/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2014-2015 Materialize + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/example/build/static/README.md b/example/build/static/README.md new file mode 100755 index 0000000..f6c7bb1 --- /dev/null +++ b/example/build/static/README.md @@ -0,0 +1,70 @@ +![alt tag](https://raw.github.com/dogfalo/materialize/master/images/materialize.gif) +=========== + +[![Gitter](https://badges.gitter.im/Join Chat.svg)](https://gitter.im/Dogfalo/materialize?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) +Materialize, a CSS Framework based on material design + +### Current Version : v0.97.2 + +## Sass Requirements: +- Ruby Sass 3.3+, LibSass 0.6+ + +## Supported Browsers: +Chrome 35+, Firefox 31+, Safari 7+, IE 10+ + +## Changelog +- v0.97.2 (Nov 8, 2015) + - Image support inside select + - Optgroup supported in select + - Multiple select added + - Card styling fixes + - Breadcrumbs added + - Scrollable tabs + - Tooltips and dropdowns position themselves more intelligently inside the window + - FAB menu is click-toggleable + - Horizontal FAB support added +- v0.97.1 (Sep 13, 2015) + - Added new range slider with uses noUiSlider to provide powerful options + - Added CSS for Chips + - Toasts support adding of html elements + - Fixed select destroy/creation bug + - Bugfixes for dropdown, badges, collections, scrollfire + - Added default preloader color variable + - File input now supports multiple files and dynamically loaded elements +- v0.97.0 (June 21, 2015) + - **Documentation changed to use Official Google Icon web font** + - **Input errors added** + - Flicker on Firefox on dropdowns fixed + - Pagination made more responsive + - Modal now prevents scrolling + - Modal animation added + - Support for multiple modals added + - Programmatic control of FAB to open/close added + - Programmatic control of slider to play/pause added + - Plus many more bug fixes +- v0.96.1 (April 6, 2015) + - Dropdown Fixes + - Materialize functions fixed for Meteor +- v0.96.0 (April 1, 2015) + - **Toasts, transitions, scrollfire added under Materialize namespace** + - **Dropdown is now created as a child of its parent** + - Collapsibles supports nesting + - Modal Bottom Sheet added + - Indeterminate Checkboxes added + - New Checkbox Style Added + - Text Inputs supports placeholder/readonly + - Google Inbox-like Collapsible added + - Text Character Counter added + - Waves no longer breaks on SVG's + +- v0.95.3 (Feb 25, 2015) + - Parallax image loading / responsiveness fixes + - Date picker supports month/year as dropdown + - Dismissable collection items + - Avatar collection items + - Pagination Added + - ScrollFire fixes + + +## Contributing +[Please read CONTRIBUTING.md for more information](CONTRIBUTING.md) diff --git a/example/build/static/css/baguetteBox.min.css b/example/build/static/css/baguetteBox.min.css new file mode 100644 index 0000000..9991993 --- /dev/null +++ b/example/build/static/css/baguetteBox.min.css @@ -0,0 +1,6 @@ +/*! + * baguetteBox.js + * @author feimosi + * @version 1.4.2 + * @url https://github.com/feimosi/baguetteBox.js + */#baguetteBox-overlay{display:none;opacity:0;position:fixed;overflow:hidden;top:0;left:0;width:100%;height:100%;z-index:1000000;background-color:#222;background-color:rgba(0,0,0,.8);-webkit-transition:opacity .5s ease;transition:opacity .5s ease}#baguetteBox-overlay.visible{opacity:1}#baguetteBox-overlay .full-image{display:inline-block;position:relative;width:100%;height:100%;text-align:center}#baguetteBox-overlay .full-image figure{display:inline;margin:0;height:100%}#baguetteBox-overlay .full-image img{display:inline-block;width:auto;height:auto;max-height:100%;max-width:100%;vertical-align:middle;-moz-box-shadow:0 0 8px rgba(0,0,0,.6);box-shadow:0 0 8px rgba(0,0,0,.6)}#baguetteBox-overlay .full-image figcaption{display:block;position:absolute;bottom:0;width:100%;text-align:center;line-height:1.8;white-space:normal;color:#ccc;background-color:#000;background-color:rgba(0,0,0,.6);font-family:sans-serif}#baguetteBox-overlay .full-image:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}#baguetteBox-slider{position:absolute;left:0;top:0;height:100%;width:100%;white-space:nowrap;-webkit-transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,-moz-transform .4s ease;transition:left .4s ease,transform .4s ease}#baguetteBox-slider.bounce-from-right{-webkit-animation:bounceFromRight .4s ease-out;animation:bounceFromRight .4s ease-out}#baguetteBox-slider.bounce-from-left{-webkit-animation:bounceFromLeft .4s ease-out;animation:bounceFromLeft .4s ease-out}@-webkit-keyframes bounceFromRight{0%,100%{margin-left:0}50%{margin-left:-30px}}@keyframes bounceFromRight{0%,100%{margin-left:0}50%{margin-left:-30px}}@-webkit-keyframes bounceFromLeft{0%,100%{margin-left:0}50%{margin-left:30px}}@keyframes bounceFromLeft{0%,100%{margin-left:0}50%{margin-left:30px}}.baguetteBox-button#next-button,.baguetteBox-button#previous-button{top:50%;top:calc(50% - 30px);width:44px;height:60px}.baguetteBox-button{position:absolute;cursor:pointer;outline:0;padding:0;margin:0;border:0;-moz-border-radius:15%;border-radius:15%;background-color:#323232;background-color:rgba(50,50,50,.5);color:#ddd;font:1.6em sans-serif;-webkit-transition:background-color .4s ease;transition:background-color .4s ease}.baguetteBox-button:hover{background-color:rgba(50,50,50,.9)}.baguetteBox-button#next-button{right:2%}.baguetteBox-button#previous-button{left:2%}.baguetteBox-button#close-button{top:20px;right:2%;right:calc(2% + 6px);width:30px;height:30px}.baguetteBox-button svg{position:absolute;left:0;top:0}.spinner{width:40px;height:40px;display:inline-block;position:absolute;top:50%;left:50%;margin-top:-20px;margin-left:-20px}.double-bounce1,.double-bounce2{width:100%;height:100%;-moz-border-radius:50%;border-radius:50%;background-color:#fff;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:bounce 2s infinite ease-in-out;animation:bounce 2s infinite ease-in-out}.double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes bounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes bounce{0%,100%{-webkit-transform:scale(0);-moz-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}} \ No newline at end of file diff --git a/example/build/static/css/style-page.css b/example/build/static/css/style-page.css new file mode 100644 index 0000000..352f463 --- /dev/null +++ b/example/build/static/css/style-page.css @@ -0,0 +1,164 @@ +html { + height: 100%; + width: 100%; +} + +body { + margin: 0; + height: 100%; + width: 100%; + background-color: #FBFBFB; + margin: 0; +} + +section { + margin-bottom: 4em; +} + +.full-picture { + height: 100%; + width: 100%; + min-height: 250px; +} + +.full-picture > .picture-text { + position: relative; + top: 0px; + left: 0px; + z-index: 555; + width: 100%; + height: 100%; + display: flex; + align-items: center; + justify-content: center; + text-align: center; + color: white; + background-color: rgba(0, 0, 0, .4); +} + +.full-picture > .picture-text > .picture-text-colum { + display: flex; +} + +.full-picture h1 { + text-transform: uppercase; + font-size: 5.5vw; + letter-spacing: 4px; + font-family: sans-serif; + margin-left: 10%; + margin-right: 10%; + margin-bottom: 1px; +} + +.full-picture h2 { + font-weight: normal; + font-style: italic; + font-size: 2.2vw; + font-family: serif; + margin-top: 1px; +} + +.full-picture .datetime { + text-transform: uppercase; + font-family: serif; + letter-spacing: 2px; +} + +.bordered-picture img { + height: 80%; + width: 80%; + margin-left: 10%; + margin-right: 10%; + margin-top: 3em; +} + +.pictures-line { + min-width: 80%; + width: 80%; + margin-left: 10%; + margin-right: 10%; + display: flex; + margin-bottom: 15px; +} + +.pictures-line .picture img { + width: 100%; + height: 100%; +} + +.pictures-line .separator { + min-width: 15px; +} + +.text { + text-align: center; + font-size: 25px; + margin-left: 15%; + margin-right: 15%; + color: #333; + margin-bottom: 3em; +} + +footer { + margin-top: 7em; + text-align: center; + position: relative; + font-family: serif; + font-size: 11px; + color: #555; + background-color: #EEE; + border-top: solid 2px #DDD; + padding-bottom: 10px; + padding-top: 14px; +} + +.back-to-home { + text-align: center; +} + +.back-to-home hr { + width: 14%; + margin-top: 8em; + color: #DDD; +} + +.back-to-home #logo { + background: transparent url("../img/logo.svg") no-repeat scroll center top / cover; + border-radius: 100em; + border: 7px solid black; + margin: auto; + margin-top: 1em; + height: 150px; + width: 150px; + color: transparent; + font-size: 40px; +} + +.back-to-home a { + position: relative; + text-decoration: none; + color: transparent; +} + +.back-to-home #logo:hover { + background-color: black; + text-decoration: none; + color: white; + display: flex; + align-items: center; + justify-content: center; + text-align: center; + text-transform: uppercase; + font-family: sans-serif; +} + +footer p { + margin: 0; +} + +footer a { + text-decoration: none; + font-weight: 600; + font-family: sans-serif; + color: #111; +} diff --git a/example/build/static/css/style.css b/example/build/static/css/style.css new file mode 100644 index 0000000..ff1b104 --- /dev/null +++ b/example/build/static/css/style.css @@ -0,0 +1,168 @@ +body { + color: #222; + font-family: sans-serif; + background-color: #FBFBFB; + margin: 0; +} + +.galleries-grid { + width: 100%; + height: 100%; + position: relative; + text-align: center; + margin: 0 auto; + padding: 0px; +} + +.galleries-line { + width: 100%; + height: 100%; +} + +.covers-1 .gallery-square { + width: 47%; + height: 100%; + margin: auto; + padding-bottom: 47%; + position: relative; +} + +.covers-2 .gallery-square { + width: 47%; + height: 100%; + float: left; + margin: 0 1.5% 3%; + padding-bottom: 47%; + position: relative; +} + +.covers-3 .gallery-square { + width: 33.333333333%; + height: 100%; + margin: 0; + padding-bottom: 47%; + position: relative; + display: inline-block; +} + +.gallery-square > a { + position: absolute; + top: 0px; + left: 0px; + z-index: 555; + width: 100%; + height: 100%; +} + +@keyframes darken { + from {background-color: rgba(0, 0, 0, 0);} + to {background-color: rgba(0, 0, 0, 0.3);} +} + +.gallery-square > a:hover { + animation-name: darken; + animation-duration: 0.15s; + animation-iteration-count: 1; + background-color: rgba(0, 0, 0, 0.3); +} + +.gallery-cover { + position: absolute; + top: 0px; + left: 0px; + width: 100%; + height: 100%; + background-position: center center; + background-size: cover; +} + +.gallery-title { + color: white; + width: 100%; + position: absolute; + top: initial; + bottom: 0px; + text-align: center; + z-index: 3; + background: transparent linear-gradient(rgba(255, 255, 255, 0) 0%, transparent 1%, rgba(0, 0, 0, 0.07) 26%, rgba(0, 0, 0, 0.5) 71%, rgba(0, 0, 0, 0.7) 100%) repeat scroll 0% 0%; + padding: 20% 0 0; +} + +.gallery-header { + text-align: center; + margin-top: 8em; + margin-bottom: 6.5em; +} + +#logo { + width: 10%; +} + +.gallery-header > h1 { + font-size: 2.6vw; + text-transform: uppercase; + letter-spacing: 3px; + margin-bottom: 0; +} + +.gallery-header > h4 { + font-size: 1.4vw; + color: #444; + font-style: italic; + font-weight: normal; + font-family: serif; + margin-top: .5em; +} + +.gallery-header > hr { + width: 14%; + margin-top: 3.5em; + color: #BBB; +} + +.gallery-title > h2 { + text-transform: uppercase; + margin-bottom: .2em; + letter-spacing: 2px; + font-size: 1.7vw; +} + +.gallery-title > h3 { + font-style: italic; + margin-top: 0; + margin-bottom: .7em; + font-family: serif; + font-weight: normal; +} + +.gallery-datetime { + margin-bottom: 1em; + font-family: serif; + text-transform: uppercase; + letter-spacing: 2px; + font-size: 11px; +} + +footer { + margin-top: 7em; + text-align: center; + position: relative; + font-family: serif; + font-size: 11px; + color: #555; + background-color: #EEE; + border-top: solid 2px #DDD; + padding-bottom: 10px; + padding-top: 14px; +} + +footer p { + margin: 0; +} + +footer a { + text-decoration: none; + font-weight: 600; + font-family: sans-serif; + color: #111; +} diff --git a/example/build/static/img/logo.svg b/example/build/static/img/logo.svg new file mode 100644 index 0000000..4470cd5 --- /dev/null +++ b/example/build/static/img/logo.svg @@ -0,0 +1,57 @@ + +image/svg+xml \ No newline at end of file diff --git a/example/build/static/js/baguetteBox.min.js b/example/build/static/js/baguetteBox.min.js new file mode 100644 index 0000000..53943eb --- /dev/null +++ b/example/build/static/js/baguetteBox.min.js @@ -0,0 +1,7 @@ +/*! + * baguetteBox.js + * @author feimosi + * @version 1.4.2 + * @url https://github.com/feimosi/baguetteBox.js + */ +!function(e,t){"function"==typeof define&&define.amd?define(t):"object"==typeof exports?module.exports=t():e.baguetteBox=t()}(this,function(){function e(e,n){D.transforms=m(),D.svg=v(),o(),t(e,n)}function t(e,t){var n=document.querySelectorAll(e);R.push(n),[].forEach.call(n,function(e){t&&t.filter&&(O=t.filter);var n=e.getElementsByTagName("a");n=[].filter.call(n,function(e){return O.test(e.href)});var o=V.length;V.push(n),V[o].options=t,[].forEach.call(V[o],function(e,t){var n=function(e){e.preventDefault?e.preventDefault():e.returnValue=!1,s(o),c(t)};F[o+"_"+e]=n,k(e,"click",n)})})}function n(){R.forEach(function(e){[].forEach.call(e,function(e){var t=V.length-1;[].forEach.call(V[t],function(e,n){w(e,"click",F[t+"_"+e])}),V.pop()})})}function o(){return(N=C("baguetteBox-overlay"))?(x=C("baguetteBox-slider"),B=C("previous-button"),I=C("next-button"),void(L=C("close-button"))):(N=E("div"),N.id="baguetteBox-overlay",document.getElementsByTagName("body")[0].appendChild(N),x=E("div"),x.id="baguetteBox-slider",N.appendChild(x),B=E("button"),B.id="previous-button",B.innerHTML=D.svg?H:"<",N.appendChild(B),I=E("button"),I.id="next-button",I.innerHTML=D.svg?M:">",N.appendChild(I),L=E("button"),L.id="close-button",L.innerHTML=D.svg?S:"X",N.appendChild(L),B.className=I.className=L.className="baguetteBox-button",void a())}function i(e){switch(e.keyCode){case 37:p();break;case 39:g();break;case 27:u()}}function a(){k(N,"click",U),k(B,"click",W),k(I,"click",z),k(L,"click",J),k(N,"touchstart",K),k(N,"touchmove",Q),k(N,"touchend",Y)}function r(){w(N,"click",U),w(B,"click",W),w(I,"click",z),w(L,"click",J),w(N,"touchstart",K),w(N,"touchmove",Q),w(N,"touchend",Y)}function s(e){if(q!==e){for(q=e,l(V[e].options);x.firstChild;)x.removeChild(x.firstChild);_.length=0;for(var t,n=0;n
',i.onload=function(){var n=document.querySelector("#baguette-img-"+e+" .spinner");o.removeChild(n),!A.async&&t&&t()},i.setAttribute("src",imageSrc),o.appendChild(i),A.captions&&imageCaption&&(a.innerHTML=imageCaption,o.appendChild(a)),A.async&&t&&t()}}function f(e){var t=imageElement.href;if(e.dataset){var n=[];for(var o in e.dataset)"at-"!==o.substring(0,3)||isNaN(o.substring(3))||(n[o.replace("at-","")]=e.dataset[o]);keys=Object.keys(n).sort(function(e,t){return parseInt(e)=1?(X--,h(),b(X),e=!0):A.animation&&(x.className="bounce-from-left",setTimeout(function(){x.className=""},400),e=!1),A.onChange&&A.onChange(X,_.length),e}function h(){var e=100*-X+"%";"fadeIn"===A.animation?(x.style.opacity=0,setTimeout(function(){D.transforms?x.style.transform=x.style.webkitTransform="translate3d("+e+",0,0)":x.style.left=e,x.style.opacity=1},400)):D.transforms?x.style.transform=x.style.webkitTransform="translate3d("+e+",0,0)":x.style.left=e}function m(){var e=E("div");return"undefined"!=typeof e.style.perspective||"undefined"!=typeof e.style.webkitPerspective}function v(){var e=E("div");return e.innerHTML="","http://www.w3.org/2000/svg"==(e.firstChild&&e.firstChild.namespaceURI)}function y(e){e-X>=A.preload||d(e+1,function(){y(e+1)})}function b(e){X-e>=A.preload||d(e-1,function(){b(e-1)})}function k(e,t,n){e.addEventListener?e.addEventListener(t,n,!1):e.attachEvent("on"+t,n)}function w(e,t,n){e.removeEventListener?e.removeEventListener(t,n,!1):e.detachEvent("on"+t,n)}function C(e){return document.getElementById(e)}function E(e){return document.createElement(e)}function T(){r(),n(),w(document,"keydown",i),document.getElementsByTagName("body")[0].removeChild(document.getElementById("baguetteBox-overlay")),X=0,q=-1,R.length=0,V.length=0}var N,x,B,I,L,P,H='',M='',S='',A={},j={captions:!0,buttons:"auto",async:!1,preload:2,animation:"slideIn",afterShow:null,afterHide:null,onChange:null},D={},X=0,q=-1,G=!1,O=/.+\.(gif|jpe?g|png|webp)/i,R=[],V=[],_=[],F={},U=function(e){e.target&&"IMG"!==e.target.nodeName&&"FIGCAPTION"!==e.target.nodeName&&u()},W=function(e){e.stopPropagation?e.stopPropagation():e.cancelBubble=!0,p()},z=function(e){e.stopPropagation?e.stopPropagation():e.cancelBubble=!0,g()},J=function(e){e.stopPropagation?e.stopPropagation():e.cancelBubble=!0,u()},K=function(e){P=e.changedTouches[0].pageX},Q=function(e){G||(e.preventDefault?e.preventDefault():e.returnValue=!1,touch=e.touches[0]||e.changedTouches[0],touch.pageX-P>40?(G=!0,p()):touch.pageX-P<-40&&(G=!0,g()))},Y=function(e){G=!1};return[].forEach||(Array.prototype.forEach=function(e,t){for(var n=0;n + + + + + + + + + + my first gallery | Example gallery + + + + + +
+ +
+
+

Beautiful Title

+

pouet pouet

+
08 December 2015
+
+
+ +
+ + +
+ + + +
+ +
+ +
+ + +
+ + + +
+ +
+ + + +
+ + + +
+ +
+ + + +
+ + + +
+ +
+ + + +
+ + + +
+ + +
+ +
+ + +
+ + + +
+ +
+ + + +
+ + + +
+ +
+ + + +
+ + + +
+ + +
+ +
+ + +
+ +
+ + + + + + + + + \ No newline at end of file diff --git a/example/build/third_gallery/stuff.png b/example/build/third_gallery/stuff.png new file mode 100644 index 0000000..2126ff5 Binary files /dev/null and b/example/build/third_gallery/stuff.png differ diff --git a/example/first_gallery/settings.yaml b/example/first_gallery/settings.yaml new file mode 100644 index 0000000..63a95de --- /dev/null +++ b/example/first_gallery/settings.yaml @@ -0,0 +1,26 @@ +title: my first gallery +sub_title: some subtitle +date: 2015-12-08 +cover: stuff.png +sections: + - type: full-picture + image: stuff.png + text: + title: Beautiful Title + sub_title: pouet pouet + date: 2015-12-08 + - type: bordered-picture + image: stuff.png + - type: text + text: « voici plein de blabla à rajouter et ceci est du gras et encore plein plein plein plein de text car je veux voir comment ça va wrapper car c'est important et il faut pas que j'oublie de mettre des margins en % sinon ça va pas le faire alala là ça devrait aller » + - type: pictures-group + images: + - + - stuff.png + - stuff.png + - stuff.png + - + - stuff.png + - stuff.png + - type: full-picture + image: stuff.png diff --git a/example/first_gallery/stuff.png b/example/first_gallery/stuff.png new file mode 100644 index 0000000..2126ff5 Binary files /dev/null and b/example/first_gallery/stuff.png differ diff --git a/example/settings.yaml b/example/settings.yaml new file mode 100644 index 0000000..c74b8a5 --- /dev/null +++ b/example/settings.yaml @@ -0,0 +1 @@ +title: "Example gallery"