From 825bdcffe13a29d3d00a89201e49771177497207 Mon Sep 17 00:00:00 2001 From: czmj Date: Fri, 22 Sep 2017 11:15:27 +0100 Subject: [PATCH] clearer src and dist folders --- .gitignore | 2 +- CHANGELOG | 0 CONTRIBUTING.md | 0 LICENSE.txt | 63 ------------------ _config.yml | 2 + screenshot.jpg | Bin 46895 -> 0 bytes {_includes => src/_includes}/banner.html | 0 {_includes => src/_includes}/cta.html | 0 {_includes => src/_includes}/footer.html | 0 {_includes => src/_includes}/head.html | 0 {_includes => src/_includes}/header.html | 0 {_includes => src/_includes}/section-one.html | 0 .../_includes}/section-three.html | 0 {_includes => src/_includes}/section-two.html | 0 {_layouts => src/_layouts}/default.html | 0 {_layouts => src/_layouts}/page.html | 0 {_layouts => src/_layouts}/post.html | 0 ...-augue-eleifend-aliquet-sed-condimentum.md | 0 ...5-tortor-dolore-feugiat-elementum-magna.md | 0 ...6-magna-primis-lobortis-sed-ullamcorper.md | 0 {_sass => src/_sass}/ie8.scss | 0 {_sass => src/_sass}/ie9.scss | 0 {_sass => src/_sass}/libs/_functions.scss | 0 {_sass => src/_sass}/libs/_mixins.scss | 0 {_sass => src/_sass}/libs/_skel.scss | 0 {_sass => src/_sass}/libs/_vars.scss | 0 {_sass => src/_sass}/main.scss | 0 .../assets}/css/font-awesome.min.css | 0 {assets => src/assets}/css/ie8.css | 0 {assets => src/assets}/css/ie9.css | 0 {assets => src/assets}/css/images/arrow.svg | 0 {assets => src/assets}/css/images/bars.svg | 0 {assets => src/assets}/css/images/close.svg | 0 {assets => src/assets}/css/main.css | 0 {assets => src/assets}/fonts/FontAwesome.otf | Bin .../assets}/fonts/fontawesome-webfont.eot | Bin .../assets}/fonts/fontawesome-webfont.svg | 0 .../assets}/fonts/fontawesome-webfont.ttf | Bin .../assets}/fonts/fontawesome-webfont.woff | Bin .../assets}/fonts/fontawesome-webfont.woff2 | Bin {assets => src/assets}/images/banner.jpg | Bin {assets => src/assets}/images/pic01.jpg | Bin {assets => src/assets}/images/pic02.jpg | Bin {assets => src/assets}/images/pic03.jpg | Bin {assets => src/assets}/images/pic04.jpg | Bin {assets => src/assets}/images/pic05.jpg | Bin .../assets}/js/ie/backgroundsize.min.htc | 0 {assets => src/assets}/js/ie/html5shiv.js | 0 {assets => src/assets}/js/ie/respond.min.js | 0 {assets => src/assets}/js/jquery.min.js | 0 .../assets}/js/jquery.scrollex.min.js | 0 .../assets}/js/jquery.scrolly.min.js | 0 {assets => src/assets}/js/main.js | 0 {assets => src/assets}/js/skel.min.js | 0 {assets => src/assets}/js/util.js | 0 elements.md => src/elements.md | 0 generic.md => src/generic.md | 0 index.md => src/index.md | 0 58 files changed, 3 insertions(+), 64 deletions(-) delete mode 100644 CHANGELOG delete mode 100644 CONTRIBUTING.md delete mode 100644 LICENSE.txt delete mode 100644 screenshot.jpg rename {_includes => src/_includes}/banner.html (100%) rename {_includes => src/_includes}/cta.html (100%) rename {_includes => src/_includes}/footer.html (100%) rename {_includes => src/_includes}/head.html (100%) rename {_includes => src/_includes}/header.html (100%) rename {_includes => src/_includes}/section-one.html (100%) rename {_includes => src/_includes}/section-three.html (100%) rename {_includes => src/_includes}/section-two.html (100%) rename {_layouts => src/_layouts}/default.html (100%) rename {_layouts => src/_layouts}/page.html (100%) rename {_layouts => src/_layouts}/post.html (100%) rename {_posts => src/_posts}/2016-11-24-augue-eleifend-aliquet-sed-condimentum.md (100%) rename {_posts => src/_posts}/2016-11-25-tortor-dolore-feugiat-elementum-magna.md (100%) rename {_posts => src/_posts}/2016-11-26-magna-primis-lobortis-sed-ullamcorper.md (100%) rename {_sass => src/_sass}/ie8.scss (100%) rename {_sass => src/_sass}/ie9.scss (100%) rename {_sass => src/_sass}/libs/_functions.scss (100%) rename {_sass => src/_sass}/libs/_mixins.scss (100%) rename {_sass => src/_sass}/libs/_skel.scss (100%) rename {_sass => src/_sass}/libs/_vars.scss (100%) rename {_sass => src/_sass}/main.scss (100%) rename {assets => src/assets}/css/font-awesome.min.css (100%) rename {assets => src/assets}/css/ie8.css (100%) rename {assets => src/assets}/css/ie9.css (100%) rename {assets => src/assets}/css/images/arrow.svg (100%) rename {assets => src/assets}/css/images/bars.svg (100%) rename {assets => src/assets}/css/images/close.svg (100%) rename {assets => src/assets}/css/main.css (100%) rename {assets => src/assets}/fonts/FontAwesome.otf (100%) rename {assets => src/assets}/fonts/fontawesome-webfont.eot (100%) rename {assets => src/assets}/fonts/fontawesome-webfont.svg (100%) rename {assets => src/assets}/fonts/fontawesome-webfont.ttf (100%) rename {assets => src/assets}/fonts/fontawesome-webfont.woff (100%) rename {assets => src/assets}/fonts/fontawesome-webfont.woff2 (100%) rename {assets => src/assets}/images/banner.jpg (100%) rename {assets => src/assets}/images/pic01.jpg (100%) rename {assets => src/assets}/images/pic02.jpg (100%) rename {assets => src/assets}/images/pic03.jpg (100%) rename {assets => src/assets}/images/pic04.jpg (100%) rename {assets => src/assets}/images/pic05.jpg (100%) rename {assets => src/assets}/js/ie/backgroundsize.min.htc (100%) rename {assets => src/assets}/js/ie/html5shiv.js (100%) rename {assets => src/assets}/js/ie/respond.min.js (100%) rename {assets => src/assets}/js/jquery.min.js (100%) rename {assets => src/assets}/js/jquery.scrollex.min.js (100%) rename {assets => src/assets}/js/jquery.scrolly.min.js (100%) rename {assets => src/assets}/js/main.js (100%) rename {assets => src/assets}/js/skel.min.js (100%) rename {assets => src/assets}/js/util.js (100%) rename elements.md => src/elements.md (100%) rename generic.md => src/generic.md (100%) rename index.md => src/index.md (100%) diff --git a/.gitignore b/.gitignore index b249d9b..31a99a9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -_site/ +dist/ .sass-cache/ .jekyll-metadata Gemfile.lock diff --git a/CHANGELOG b/CHANGELOG deleted file mode 100644 index e69de29..0000000 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md deleted file mode 100644 index e69de29..0000000 diff --git a/LICENSE.txt b/LICENSE.txt deleted file mode 100644 index d447b56..0000000 --- a/LICENSE.txt +++ /dev/null @@ -1,63 +0,0 @@ -Creative Commons Attribution 3.0 Unported -http://creativecommons.org/licenses/by/3.0/ - -License - -THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED. - -BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO BE BOUND BY THE TERMS OF THIS LICENSE. TO THE EXTENT THIS LICENSE MAY BE CONSIDERED TO BE A CONTRACT, THE LICENSOR GRANTS YOU THE RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND CONDITIONS. - -1. Definitions - - 1. "Adaptation" means a work based upon the Work, or upon the Work and other pre-existing works, such as a translation, adaptation, derivative work, arrangement of music or other alterations of a literary or artistic work, or phonogram or performance and includes cinematographic adaptations or any other form in which the Work may be recast, transformed, or adapted including in any form recognizably derived from the original, except that a work that constitutes a Collection will not be considered an Adaptation for the purpose of this License. For the avoidance of doubt, where the Work is a musical work, performance or phonogram, the synchronization of the Work in timed-relation with a moving image ("synching") will be considered an Adaptation for the purpose of this License. - 2. "Collection" means a collection of literary or artistic works, such as encyclopedias and anthologies, or performances, phonograms or broadcasts, or other works or subject matter other than works listed in Section 1(f) below, which, by reason of the selection and arrangement of their contents, constitute intellectual creations, in which the Work is included in its entirety in unmodified form along with one or more other contributions, each constituting separate and independent works in themselves, which together are assembled into a collective whole. A work that constitutes a Collection will not be considered an Adaptation (as defined above) for the purposes of this License. - 3. "Distribute" means to make available to the public the original and copies of the Work or Adaptation, as appropriate, through sale or other transfer of ownership. - 4. "Licensor" means the individual, individuals, entity or entities that offer(s) the Work under the terms of this License. - 5. "Original Author" means, in the case of a literary or artistic work, the individual, individuals, entity or entities who created the Work or if no individual or entity can be identified, the publisher; and in addition (i) in the case of a performance the actors, singers, musicians, dancers, and other persons who act, sing, deliver, declaim, play in, interpret or otherwise perform literary or artistic works or expressions of folklore; (ii) in the case of a phonogram the producer being the person or legal entity who first fixes the sounds of a performance or other sounds; and, (iii) in the case of broadcasts, the organization that transmits the broadcast. - 6. "Work" means the literary and/or artistic work offered under the terms of this License including without limitation any production in the literary, scientific and artistic domain, whatever may be the mode or form of its expression including digital form, such as a book, pamphlet and other writing; a lecture, address, sermon or other work of the same nature; a dramatic or dramatico-musical work; a choreographic work or entertainment in dumb show; a musical composition with or without words; a cinematographic work to which are assimilated works expressed by a process analogous to cinematography; a work of drawing, painting, architecture, sculpture, engraving or lithography; a photographic work to which are assimilated works expressed by a process analogous to photography; a work of applied art; an illustration, map, plan, sketch or three-dimensional work relative to geography, topography, architecture or science; a performance; a broadcast; a phonogram; a compilation of data to the extent it is protected as a copyrightable work; or a work performed by a variety or circus performer to the extent it is not otherwise considered a literary or artistic work. - 7. "You" means an individual or entity exercising rights under this License who has not previously violated the terms of this License with respect to the Work, or who has received express permission from the Licensor to exercise rights under this License despite a previous violation. - 8. "Publicly Perform" means to perform public recitations of the Work and to communicate to the public those public recitations, by any means or process, including by wire or wireless means or public digital performances; to make available to the public Works in such a way that members of the public may access these Works from a place and at a place individually chosen by them; to perform the Work to the public by any means or process and the communication to the public of the performances of the Work, including by public digital performance; to broadcast and rebroadcast the Work by any means including signs, sounds or images. - 9. "Reproduce" means to make copies of the Work by any means including without limitation by sound or visual recordings and the right of fixation and reproducing fixations of the Work, including storage of a protected performance or phonogram in digital form or other electronic medium. - -2. Fair Dealing Rights. Nothing in this License is intended to reduce, limit, or restrict any uses free from copyright or rights arising from limitations or exceptions that are provided for in connection with the copyright protection under copyright law or other applicable laws. - -3. License Grant. Subject to the terms and conditions of this License, Licensor hereby grants You a worldwide, royalty-free, non-exclusive, perpetual (for the duration of the applicable copyright) license to exercise the rights in the Work as stated below: - - 1. to Reproduce the Work, to incorporate the Work into one or more Collections, and to Reproduce the Work as incorporated in the Collections; - 2. to create and Reproduce Adaptations provided that any such Adaptation, including any translation in any medium, takes reasonable steps to clearly label, demarcate or otherwise identify that changes were made to the original Work. For example, a translation could be marked "The original work was translated from English to Spanish," or a modification could indicate "The original work has been modified."; - 3. to Distribute and Publicly Perform the Work including as incorporated in Collections; and, - 4. to Distribute and Publicly Perform Adaptations. - 5. - - For the avoidance of doubt: - 1. Non-waivable Compulsory License Schemes. In those jurisdictions in which the right to collect royalties through any statutory or compulsory licensing scheme cannot be waived, the Licensor reserves the exclusive right to collect such royalties for any exercise by You of the rights granted under this License; - 2. Waivable Compulsory License Schemes. In those jurisdictions in which the right to collect royalties through any statutory or compulsory licensing scheme can be waived, the Licensor waives the exclusive right to collect such royalties for any exercise by You of the rights granted under this License; and, - 3. Voluntary License Schemes. The Licensor waives the right to collect royalties, whether individually or, in the event that the Licensor is a member of a collecting society that administers voluntary licensing schemes, via that society, from any exercise by You of the rights granted under this License. - -The above rights may be exercised in all media and formats whether now known or hereafter devised. The above rights include the right to make such modifications as are technically necessary to exercise the rights in other media and formats. Subject to Section 8(f), all rights not expressly granted by Licensor are hereby reserved. - -4. Restrictions. The license granted in Section 3 above is expressly made subject to and limited by the following restrictions: - - 1. You may Distribute or Publicly Perform the Work only under the terms of this License. You must include a copy of, or the Uniform Resource Identifier (URI) for, this License with every copy of the Work You Distribute or Publicly Perform. You may not offer or impose any terms on the Work that restrict the terms of this License or the ability of the recipient of the Work to exercise the rights granted to that recipient under the terms of the License. You may not sublicense the Work. You must keep intact all notices that refer to this License and to the disclaimer of warranties with every copy of the Work You Distribute or Publicly Perform. When You Distribute or Publicly Perform the Work, You may not impose any effective technological measures on the Work that restrict the ability of a recipient of the Work from You to exercise the rights granted to that recipient under the terms of the License. This Section 4(a) applies to the Work as incorporated in a Collection, but this does not require the Collection apart from the Work itself to be made subject to the terms of this License. If You create a Collection, upon notice from any Licensor You must, to the extent practicable, remove from the Collection any credit as required by Section 4(b), as requested. If You create an Adaptation, upon notice from any Licensor You must, to the extent practicable, remove from the Adaptation any credit as required by Section 4(b), as requested. - 2. If You Distribute, or Publicly Perform the Work or any Adaptations or Collections, You must, unless a request has been made pursuant to Section 4(a), keep intact all copyright notices for the Work and provide, reasonable to the medium or means You are utilizing: (i) the name of the Original Author (or pseudonym, if applicable) if supplied, and/or if the Original Author and/or Licensor designate another party or parties (e.g., a sponsor institute, publishing entity, journal) for attribution ("Attribution Parties") in Licensor's copyright notice, terms of service or by other reasonable means, the name of such party or parties; (ii) the title of the Work if supplied; (iii) to the extent reasonably practicable, the URI, if any, that Licensor specifies to be associated with the Work, unless such URI does not refer to the copyright notice or licensing information for the Work; and (iv) , consistent with Section 3(b), in the case of an Adaptation, a credit identifying the use of the Work in the Adaptation (e.g., "French translation of the Work by Original Author," or "Screenplay based on original Work by Original Author"). The credit required by this Section 4 (b) may be implemented in any reasonable manner; provided, however, that in the case of a Adaptation or Collection, at a minimum such credit will appear, if a credit for all contributing authors of the Adaptation or Collection appears, then as part of these credits and in a manner at least as prominent as the credits for the other contributing authors. For the avoidance of doubt, You may only use the credit required by this Section for the purpose of attribution in the manner set out above and, by exercising Your rights under this License, You may not implicitly or explicitly assert or imply any connection with, sponsorship or endorsement by the Original Author, Licensor and/or Attribution Parties, as appropriate, of You or Your use of the Work, without the separate, express prior written permission of the Original Author, Licensor and/or Attribution Parties. - 3. Except as otherwise agreed in writing by the Licensor or as may be otherwise permitted by applicable law, if You Reproduce, Distribute or Publicly Perform the Work either by itself or as part of any Adaptations or Collections, You must not distort, mutilate, modify or take other derogatory action in relation to the Work which would be prejudicial to the Original Author's honor or reputation. Licensor agrees that in those jurisdictions (e.g. Japan), in which any exercise of the right granted in Section 3(b) of this License (the right to make Adaptations) would be deemed to be a distortion, mutilation, modification or other derogatory action prejudicial to the Original Author's honor and reputation, the Licensor will waive or not assert, as appropriate, this Section, to the fullest extent permitted by the applicable national law, to enable You to reasonably exercise Your right under Section 3(b) of this License (right to make Adaptations) but not otherwise. - -5. Representations, Warranties and Disclaimer - -UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY, FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS, WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU. - -6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. - -7. Termination - - 1. This License and the rights granted hereunder will terminate automatically upon any breach by You of the terms of this License. Individuals or entities who have received Adaptations or Collections from You under this License, however, will not have their licenses terminated provided such individuals or entities remain in full compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will survive any termination of this License. - 2. Subject to the above terms and conditions, the license granted here is perpetual (for the duration of the applicable copyright in the Work). Notwithstanding the above, Licensor reserves the right to release the Work under different license terms or to stop distributing the Work at any time; provided, however that any such election will not serve to withdraw this License (or any other license that has been, or is required to be, granted under the terms of this License), and this License will continue in full force and effect unless terminated as stated above. - -8. Miscellaneous - - 1. Each time You Distribute or Publicly Perform the Work or a Collection, the Licensor offers to the recipient a license to the Work on the same terms and conditions as the license granted to You under this License. - 2. Each time You Distribute or Publicly Perform an Adaptation, Licensor offers to the recipient a license to the original Work on the same terms and conditions as the license granted to You under this License. - 3. If any provision of this License is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this License, and without further action by the parties to this agreement, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable. - 4. No term or provision of this License shall be deemed waived and no breach consented to unless such waiver or consent shall be in writing and signed by the party to be charged with such waiver or consent. - 5. This License constitutes the entire agreement between the parties with respect to the Work licensed here. There are no understandings, agreements or representations with respect to the Work not specified here. Licensor shall not be bound by any additional provisions that may appear in any communication from You. This License may not be modified without the mutual written agreement of the Licensor and You. - 6. The rights granted under, and the subject matter referenced, in this License were drafted utilizing the terminology of the Berne Convention for the Protection of Literary and Artistic Works (as amended on September 28, 1979), the Rome Convention of 1961, the WIPO Copyright Treaty of 1996, the WIPO Performances and Phonograms Treaty of 1996 and the Universal Copyright Convention (as revised on July 24, 1971). These rights and subject matter take effect in the relevant jurisdiction in which the License terms are sought to be enforced according to the corresponding provisions of the implementation of those treaty provisions in the applicable national law. If the standard suite of rights granted under applicable copyright law includes additional rights not granted under this License, such additional rights are deemed to be included in the License; this License is not intended to restrict the license of any rights under applicable law. diff --git a/_config.yml b/_config.yml index fb9a07a..476672b 100644 --- a/_config.yml +++ b/_config.yml @@ -4,6 +4,8 @@ email: youremailaddress@gmail.com description: The Jekyll version of the Spectral theme by HTML5 UP. baseurl: "" # the subpath of your site, e.g. /blog url: "" # the base hostname & protocol for your site +source: src +destination: dist # Homepage tiles tiles-source: posts # accepts "posts" or "pages" diff --git a/screenshot.jpg b/screenshot.jpg deleted file mode 100644 index 81a8e5264c0989ca98b11ce87ed5faa970988fb2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 46895 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Ƭ(HK(kzdhkjQcpZHPvB_I-k8+ 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