From 07d3551ba90db88cda9c1c6ba56da01fb43b05b5 Mon Sep 17 00:00:00 2001 From: Kazhnuz Date: Mon, 15 Apr 2024 11:30:02 +0200 Subject: [PATCH] feat: version initiale du site --- .drone.yml | 32 ++++ .gitignore | 25 +++ CHANGELOG.md | 16 ++ CODE_OF_CONDUCT.md | 85 +++++++++ CONTRIBUTING.MD | 5 + LICENSE | 324 +++++++++++++++++++++++--------- _data/metadata.js | 11 ++ _includes/layouts/base.njk | 26 +++ _includes/layouts/home.njk | 9 + _includes/layouts/parent.njk | 39 ++++ _includes/postslist.njk | 9 + _includes/websites.md | 0 content/404.md | 19 ++ content/feed/feed.11tydata.js | 3 + content/feed/feed.njk | 27 +++ content/feed/json.njk | 29 +++ content/index.md | 31 +++ content/sitemap/sitemap.xml.njk | 14 ++ eleventy.config.drafts.js | 50 +++++ eleventy.config.images.js | 34 ++++ eleventy.config.js | 146 ++++++++++++++ netlify.toml | 24 +++ package.json | 47 +++++ public/css/index.css | 227 ++++++++++++++++++++++ public/favicon.png | Bin 0 -> 520 bytes public/img/.gitkeep | 0 public/img/back.png | Bin 0 -> 114522 bytes public/img/cc-by-sa.png | Bin 0 -> 1515 bytes public/img/fanstuffgarden.gif | Bin 0 -> 1132 bytes 29 files changed, 1147 insertions(+), 85 deletions(-) create mode 100644 .drone.yml create mode 100644 .gitignore create mode 100644 CHANGELOG.md create mode 100644 CODE_OF_CONDUCT.md create mode 100644 CONTRIBUTING.MD create mode 100644 _data/metadata.js create mode 100644 _includes/layouts/base.njk create mode 100644 _includes/layouts/home.njk create mode 100644 _includes/layouts/parent.njk create mode 100644 _includes/postslist.njk create mode 100644 _includes/websites.md create mode 100644 content/404.md create mode 100644 content/feed/feed.11tydata.js create mode 100755 content/feed/feed.njk create mode 100644 content/feed/json.njk create mode 100644 content/index.md create mode 100644 content/sitemap/sitemap.xml.njk create mode 100644 eleventy.config.drafts.js create mode 100644 eleventy.config.images.js create mode 100644 eleventy.config.js create mode 100644 netlify.toml create mode 100644 package.json create mode 100644 public/css/index.css create mode 100644 public/favicon.png create mode 100644 public/img/.gitkeep create mode 100644 public/img/back.png create mode 100644 public/img/cc-by-sa.png create mode 100644 public/img/fanstuffgarden.gif diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..30e4675 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,32 @@ +kind: pipeline +name: production +when: + event: [ push ] + branch: [ main ] + +clone: + git: + image: plugins/git + pull: true + +steps: + - name: build + image: node:latest + commands: + - npm i + - npx @11ty/eleventy + + - name: deploy + image: drillster/drone-rsync + settings: + hosts: + from_secret: deploy_host + target: /var/www/scanline.fanstuff.garden + source: _site/* + user: + from_secret: deploy_user + key: + from_secret: deploy_key + when: + branch: main + delete: true diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a8fe7ae --- /dev/null +++ b/.gitignore @@ -0,0 +1,25 @@ +# Generated files +package/generated* + +# Ignore installed npm modules +node_modules/ + +# Ignore build tool output, e.g. code coverage +.nyc_output/ +coverage/ + +# Ignore API documentation +api-docs/ + +# Ignore folders from source code editors +.vscode +.idea + +# Ignore eleventy output when doing manual tests +_site/ + +package-lock.json + +# Ignore test files +.cache +test/stubs-layout-cache/_includes/*.js \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..519b50f --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,16 @@ +# CHANGELOG + +Tout les changements notables au projet sont consignés dans ce fichier, afin de simplement voir les évolutions. + +Ce format est basé sur la norme [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +et ce projet adhère au [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## En cours + +## [1.0.0] - 2020-10-01 + +Version initiale : + +* Même base que rulebook +* Contient tout le travail présents dans kazhnuz.space +* Utilisation du branding kobold.city diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md new file mode 100644 index 0000000..53e9126 --- /dev/null +++ b/CODE_OF_CONDUCT.md @@ -0,0 +1,85 @@ +# Contributor Covenant Code of Conduct + +## Our Pledge + +We as members, contributors, and leaders pledge to make participation in our community a harassment-free experience for everyone, regardless of age, body size, visible or invisible disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, religion, or sexual identity and orientation. + +We pledge to act and interact in ways that contribute to an open, welcoming, diverse, inclusive, and healthy community. + +## Our Standards + +Examples of behavior that contributes to a positive environment for our community include: + +* Demonstrating empathy and kindness toward other people +* Being respectful of differing opinions, viewpoints, and experiences +* Giving and gracefully accepting constructive feedback +* Accepting responsibility and apologizing to those affected by our mistakes, and learning from the experience +* Focusing on what is best not just for us as individuals, but for the overall community + +Examples of unacceptable behavior include: + +* The use of sexualized language or imagery, and sexual attention or + advances of any kind +* Trolling, insulting or derogatory comments, and personal or political attacks +* Public or private harassment +* Publishing others' private information, such as a physical or email + address, without their explicit permission +* Other conduct which could reasonably be considered inappropriate in a + professional setting + +## Enforcement Responsibilities + +Community leaders are responsible for clarifying and enforcing our standards of acceptable behavior and will take appropriate and fair corrective action in response to any behavior that they deem inappropriate, threatening, offensive, or harmful. + +Community leaders have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, and will communicate reasons for moderation decisions when appropriate. + +## Scope + +This Code of Conduct applies within all community spaces, and also applies when an individual is officially representing the community in public spaces. Examples of representing our community include using an official e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event. + +## Enforcement + +Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at **kazhnuz@chlore.net**. All complaints will be reviewed and investigated promptly and fairly. + +All community leaders are obligated to respect the privacy and security of the reporter of any incident. + +## Enforcement Guidelines + +Community leaders will follow these Community Impact Guidelines in determining the consequences for any action they deem in violation of this Code of Conduct: + +### 1. Correction + +**Community Impact**: Use of inappropriate language or other behavior deemed unprofessional or unwelcome in the community. + +**Consequence**: A private, written warning from community leaders, providing clarity around the nature of the violation and an explanation of why the behavior was inappropriate. A public apology may be requested. + +### 2. Warning + +**Community Impact**: A violation through a single incident or series of actions. + +**Consequence**: A warning with consequences for continued behavior. No interaction with the people involved, including unsolicited interaction with those enforcing the Code of Conduct, for a specified period of time. This includes avoiding interactions in community spaces as well as external channels like social media. Violating these terms may lead to a temporary or permanent ban. + +### 3. Temporary Ban + +**Community Impact**: A serious violation of community standards, including sustained inappropriate behavior. + +**Consequence**: A temporary ban from any sort of interaction or public communication with the community for a specified period of time. No public or private interaction with the people involved, including unsolicited interaction with those enforcing the Code of Conduct, is allowed during this period. Violating these terms may lead to a permanent ban. + +### 4. Permanent Ban + +**Community Impact**: Demonstrating a pattern of violation of community standards, including sustained inappropriate behavior, harassment of an individual, or aggression toward or disparagement of classes of individuals. + +**Consequence**: A permanent ban from any sort of public interaction within the project community. + +## Attribution + +This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 2.0, +available at https://www.contributor-covenant.org/version/2/0/code_of_conduct.html. + +Community Impact Guidelines were inspired by [Mozilla's code of conduct enforcement ladder](https://github.com/mozilla/diversity). + +[homepage]: https://www.contributor-covenant.org + +For answers to common questions about this code of conduct, see the FAQ at +https://www.contributor-covenant.org/faq. Translations are available at https://www.contributor-covenant.org/translations. + diff --git a/CONTRIBUTING.MD b/CONTRIBUTING.MD new file mode 100644 index 0000000..f8a725a --- /dev/null +++ b/CONTRIBUTING.MD @@ -0,0 +1,5 @@ +# CONTRIBUTING + +Like every projects on chlore.net, this project follow the [Contributor Conevant Code of Conduct](https://www.contributor-covenant.org/). You can find a markdown copy of the CoC on this repository. + +This project follow the following conventions: [Semantic Versioning 2.O.0](https://semver.org/), [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and [Conventional Commits](https://www.conventionalcommits.org/). diff --git a/LICENSE b/LICENSE index 835a683..3f92dfc 100644 --- a/LICENSE +++ b/LICENSE @@ -1,170 +1,324 @@ -Creative Commons Attribution-ShareAlike 4.0 International - - Creative Commons Corporation (“Creative Commons”) is not a law firm and does not provide legal services or legal advice. Distribution of Creative Commons public licenses does not create a lawyer-client or other relationship. Creative Commons makes its licenses and related information available on an “as-is” basis. Creative Commons gives no warranties regarding its licenses, any material licensed under their terms and conditions, or any related information. Creative Commons disclaims all liability for damages resulting from their use to the fullest extent possible. +Creative Commons Attribution 4.0 International Creative Commons Corporation +("Creative Commons") is not a law firm and does not provide legal services +or legal advice. Distribution of Creative Commons public licenses does not +create a lawyer-client or other relationship. Creative Commons makes its licenses +and related information available on an "as-is" basis. Creative Commons gives +no warranties regarding its licenses, any material licensed under their terms +and conditions, or any related information. Creative Commons disclaims all +liability for damages resulting from their use to the fullest extent possible. Using Creative Commons Public Licenses -Creative Commons public licenses provide a standard set of terms and conditions that creators and other rights holders may use to share original works of authorship and other material subject to copyright and certain other rights specified in the public license below. The following considerations are for informational purposes only, are not exhaustive, and do not form part of our licenses. +Creative Commons public licenses provide a standard set of terms and conditions +that creators and other rights holders may use to share original works of +authorship and other material subject to copyright and certain other rights +specified in the public license below. The following considerations are for +informational purposes only, are not exhaustive, and do not form part of our +licenses. -Considerations for licensors: Our public licenses are intended for use by those authorized to give the public permission to use material in ways otherwise restricted by copyright and certain other rights. Our licenses are irrevocable. Licensors should read and understand the terms and conditions of the license they choose before applying it. Licensors should also secure all rights necessary before applying our licenses so that the public can reuse the material as expected. Licensors should clearly mark any material not subject to the license. This includes other CC-licensed material, or material used under an exception or limitation to copyright. More considerations for licensors. +Considerations for licensors: Our public licenses are intended for use by +those authorized to give the public permission to use material in ways otherwise +restricted by copyright and certain other rights. Our licenses are irrevocable. +Licensors should read and understand the terms and conditions of the license +they choose before applying it. Licensors should also secure all rights necessary +before applying our licenses so that the public can reuse the material as +expected. Licensors should clearly mark any material not subject to the license. +This includes other CC-licensed material, or material used under an exception +or limitation to copyright. More considerations for licensors : wiki.creativecommons.org/Considerations_for_licensors -Considerations for the public: By using one of our public licenses, a licensor grants the public permission to use the licensed material under specified terms and conditions. If the licensor’s permission is not necessary for any reason–for example, because of any applicable exception or limitation to copyright–then that use is not regulated by the license. Our licenses grant only permissions under copyright and certain other rights that a licensor has authority to grant. Use of the licensed material may still be restricted for other reasons, including because others have copyright or other rights in the material. A licensor may make special requests, such as asking that all changes be marked or described. +Considerations for the public: By using one of our public licenses, a licensor +grants the public permission to use the licensed material under specified +terms and conditions. If the licensor's permission is not necessary for any +reason–for example, because of any applicable exception or limitation to copyright–then +that use is not regulated by the license. Our licenses grant only permissions +under copyright and certain other rights that a licensor has authority to +grant. Use of the licensed material may still be restricted for other reasons, +including because others have copyright or other rights in the material. A +licensor may make special requests, such as asking that all changes be marked +or described. Although not required by our licenses, you are encouraged to +respect those requests where reasonable. More considerations for the public +: wiki.creativecommons.org/Considerations_for_licensees Creative Commons Attribution +4.0 International Public License -Although not required by our licenses, you are encouraged to respect those requests where reasonable. More considerations for the public. - -Creative Commons Attribution-ShareAlike 4.0 International Public License - -By exercising the Licensed Rights (defined below), You accept and agree to be bound by the terms and conditions of this Creative Commons Attribution-ShareAlike 4.0 International Public License ("Public License"). To the extent this Public License may be interpreted as a contract, You are granted the Licensed Rights in consideration of Your acceptance of these terms and conditions, and the Licensor grants You such rights in consideration of benefits the Licensor receives from making the Licensed Material available under these terms and conditions. +By exercising the Licensed Rights (defined below), You accept and agree to +be bound by the terms and conditions of this Creative Commons Attribution +4.0 International Public License ("Public License"). To the extent this Public +License may be interpreted as a contract, You are granted the Licensed Rights +in consideration of Your acceptance of these terms and conditions, and the +Licensor grants You such rights in consideration of benefits the Licensor +receives from making the Licensed Material available under these terms and +conditions. Section 1 – Definitions. - a. Adapted Material means material subject to Copyright and Similar Rights that is derived from or based upon the Licensed Material and in which the Licensed Material is translated, altered, arranged, transformed, or otherwise modified in a manner requiring permission under the Copyright and Similar Rights held by the Licensor. For purposes of this Public License, where the Licensed Material is a musical work, performance, or sound recording, Adapted Material is always produced where the Licensed Material is synched in timed relation with a moving image. +a. Adapted Material means material subject to Copyright and Similar Rights +that is derived from or based upon the Licensed Material and in which the +Licensed Material is translated, altered, arranged, transformed, or otherwise +modified in a manner requiring permission under the Copyright and Similar +Rights held by the Licensor. For purposes of this Public License, where the +Licensed Material is a musical work, performance, or sound recording, Adapted +Material is always produced where the Licensed Material is synched in timed +relation with a moving image. - b. Adapter's License means the license You apply to Your Copyright and Similar Rights in Your contributions to Adapted Material in accordance with the terms and conditions of this Public License. +b. Adapter's License means the license You apply to Your Copyright and Similar +Rights in Your contributions to Adapted Material in accordance with the terms +and conditions of this Public License. - c. BY-SA Compatible License means a license listed at creativecommons.org/compatiblelicenses, approved by Creative Commons as essentially the equivalent of this Public License. +c. Copyright and Similar Rights means copyright and/or similar rights closely +related to copyright including, without limitation, performance, broadcast, +sound recording, and Sui Generis Database Rights, without regard to how the +rights are labeled or categorized. For purposes of this Public License, the +rights specified in Section 2(b)(1)-(2) are not Copyright and Similar Rights. - d. Copyright and Similar Rights means copyright and/or similar rights closely related to copyright including, without limitation, performance, broadcast, sound recording, and Sui Generis Database Rights, without regard to how the rights are labeled or categorized. For purposes of this Public License, the rights specified in Section 2(b)(1)-(2) are not Copyright and Similar Rights. +d. Effective Technological Measures means those measures that, in the absence +of proper authority, may not be circumvented under laws fulfilling obligations +under Article 11 of the WIPO Copyright Treaty adopted on December 20, 1996, +and/or similar international agreements. - e. Effective Technological Measures means those measures that, in the absence of proper authority, may not be circumvented under laws fulfilling obligations under Article 11 of the WIPO Copyright Treaty adopted on December 20, 1996, and/or similar international agreements. +e. Exceptions and Limitations means fair use, fair dealing, and/or any other +exception or limitation to Copyright and Similar Rights that applies to Your +use of the Licensed Material. - f. Exceptions and Limitations means fair use, fair dealing, and/or any other exception or limitation to Copyright and Similar Rights that applies to Your use of the Licensed Material. +f. Licensed Material means the artistic or literary work, database, or other +material to which the Licensor applied this Public License. - g. License Elements means the license attributes listed in the name of a Creative Commons Public License. The License Elements of this Public License are Attribution and ShareAlike. +g. Licensed Rights means the rights granted to You subject to the terms and +conditions of this Public License, which are limited to all Copyright and +Similar Rights that apply to Your use of the Licensed Material and that the +Licensor has authority to license. - h. Licensed Material means the artistic or literary work, database, or other material to which the Licensor applied this Public License. +h. Licensor means the individual(s) or entity(ies) granting rights under this +Public License. - i. Licensed Rights means the rights granted to You subject to the terms and conditions of this Public License, which are limited to all Copyright and Similar Rights that apply to Your use of the Licensed Material and that the Licensor has authority to license. +i. Share means to provide material to the public by any means or process that +requires permission under the Licensed Rights, such as reproduction, public +display, public performance, distribution, dissemination, communication, or +importation, and to make material available to the public including in ways +that members of the public may access the material from a place and at a time +individually chosen by them. - j. Licensor means the individual(s) or entity(ies) granting rights under this Public License. +j. Sui Generis Database Rights means rights other than copyright resulting +from Directive 96/9/EC of the European Parliament and of the Council of 11 +March 1996 on the legal protection of databases, as amended and/or succeeded, +as well as other essentially equivalent rights anywhere in the world. - k. Share means to provide material to the public by any means or process that requires permission under the Licensed Rights, such as reproduction, public display, public performance, distribution, dissemination, communication, or importation, and to make material available to the public including in ways that members of the public may access the material from a place and at a time individually chosen by them. - - l. Sui Generis Database Rights means rights other than copyright resulting from Directive 96/9/EC of the European Parliament and of the Council of 11 March 1996 on the legal protection of databases, as amended and/or succeeded, as well as other essentially equivalent rights anywhere in the world. - - m. You means the individual or entity exercising the Licensed Rights under this Public License. Your has a corresponding meaning. +k. You means the individual or entity exercising the Licensed Rights under +this Public License. Your has a corresponding meaning. Section 2 – Scope. - a. License grant. + a. License grant. - 1. Subject to the terms and conditions of this Public License, the Licensor hereby grants You a worldwide, royalty-free, non-sublicensable, non-exclusive, irrevocable license to exercise the Licensed Rights in the Licensed Material to: +1. Subject to the terms and conditions of this Public License, the Licensor +hereby grants You a worldwide, royalty-free, non-sublicensable, non-exclusive, +irrevocable license to exercise the Licensed Rights in the Licensed Material +to: - A. reproduce and Share the Licensed Material, in whole or in part; and + A. reproduce and Share the Licensed Material, in whole or in part; and - B. produce, reproduce, and Share Adapted Material. + B. produce, reproduce, and Share Adapted Material. - 2. Exceptions and Limitations. For the avoidance of doubt, where Exceptions and Limitations apply to Your use, this Public License does not apply, and You do not need to comply with its terms and conditions. +2. Exceptions and Limitations. For the avoidance of doubt, where Exceptions +and Limitations apply to Your use, this Public License does not apply, and +You do not need to comply with its terms and conditions. - 3. Term. The term of this Public License is specified in Section 6(a). + 3. Term. The term of this Public License is specified in Section 6(a). - 4. Media and formats; technical modifications allowed. The Licensor authorizes You to exercise the Licensed Rights in all media and formats whether now known or hereafter created, and to make technical modifications necessary to do so. The Licensor waives and/or agrees not to assert any right or authority to forbid You from making technical modifications necessary to exercise the Licensed Rights, including technical modifications necessary to circumvent Effective Technological Measures. For purposes of this Public License, simply making modifications authorized by this Section 2(a)(4) never produces Adapted Material. +4. Media and formats; technical modifications allowed. The Licensor authorizes +You to exercise the Licensed Rights in all media and formats whether now known +or hereafter created, and to make technical modifications necessary to do +so. The Licensor waives and/or agrees not to assert any right or authority +to forbid You from making technical modifications necessary to exercise the +Licensed Rights, including technical modifications necessary to circumvent +Effective Technological Measures. For purposes of this Public License, simply +making modifications authorized by this Section 2(a)(4) never produces Adapted +Material. - 5. Downstream recipients. + 5. Downstream recipients. - A. Offer from the Licensor – Licensed Material. Every recipient of the Licensed Material automatically receives an offer from the Licensor to exercise the Licensed Rights under the terms and conditions of this Public License. +A. Offer from the Licensor – Licensed Material. Every recipient of the Licensed +Material automatically receives an offer from the Licensor to exercise the +Licensed Rights under the terms and conditions of this Public License. - B. Additional offer from the Licensor – Adapted Material. Every recipient of Adapted Material from You automatically receives an offer from the Licensor to exercise the Licensed Rights in the Adapted Material under the conditions of the Adapter’s License You apply. +B. No downstream restrictions. You may not offer or impose any additional +or different terms or conditions on, or apply any Effective Technological +Measures to, the Licensed Material if doing so restricts exercise of the Licensed +Rights by any recipient of the Licensed Material. - C. No downstream restrictions. You may not offer or impose any additional or different terms or conditions on, or apply any Effective Technological Measures to, the Licensed Material if doing so restricts exercise of the Licensed Rights by any recipient of the Licensed Material. +6. No endorsement. Nothing in this Public License constitutes or may be construed +as permission to assert or imply that You are, or that Your use of the Licensed +Material is, connected with, or sponsored, endorsed, or granted official status +by, the Licensor or others designated to receive attribution as provided in +Section 3(a)(1)(A)(i). - 6. No endorsement. Nothing in this Public License constitutes or may be construed as permission to assert or imply that You are, or that Your use of the Licensed Material is, connected with, or sponsored, endorsed, or granted official status by, the Licensor or others designated to receive attribution as provided in Section 3(a)(1)(A)(i). + b. Other rights. - b. Other rights. +1. Moral rights, such as the right of integrity, are not licensed under this +Public License, nor are publicity, privacy, and/or other similar personality +rights; however, to the extent possible, the Licensor waives and/or agrees +not to assert any such rights held by the Licensor to the limited extent necessary +to allow You to exercise the Licensed Rights, but not otherwise. - 1. Moral rights, such as the right of integrity, are not licensed under this Public License, nor are publicity, privacy, and/or other similar personality rights; however, to the extent possible, the Licensor waives and/or agrees not to assert any such rights held by the Licensor to the limited extent necessary to allow You to exercise the Licensed Rights, but not otherwise. +2. Patent and trademark rights are not licensed under this Public License. - 2. Patent and trademark rights are not licensed under this Public License. - - 3. To the extent possible, the Licensor waives any right to collect royalties from You for the exercise of the Licensed Rights, whether directly or through a collecting society under any voluntary or waivable statutory or compulsory licensing scheme. In all other cases the Licensor expressly reserves any right to collect such royalties. +3. To the extent possible, the Licensor waives any right to collect royalties +from You for the exercise of the Licensed Rights, whether directly or through +a collecting society under any voluntary or waivable statutory or compulsory +licensing scheme. In all other cases the Licensor expressly reserves any right +to collect such royalties. Section 3 – License Conditions. -Your exercise of the Licensed Rights is expressly made subject to the following conditions. +Your exercise of the Licensed Rights is expressly made subject to the following +conditions. - a. Attribution. + a. Attribution. - 1. If You Share the Licensed Material (including in modified form), You must: +1. If You Share the Licensed Material (including in modified form), You must: - A. retain the following if it is supplied by the Licensor with the Licensed Material: +A. retain the following if it is supplied by the Licensor with the Licensed +Material: - i. identification of the creator(s) of the Licensed Material and any others designated to receive attribution, in any reasonable manner requested by the Licensor (including by pseudonym if designated); +i. identification of the creator(s) of the Licensed Material and any others +designated to receive attribution, in any reasonable manner requested by the +Licensor (including by pseudonym if designated); - ii. a copyright notice; + ii. a copyright notice; - iii. a notice that refers to this Public License; + iii. a notice that refers to this Public License; - iv. a notice that refers to the disclaimer of warranties; + iv. a notice that refers to the disclaimer of warranties; - v. a URI or hyperlink to the Licensed Material to the extent reasonably practicable; +v. a URI or hyperlink to the Licensed Material to the extent reasonably practicable; - B. indicate if You modified the Licensed Material and retain an indication of any previous modifications; and +B. indicate if You modified the Licensed Material and retain an indication +of any previous modifications; and - C. indicate the Licensed Material is licensed under this Public License, and include the text of, or the URI or hyperlink to, this Public License. +C. indicate the Licensed Material is licensed under this Public License, and +include the text of, or the URI or hyperlink to, this Public License. - 2. You may satisfy the conditions in Section 3(a)(1) in any reasonable manner based on the medium, means, and context in which You Share the Licensed Material. For example, it may be reasonable to satisfy the conditions by providing a URI or hyperlink to a resource that includes the required information. +2. You may satisfy the conditions in Section 3(a)(1) in any reasonable manner +based on the medium, means, and context in which You Share the Licensed Material. +For example, it may be reasonable to satisfy the conditions by providing a +URI or hyperlink to a resource that includes the required information. - 3. If requested by the Licensor, You must remove any of the information required by Section 3(a)(1)(A) to the extent reasonably practicable. +3. If requested by the Licensor, You must remove any of the information required +by Section 3(a)(1)(A) to the extent reasonably practicable. - b. ShareAlike.In addition to the conditions in Section 3(a), if You Share Adapted Material You produce, the following conditions also apply. - - 1. The Adapter’s License You apply must be a Creative Commons license with the same License Elements, this version or later, or a BY-SA Compatible License. - - 2. You must include the text of, or the URI or hyperlink to, the Adapter's License You apply. You may satisfy this condition in any reasonable manner based on the medium, means, and context in which You Share Adapted Material. - - 3. You may not offer or impose any additional or different terms or conditions on, or apply any Effective Technological Measures to, Adapted Material that restrict exercise of the rights granted under the Adapter's License You apply. +4. If You Share Adapted Material You produce, the Adapter's License You apply +must not prevent recipients of the Adapted Material from complying with this +Public License. Section 4 – Sui Generis Database Rights. -Where the Licensed Rights include Sui Generis Database Rights that apply to Your use of the Licensed Material: +Where the Licensed Rights include Sui Generis Database Rights that apply to +Your use of the Licensed Material: - a. for the avoidance of doubt, Section 2(a)(1) grants You the right to extract, reuse, reproduce, and Share all or a substantial portion of the contents of the database; +a. for the avoidance of doubt, Section 2(a)(1) grants You the right to extract, +reuse, reproduce, and Share all or a substantial portion of the contents of +the database; - b. if You include all or a substantial portion of the database contents in a database in which You have Sui Generis Database Rights, then the database in which You have Sui Generis Database Rights (but not its individual contents) is Adapted Material, including for purposes of Section 3(b); and +b. if You include all or a substantial portion of the database contents in +a database in which You have Sui Generis Database Rights, then the database +in which You have Sui Generis Database Rights (but not its individual contents) +is Adapted Material; and - c. You must comply with the conditions in Section 3(a) if You Share all or a substantial portion of the contents of the database. -For the avoidance of doubt, this Section 4 supplements and does not replace Your obligations under this Public License where the Licensed Rights include other Copyright and Similar Rights. +c. You must comply with the conditions in Section 3(a) if You Share all or +a substantial portion of the contents of the database. + +For the avoidance of doubt, this Section 4 supplements and does not replace +Your obligations under this Public License where the Licensed Rights include +other Copyright and Similar Rights. Section 5 – Disclaimer of Warranties and Limitation of Liability. - a. Unless otherwise separately undertaken by the Licensor, to the extent possible, the Licensor offers the Licensed Material as-is and as-available, and makes no representations or warranties of any kind concerning the Licensed Material, whether express, implied, statutory, or other. This includes, without limitation, warranties of title, merchantability, fitness for a particular purpose, non-infringement, absence of latent or other defects, accuracy, or the presence or absence of errors, whether or not known or discoverable. Where disclaimers of warranties are not allowed in full or in part, this disclaimer may not apply to You. +a. Unless otherwise separately undertaken by the Licensor, to the extent possible, +the Licensor offers the Licensed Material as-is and as-available, and makes +no representations or warranties of any kind concerning the Licensed Material, +whether express, implied, statutory, or other. This includes, without limitation, +warranties of title, merchantability, fitness for a particular purpose, non-infringement, +absence of latent or other defects, accuracy, or the presence or absence of +errors, whether or not known or discoverable. Where disclaimers of warranties +are not allowed in full or in part, this disclaimer may not apply to You. - b. To the extent possible, in no event will the Licensor be liable to You on any legal theory (including, without limitation, negligence) or otherwise for any direct, special, indirect, incidental, consequential, punitive, exemplary, or other losses, costs, expenses, or damages arising out of this Public License or use of the Licensed Material, even if the Licensor has been advised of the possibility of such losses, costs, expenses, or damages. Where a limitation of liability is not allowed in full or in part, this limitation may not apply to You. +b. To the extent possible, in no event will the Licensor be liable to You +on any legal theory (including, without limitation, negligence) or otherwise +for any direct, special, indirect, incidental, consequential, punitive, exemplary, +or other losses, costs, expenses, or damages arising out of this Public License +or use of the Licensed Material, even if the Licensor has been advised of +the possibility of such losses, costs, expenses, or damages. Where a limitation +of liability is not allowed in full or in part, this limitation may not apply +to You. - c. The disclaimer of warranties and limitation of liability provided above shall be interpreted in a manner that, to the extent possible, most closely approximates an absolute disclaimer and waiver of all liability. +c. The disclaimer of warranties and limitation of liability provided above +shall be interpreted in a manner that, to the extent possible, most closely +approximates an absolute disclaimer and waiver of all liability. Section 6 – Term and Termination. - a. This Public License applies for the term of the Copyright and Similar Rights licensed here. However, if You fail to comply with this Public License, then Your rights under this Public License terminate automatically. +a. This Public License applies for the term of the Copyright and Similar Rights +licensed here. However, if You fail to comply with this Public License, then +Your rights under this Public License terminate automatically. - b. Where Your right to use the Licensed Material has terminated under Section 6(a), it reinstates: +b. Where Your right to use the Licensed Material has terminated under Section +6(a), it reinstates: - 1. automatically as of the date the violation is cured, provided it is cured within 30 days of Your discovery of the violation; or +1. automatically as of the date the violation is cured, provided it is cured +within 30 days of Your discovery of the violation; or - 2. upon express reinstatement by the Licensor. + 2. upon express reinstatement by the Licensor. - c. For the avoidance of doubt, this Section 6(b) does not affect any right the Licensor may have to seek remedies for Your violations of this Public License. +c. For the avoidance of doubt, this Section 6(b) does not affect any right +the Licensor may have to seek remedies for Your violations of this Public +License. - d. For the avoidance of doubt, the Licensor may also offer the Licensed Material under separate terms or conditions or stop distributing the Licensed Material at any time; however, doing so will not terminate this Public License. +d. For the avoidance of doubt, the Licensor may also offer the Licensed Material +under separate terms or conditions or stop distributing the Licensed Material +at any time; however, doing so will not terminate this Public License. - e. Sections 1, 5, 6, 7, and 8 survive termination of this Public License. + e. Sections 1, 5, 6, 7, and 8 survive termination of this Public License. Section 7 – Other Terms and Conditions. - a. The Licensor shall not be bound by any additional or different terms or conditions communicated by You unless expressly agreed. +a. The Licensor shall not be bound by any additional or different terms or +conditions communicated by You unless expressly agreed. - b. Any arrangements, understandings, or agreements regarding the Licensed Material not stated herein are separate from and independent of the terms and conditions of this Public License. +b. Any arrangements, understandings, or agreements regarding the Licensed +Material not stated herein are separate from and independent of the terms +and conditions of this Public License. Section 8 – Interpretation. - a. For the avoidance of doubt, this Public License does not, and shall not be interpreted to, reduce, limit, restrict, or impose conditions on any use of the Licensed Material that could lawfully be made without permission under this Public License. +a. For the avoidance of doubt, this Public License does not, and shall not +be interpreted to, reduce, limit, restrict, or impose conditions on any use +of the Licensed Material that could lawfully be made without permission under +this Public License. - b. To the extent possible, if any provision of this Public License is deemed unenforceable, it shall be automatically reformed to the minimum extent necessary to make it enforceable. If the provision cannot be reformed, it shall be severed from this Public License without affecting the enforceability of the remaining terms and conditions. +b. To the extent possible, if any provision of this Public License is deemed +unenforceable, it shall be automatically reformed to the minimum extent necessary +to make it enforceable. If the provision cannot be reformed, it shall be severed +from this Public License without affecting the enforceability of the remaining +terms and conditions. - c. No term or condition of this Public License will be waived and no failure to comply consented to unless expressly agreed to by the Licensor. +c. No term or condition of this Public License will be waived and no failure +to comply consented to unless expressly agreed to by the Licensor. - d. Nothing in this Public License constitutes or may be interpreted as a limitation upon, or waiver of, any privileges and immunities that apply to the Licensor or You, including from the legal processes of any jurisdiction or authority. +d. Nothing in this Public License constitutes or may be interpreted as a limitation +upon, or waiver of, any privileges and immunities that apply to the Licensor +or You, including from the legal processes of any jurisdiction or authority. -Creative Commons is not a party to its public licenses. Notwithstanding, Creative Commons may elect to apply one of its public licenses to material it publishes and in those instances will be considered the “Licensor.” Except for the limited purpose of indicating that material is shared under a Creative Commons public license or as otherwise permitted by the Creative Commons policies published at creativecommons.org/policies, Creative Commons does not authorize the use of the trademark “Creative Commons” or any other trademark or logo of Creative Commons without its prior written consent including, without limitation, in connection with any unauthorized modifications to any of its public licenses or any other arrangements, understandings, or agreements concerning use of licensed material. For the avoidance of doubt, this paragraph does not form part of the public licenses. +Creative Commons is not a party to its public licenses. Notwithstanding, Creative +Commons may elect to apply one of its public licenses to material it publishes +and in those instances will be considered the "Licensor." The text of the +Creative Commons public licenses is dedicated to the public domain under the +CC0 Public Domain Dedication. Except for the limited purpose of indicating +that material is shared under a Creative Commons public license or as otherwise +permitted by the Creative Commons policies published at creativecommons.org/policies, +Creative Commons does not authorize the use of the trademark "Creative Commons" +or any other trademark or logo of Creative Commons without its prior written +consent including, without limitation, in connection with any unauthorized +modifications to any of its public licenses or any other arrangements, understandings, +or agreements concerning use of licensed material. For the avoidance of doubt, +this paragraph does not form part of the public licenses. Creative Commons may be contacted at creativecommons.org. diff --git a/_data/metadata.js b/_data/metadata.js new file mode 100644 index 0000000..ec10ff0 --- /dev/null +++ b/_data/metadata.js @@ -0,0 +1,11 @@ +module.exports = { + title: "Scanline", + url: "https://scanline.fanstuff.garden/", + language: "fr", + description: "Un site de retrogaming vivant", + author: { + name: "Kazhnuz", + email: "kazhnuz@kobold.cafe", + url: "https://kazhnuz.space/" + } +} diff --git a/_includes/layouts/base.njk b/_includes/layouts/base.njk new file mode 100644 index 0000000..2e4c735 --- /dev/null +++ b/_includes/layouts/base.njk @@ -0,0 +1,26 @@ +--- +layout: layouts/parent.njk +--- +
+
+
scanline.html
+
+ {{ content | safe }} +
+
+
+ + diff --git a/_includes/layouts/home.njk b/_includes/layouts/home.njk new file mode 100644 index 0000000..484d228 --- /dev/null +++ b/_includes/layouts/home.njk @@ -0,0 +1,9 @@ +--- +layout: layouts/parent.njk +--- +
+
scanline.html
+
+ {{ content | safe }} +
+
diff --git a/_includes/layouts/parent.njk b/_includes/layouts/parent.njk new file mode 100644 index 0000000..36abe7e --- /dev/null +++ b/_includes/layouts/parent.njk @@ -0,0 +1,39 @@ + + + + + + {{ title or metadata.title }} + + + {#- Atom and JSON feeds included by default #} + + + + + {#- Uncomment this if you’d like folks to know that you used Eleventy to build your site! #} + + + {%- css %}{% include "public/css/index.css" %}{% endcss %} + + + + + Skip to main content + +
+ + + {{ content | safe }} +
+ + + + + + diff --git a/_includes/postslist.njk b/_includes/postslist.njk new file mode 100644 index 0000000..99272c5 --- /dev/null +++ b/_includes/postslist.njk @@ -0,0 +1,9 @@ +{%- css %}.postlist { counter-reset: start-from {{ (postslistCounter or postslist.length) + 1 }} }{% endcss %} +
    +{% for post in postslist | reverse %} +
  1. + {% if post.data.title %}{{ post.data.title }}{% else %}{{ post.url }}{% endif %} + +
  2. +{% endfor %} +
diff --git a/_includes/websites.md b/_includes/websites.md new file mode 100644 index 0000000..e69de29 diff --git a/content/404.md b/content/404.md new file mode 100644 index 0000000..50679ab --- /dev/null +++ b/content/404.md @@ -0,0 +1,19 @@ +--- +layout: layouts/home.njk +permalink: 404.html +eleventyExcludeFromCollections: true +--- +# Content not found. + +Go home and try another pages. + + diff --git a/content/feed/feed.11tydata.js b/content/feed/feed.11tydata.js new file mode 100644 index 0000000..ed3fec9 --- /dev/null +++ b/content/feed/feed.11tydata.js @@ -0,0 +1,3 @@ +module.exports = { + eleventyExcludeFromCollections: true +} diff --git a/content/feed/feed.njk b/content/feed/feed.njk new file mode 100755 index 0000000..a47a7e8 --- /dev/null +++ b/content/feed/feed.njk @@ -0,0 +1,27 @@ +--- +# Metadata comes from _data/metadata.js +permalink: /feed/feed.xml +--- + + + {{ metadata.title }} + {{ metadata.description }} + + + {{ collections.posts | getNewestCollectionItemDate | dateToRfc3339 }} + {{ metadata.url }} + + {{ metadata.author.name }} + {{ metadata.author.email }} + + {%- for post in collections.posts | reverse %} + {% set absolutePostUrl %}{{ post.url | htmlBaseUrl(metadata.url) }}{% endset %} + + {{ post.data.title }} + + {{ post.date | dateToRfc3339 }} + {{ absolutePostUrl }} + {{ post.templateContent | transformWithHtmlBase(absolutePostUrl, post.url) }} + + {%- endfor %} + diff --git a/content/feed/json.njk b/content/feed/json.njk new file mode 100644 index 0000000..3b33b59 --- /dev/null +++ b/content/feed/json.njk @@ -0,0 +1,29 @@ +--- +# Metadata comes from _data/metadata.js +permalink: /feed/feed.json +--- +{ + "version": "https://jsonfeed.org/version/1.1", + "title": "{{ metadata.title }}", + "language": "{{ metadata.language }}", + "home_page_url": "{{ metadata.url | addPathPrefixToFullUrl }}", + "feed_url": "{{ permalink | htmlBaseUrl(metadata.url) }}", + "description": "{{ metadata.description }}", + "author": { + "name": "{{ metadata.author.name }}", + "url": "{{ metadata.author.url }}" + }, + "items": [ + {%- for post in collections.posts | reverse %} + {%- set absolutePostUrl = post.url | htmlBaseUrl(metadata.url) %} + { + "id": "{{ absolutePostUrl }}", + "url": "{{ absolutePostUrl }}", + "title": "{{ post.data.title }}", + "content_html": {% if post.templateContent %}{{ post.templateContent | transformWithHtmlBase(absolutePostUrl, post.url) | dump | safe }}{% else %}""{% endif %}, + "date_published": "{{ post.date | dateToRfc3339 }}" + } + {% if not loop.last %},{% endif %} + {%- endfor %} + ] +} diff --git a/content/index.md b/content/index.md new file mode 100644 index 0000000..a7ca201 --- /dev/null +++ b/content/index.md @@ -0,0 +1,31 @@ +--- +layout: layouts/base.njk +eleventyNavigation: + key: Accueil + order: 0 +--- + +# {{ metadata.title }} + +Bienvenue dans {{ metadata.title }}, un petit site parlant d'émulation, de retrogaming, et de rétroinformatique. + +Le but de ce site est de rendre plus accessible le retrogaming, et d'y avoir une approche non pas juste "nostalgique", mais réfléchissant en quoi le retrogaming peut avoir des intérêts aujourd'hui (écologie, préservation, découverte) et aussi en quoi le retrogaming est vivant. Ce projet est en partie dérivé d'un article que j'ai écrit, [Sa place n'est pas dans un musée](https://quarante-douze.net/sa-place-nest-pas-dans-un-musee). + +Pour le dire de manière un peu "catchphrase" : Scanline est un site de *retrogaming vivant*. + +## Ce que vous pourrez trouver ici + +- Des informations sur comment émuler les jeux, utiliser des moteurs améliorés +- Des informations sur les néoconsoles, et le hacking de console retro +- Des liens sur ou vous pourrez trouver des romhacks, mods, etc. + +## Updates and history + +- (**202X-XX-XX**) Relancement du site + +## Crédits + +- Site généré grâce à [Eleventy](11ty.org) +- Icone provenant de la version 2.9 du pack d'icone de GNOME +- Fond d'écran venant originellement de GNOME +- Design inspiré du theme lilac de Windows 95 \ No newline at end of file diff --git a/content/sitemap/sitemap.xml.njk b/content/sitemap/sitemap.xml.njk new file mode 100644 index 0000000..4da684a --- /dev/null +++ b/content/sitemap/sitemap.xml.njk @@ -0,0 +1,14 @@ +--- +permalink: /sitemap.xml +eleventyExcludeFromCollections: true +--- + + +{%- for page in collections.all %} + {% set absoluteUrl %}{{ page.url | htmlBaseUrl(metadata.url) }}{% endset %} + + {{ absoluteUrl }} + {{ page.date | htmlDateString }} + +{%- endfor %} + diff --git a/eleventy.config.drafts.js b/eleventy.config.drafts.js new file mode 100644 index 0000000..8eb92dc --- /dev/null +++ b/eleventy.config.drafts.js @@ -0,0 +1,50 @@ +function eleventyComputedPermalink() { + // When using `addGlobalData` and you *want* to return a function, you must nest functions like this. + // `addGlobalData` acts like a global data file and runs the top level function it receives. + return (data) => { + // Always skip during non-watch/serve builds + if(data.draft && !process.env.BUILD_DRAFTS) { + return false; + } + + return data.permalink; + } +}; + +function eleventyComputedExcludeFromCollections() { + // When using `addGlobalData` and you *want* to return a function, you must nest functions like this. + // `addGlobalData` acts like a global data file and runs the top level function it receives. + return (data) => { + // Always exclude from non-watch/serve builds + if(data.draft && !process.env.BUILD_DRAFTS) { + return true; + } + + return data.eleventyExcludeFromCollections; + } +}; + +module.exports.eleventyComputedPermalink = eleventyComputedPermalink; +module.exports.eleventyComputedExcludeFromCollections = eleventyComputedExcludeFromCollections; + +module.exports = eleventyConfig => { + eleventyConfig.addGlobalData("eleventyComputed.permalink", eleventyComputedPermalink); + eleventyConfig.addGlobalData("eleventyComputed.eleventyExcludeFromCollections", eleventyComputedExcludeFromCollections); + + let logged = false; + eleventyConfig.on("eleventy.before", ({runMode}) => { + let text = "Excluding"; + // Only show drafts in serve/watch modes + if(runMode === "serve" || runMode === "watch") { + process.env.BUILD_DRAFTS = true; + text = "Including"; + } + + // Only log once. + if(!logged) { + console.log( `[11ty/eleventy-base-blog] ${text} drafts.` ); + } + + logged = true; + }); +} diff --git a/eleventy.config.images.js b/eleventy.config.images.js new file mode 100644 index 0000000..32a0269 --- /dev/null +++ b/eleventy.config.images.js @@ -0,0 +1,34 @@ +const path = require("path"); +const eleventyImage = require("@11ty/eleventy-img"); + +module.exports = eleventyConfig => { + function relativeToInputPath(inputPath, relativeFilePath) { + let split = inputPath.split("/"); + split.pop(); + + return path.resolve(split.join(path.sep), relativeFilePath); + } + + // Eleventy Image shortcode + // https://www.11ty.dev/docs/plugins/image/ + eleventyConfig.addAsyncShortcode("image", async function imageShortcode(src, alt, widths, sizes) { + // Full list of formats here: https://www.11ty.dev/docs/plugins/image/#output-formats + // Warning: Avif can be resource-intensive so take care! + let formats = ["avif", "webp", "auto"]; + let file = relativeToInputPath(this.page.inputPath, src); + let metadata = await eleventyImage(file, { + widths: widths || ["auto"], + formats, + outputDir: path.join(eleventyConfig.dir.output, "img"), // Advanced usage note: `eleventyConfig.dir` works here because we’re using addPlugin. + }); + + // TODO loading=eager and fetchpriority=high + let imageAttributes = { + alt, + sizes, + loading: "lazy", + decoding: "async", + }; + return eleventyImage.generateHTML(metadata, imageAttributes); + }); +}; diff --git a/eleventy.config.js b/eleventy.config.js new file mode 100644 index 0000000..9fc4ccd --- /dev/null +++ b/eleventy.config.js @@ -0,0 +1,146 @@ +const { DateTime } = require("luxon"); +const markdownItAnchor = require("markdown-it-anchor"); + +const pluginRss = require("@11ty/eleventy-plugin-rss"); +const pluginSyntaxHighlight = require("@11ty/eleventy-plugin-syntaxhighlight"); +const pluginBundle = require("@11ty/eleventy-plugin-bundle"); +const pluginNavigation = require("@11ty/eleventy-navigation"); +const { EleventyRenderPlugin } = require("@11ty/eleventy"); +const { EleventyHtmlBasePlugin } = require("@11ty/eleventy"); + +const pluginDrafts = require("./eleventy.config.drafts.js"); +const pluginImages = require("./eleventy.config.images.js"); +const pluginTOC = require('eleventy-plugin-toc'); + +module.exports = function(eleventyConfig) { + // Copy the contents of the `public` folder to the output folder + // For example, `./public/css/` ends up in `_site/css/` + eleventyConfig.addPassthroughCopy({ + "./public/": "/", + "./node_modules/prismjs/themes/prism-okaidia.css": "/css/prism-okaidia.css" + }); + + // Run Eleventy when these files change: + // https://www.11ty.dev/docs/watch-serve/#add-your-own-watch-targets + + // Watch content images for the image pipeline. + eleventyConfig.addWatchTarget("content/**/*.{svg,webp,png,jpeg}"); + + // App plugins + eleventyConfig.addPlugin(pluginDrafts); + eleventyConfig.addPlugin(pluginImages); + + // Official plugins + eleventyConfig.addPlugin(pluginRss); + eleventyConfig.addPlugin(pluginSyntaxHighlight, { + preAttributes: { tabindex: 0 } + }); + eleventyConfig.addPlugin(pluginNavigation); + eleventyConfig.addPlugin(EleventyHtmlBasePlugin); + eleventyConfig.addPlugin(EleventyRenderPlugin); + eleventyConfig.addPlugin(pluginBundle); + eleventyConfig.addPlugin(pluginTOC, { + tags: ['h2'], + wrapper: 'div' + }); + + // Filters + eleventyConfig.addFilter("readableDate", (dateObj, format, zone) => { + // Formatting tokens for Luxon: https://moment.github.io/luxon/#/formatting?id=table-of-tokens + return DateTime.fromJSDate(dateObj, { zone: zone || "utc" }).toFormat(format || "dd LLLL yyyy"); + }); + + eleventyConfig.addFilter('htmlDateString', (dateObj) => { + // dateObj input: https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#valid-date-string + return DateTime.fromJSDate(dateObj, {zone: 'utc'}).toFormat('yyyy-LL-dd'); + }); + + // Get the first `n` elements of a collection. + eleventyConfig.addFilter("head", (array, n) => { + if(!Array.isArray(array) || array.length === 0) { + return []; + } + if( n < 0 ) { + return array.slice(n); + } + + return array.slice(0, n); + }); + + // Return the smallest number argument + eleventyConfig.addFilter("min", (...numbers) => { + return Math.min.apply(null, numbers); + }); + + // Return all the tags used in a collection + eleventyConfig.addFilter("getAllTags", collection => { + let tagSet = new Set(); + for(let item of collection) { + (item.data.tags || []).forEach(tag => tagSet.add(tag)); + } + return Array.from(tagSet); + }); + + eleventyConfig.addFilter("filterTagList", function filterTagList(tags) { + return (tags || []).filter(tag => ["all", "nav", "post", "posts"].indexOf(tag) === -1); + }); + + // Customize Markdown library settings: + eleventyConfig.amendLibrary("md", mdLib => { + mdLib.use(markdownItAnchor, { + permalink: markdownItAnchor.permalink.ariaHidden({ + placement: "after", + class: "header-anchor", + symbol: "#", + ariaHidden: false, + }), + level: [1,2,3,4], + slugify: eleventyConfig.getFilter("slugify") + }); + }); + + // Features to make your build faster (when you need them) + + // If your passthrough copy gets heavy and cumbersome, add this line + // to emulate the file copy on the dev server. Learn more: + // https://www.11ty.dev/docs/copy/#emulate-passthrough-copy-during-serve + + // eleventyConfig.setServerPassthroughCopyBehavior("passthrough"); + + return { + // Control which files Eleventy will process + // e.g.: *.md, *.njk, *.html, *.liquid + templateFormats: [ + "md", + "njk", + "html", + "liquid", + ], + + // Pre-process *.md files with: (default: `liquid`) + markdownTemplateEngine: "njk", + + // Pre-process *.html files with: (default: `liquid`) + htmlTemplateEngine: "njk", + + // These are all optional: + dir: { + input: "content", // default: "." + includes: "../_includes", // default: "_includes" + data: "../_data", // default: "_data" + output: "_site" + }, + + // ----------------------------------------------------------------- + // Optional items: + // ----------------------------------------------------------------- + + // If your site deploys to a subdirectory, change `pathPrefix`. + // Read more: https://www.11ty.dev/docs/config/#deploy-to-a-subdirectory-with-a-path-prefix + + // When paired with the HTML plugin https://www.11ty.dev/docs/plugins/html-base/ + // it will transform any absolute URLs in your HTML to include this + // folder name and does **not** affect where things go in the output folder. + pathPrefix: "/", + }; +}; diff --git a/netlify.toml b/netlify.toml new file mode 100644 index 0000000..5a8db0f --- /dev/null +++ b/netlify.toml @@ -0,0 +1,24 @@ +[build] + publish = "_site" + command = "npm run build" + +[[plugins]] + + # Opt-in to the Netlify Lighthouse plugin (choose one): + + # 1. Go to your site on https://app.netlify.com and navigate to the Integrations tab, search for the `Lighthouse` plugin + # 2. Or via `npm install -D @netlify/plugin-lighthouse` + + # Read more: https://github.com/netlify/netlify-plugin-lighthouse + + package = "@netlify/plugin-lighthouse" + + # optional, fails build when a category is below a threshold + [plugins.inputs.thresholds] + performance = 1.0 + accessibility = 1.0 + best-practices = 1.0 + seo = 1.0 + + [plugins.inputs] + output_path = "reports/lighthouse/index.html" diff --git a/package.json b/package.json new file mode 100644 index 0000000..76c6525 --- /dev/null +++ b/package.json @@ -0,0 +1,47 @@ +{ + "name": "eleventy-base-blog", + "version": "8.0.0", + "description": "A starter repository for a blog web site using the Eleventy site generator.", + "scripts": { + "build": "npx @11ty/eleventy", + "build-ghpages": "npx @11ty/eleventy --pathprefix=/eleventy-base-blog/", + "start": "npx @11ty/eleventy --serve --quiet", + "debug": "DEBUG=Eleventy* npx @11ty/eleventy", + "debugstart": "DEBUG=Eleventy* npx @11ty/eleventy --serve --quiet", + "benchmark": "DEBUG=Eleventy:Benchmark* npx @11ty/eleventy" + }, + "repository": { + "type": "git", + "url": "git://github.com/11ty/eleventy-base-blog.git" + }, + "author": { + "name": "Zach Leatherman", + "email": "zachleatherman@gmail.com", + "url": "https://zachleat.com/" + }, + "license": "MIT", + "engines": { + "node": ">=14" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/11ty" + }, + "bugs": { + "url": "https://github.com/11ty/eleventy-base-blog/issues" + }, + "homepage": "https://github.com/11ty/eleventy-base-blog#readme", + "devDependencies": { + "@11ty/eleventy": "^2.0.1", + "@11ty/eleventy-img": "^3.1.0", + "@11ty/eleventy-navigation": "^0.3.5", + "@11ty/eleventy-plugin-bundle": "^1.0.4", + "@11ty/eleventy-plugin-rss": "^1.2.0", + "@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0", + "luxon": "^3.3.0", + "markdown-it-anchor": "^8.6.7" + }, + "dependencies": { + "eleventy-plugin-toc": "^1.1.5" + } +} diff --git a/public/css/index.css b/public/css/index.css new file mode 100644 index 0000000..65b30c9 --- /dev/null +++ b/public/css/index.css @@ -0,0 +1,227 @@ +:root { + --color-gray-20: #e0e0e0; + --color-gray-50: #C0C0C0; + --color-gray-90: #333; + + /* --text-color is assigned to --color-gray-_ above */ + --text-color-link: #f87000; + --text-color-link-active: #f89000; + --text-color-link-visited: #f87000; + + --background-color: #fff; + --background-menu: #aea8d9; + + --text-color: var(--color-gray-90); + + --font-family: -apple-system, system-ui, sans-serif; + --font-family-monospace: Consolas, Menlo, Monaco, Andale Mono WT, Andale Mono, Lucida Console, Lucida Sans Typewriter, DejaVu Sans Mono, Bitstream Vera Sans Mono, Liberation Mono, Nimbus Mono L, Courier New, Courier, monospace; + --font-family-logo: Arial Black, system-ui, sans-serif; + --font-family-title:vipnagorgialla, system-ui, sans-serif; +} + +* { + box-sizing: border-box; +} + +html, +body { + padding: 0; + margin: 0 auto; + min-height:100%; + font-family: var(--font-family); + color: var(--text-color); + width:1280px; +} +html { + overflow-y: scroll; + background: center top fixed url("/img/back.png"); + background-color: rgb(90, 78, 177); +} + +/* https://www.a11yproject.com/posts/how-to-hide-content/ */ +.visually-hidden { + clip: rect(0 0 0 0); + clip-path: inset(50%); + height: 1px; + overflow: hidden; + position: absolute; + white-space: nowrap; + width: 1px; +} + +a[href] { + color: var(--text-color-link); +} +a[href]:visited { + color: var(--text-color-link-visited); +} +a[href]:hover, +a[href]:active { + color: var(--text-color-link-active); +} + +blockquote { + opacity: 75%; + border-left: 3px solid currentColor; + padding-left: 12px; +} + +/* Direct Links / Markdown Headers */ +.header-anchor { + text-decoration: none; + font-style: normal; + font-size: 1em; + margin-left: .1em; +} +a[href].header-anchor, +a[href].header-anchor:visited { + color: transparent; +} +a[href].header-anchor:focus, +a[href].header-anchor:hover { + text-decoration: underline; +} +a[href].header-anchor:focus, +:hover > a[href].header-anchor { + color: #aaa; +} + +.wrapper { + display:flex; +} + +main, +.card, +#sidebar ul > li, +#links ul > li { + border:2px outset; + border-color: #d8d5ec; + padding:12px; + margin:12px; +} + +#sidebar > ul, +#links > ul { + margin:0; + padding:0; +} + +main { + background-color: var(--background-menu); + padding: 2px; +} + +#titlebar { + background: rgb(90, 78, 177); + background: linear-gradient(90deg, rgba(90, 78, 177, 1) 0%, rgba(182, 143, 203, 1) 100%); + color:white; + text-shadow: 1px 0px 0px rgba(0,0,0,1); + margin:0px 1px; + padding: 0px 4px; +} + +main #page { + background-color: var(--background-color); + padding-left: 24px; + padding-right: 24px; + line-height:1.5rem; + flex-grow:1; + border: 2px inset; + border-color: #d8d5ec; +} + +.card, +#sidebar ul>li, +#links ul>li { + color:black; + background-color: var(--background-menu); +} + +#sidebar ul > li, +#links ul > li { + list-style: none; + font-weight: bold; +} + + +#more-info ol > li, +#more-info ul > li { + list-style: none; +} + +#sidebar ul > li li, +#links ul>li li, +#more-info li { + padding:0px; + margin:0px; + font-weight: normal; + border:0; + box-shadow: none; +} + +ul.nav, +#sidebar ul li ul, +#links ul li ul, +#more-info ol, +aside .card ul { + padding:0; + margin:0; + list-style: none; +} + +#sidebar ul li a, +#links ul li a, +#more-info ol li a, +aside .card h2, +aside .card a { + display:block; + width:100%; + text-decoration:none; + color:black!important; + padding:3px; + font-size:1rem; +} + +#links ul li > p, +aside .card h2 { + padding: 3px; + margin:0; +} + +#sidebar ul li li a, +#links ul li li a { + padding-left:18px; +} + +#sidebar ul li a.active, +#more-info ol li a.active, +aside .card ul li a.active { + background-color:rgba(0,0,0,0.1); +} + +#sidebar ul li a:hover, +#links ul li a:hover, +#more-info ol li a:hover, +aside .card a:hover { + background-color:rgba(0,0,0,0.1); +} + +#more-info, +#sidebar { + min-width:240px; + width:240px; +} + +footer { + text-align:right; + margin:auto; + padding:0px 12px; + width:800px; +} + +#page img { + max-width:100%; + height:auto; + display:block; + margin:auto; +} \ No newline at end of file diff --git a/public/favicon.png b/public/favicon.png new file mode 100644 index 0000000000000000000000000000000000000000..320d55d1c3dc12e1001788d07fe6698ee626a58e GIT binary patch literal 520 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

S^$Gh8s16j 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

94}R@%QM)W{8~S@-@;@Mz=5TFnh1r7zv+>+ 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 B;BWu{ literal 0 HcmV?d00001 diff --git a/public/img/cc-by-sa.png b/public/img/cc-by-sa.png new file mode 100644 index 0000000000000000000000000000000000000000..12229ac202d01f8007642172ca4aa00905aa52ad GIT binary patch literal 1515 zcmYk*dpOg390%~9DN311jYA#f5|YxzwL;86MRV=CrR%7**Je0)W{?sK)>x&K>~N;Q-)T004$p{yEk17j$(FlarrDM@L3RhEzi;mFiV* zZ}%&uvKOLI^gz10Al;pv-JNo!T(0QoSkm6v+1b(6-o8ZE-YJtUX_Lv@+B&4tB@$Vi zOwulqw2Q?uacf(vR3d3@YiW_TNW|h6X>&6~($pkrY8E#&i5nZmjiQ!@h9$y=W}&cI zAZ!u{AdP(f5}r^fZ+=0u!;kMoJx>gS;Yb?*%g(n3Xlm_uwK4omV+Qz&M13X zUS3*UOfRL;9v9K+bXrjno%(=UNG+h=&o9W&yPKDnpO=@jl#Hy5?6gcuDut3lNlrLK@r^Ca;F<1;b5Dmo(<>lew;pXnTGLVV4k=3G~XtrfEdnefOvideWcev}eBD{aWd+l2_m}xw*Rh@v#*cBsWNrDL(ceTWp93pU-sNaWE&10l3PsS&5C!G>WFG949e^gN1T%DWcTABm_%){2O zRB`5*Cfa2_X|X4EDFK^|XmrHZRbq6>xXXD0PPuSl zG?*lrC2O8HgZ1w;t_Lutv`6c!$A%D8%VL;yfO>TrEMysdeYOQs*+)1R!}Sl*D+n(u z8F^Nz3JVS8^L%haFGkL2px2{rNXLEVL@_L>?ZLtm+_#Qf7ss2cx%9Do^`vmVq|E(z zoEG)w9GqRs#yRi)cWNa1XC_L$zt8XBSlC0o;k6qGBdP)3lD6yA+4Z=PDM$57WfUQ3JFR2Iuni zwNYGmN72LQLG)d4&Jy)j*;N}p-eDE%o)SJIj7uFi=M}%8b9pCr7dHU_E z38ovM#p@k2;g>$wNSLBMBL>^kYW4QjVEpIORB!%{e57Zj`n+7dyww1V>LV2*m*o_# zx|s0%gp*;th`2d}EaENn#RsZqMEHmMkXcBjL6*Dl`<)FReK3`QScF(Opmwat(Qge> zrEB2#@vP(b{RzfSzY7EL-!l8Z3AX=S{M(j1YIk*U`Sxx^*Mh7{2K`jP&pQBB=^38< EA6{Vy0{{R3 literal 0 HcmV?d00001 diff --git a/public/img/fanstuffgarden.gif b/public/img/fanstuffgarden.gif new file mode 100644 index 0000000000000000000000000000000000000000..96b6c9910f9b64b5d7764f42d55c2449768529ee GIT binary patch literal 1132 zcmV-y1e5zmNk%w1VORhk0E8L<00000D>gwM1syCiV=)U8QZ8*f6)a;+Q)E_dUry3P zEt*s{A%ZxTXQ-HPMmw{k|OdrLu`IY6j4w1`++rbN||M|#LS@u2hW=+&4Y5ttwm zm>?0DAQ6}#5ttwmA^8LW3IHDfEC2ui09XJY000I4;0KIkX`X1Ru56o%07W?wRm=8) zNYcYs6-njc;~9IB!eu#GG8oNefl-)Fp4GviIzlR$PU!M7twKq*h&nB+IS_|nP{{KE zi}cD?e7XAjR8tI0fm8zkd3#ZQVpnE^7b7+Sl$Dh>4t7XBc5|IU4|`Bh6J}MG0TZYN zS_42mqJE`ircD!)5dj&yycq#92?!5&ct%8dK$e13%nX#gmC#zOKzf49Wmr$Lk`&Lr zV;^PnHyXBVY(cl4Da}op1RrQZg&E4MY?a<%8{B%LsW9sjZ8myV~$ zbR&j&k|SXy00RP0E*wFCK+G66+0ERE^P@(qA$?vA(4)wlJ3LkzFhC&b2mxpTkemuF zf&-mBsT%Z&lcQW;M>K)*3P8XDvSbC6H3~qDI-BYeS0ZPrf?{=bI2l9o3IKt>3z{MY zFhwR@N^pi9F)1fVL9Pw+2r#gqHPXN(OV@cdSv70ds|gIc1;D|+s^T0!PAB|vfWBn= zb`tUx84|Rt$^JzyrsCUxpa0S9Rkx!-N`28D`_Y{CkRr&@E--5*QjA=3QPI`4J!k#z zKk{!{uHREv!AT`CN;fp!r-VPq75 z6i|&Q-MB@A8d%y8nq?3)6)0JOLSR6kC7A@_nN=tW$r24H*+3~tOkw00fItx<5A#ro z0~?ss5WxXHpj9XY0-zeGV5kC641`9^Q2?86UST8^NEUL%AWmLD3Kc$Vu|-8U%+Q7! zZtNg|U#&IkY-<8|m6vlp>@W~11`UvcWE7Fkxa+pt`dY;gD9My%pEZQG?4e<{iImH0*7M14>Ys{c*5Udh_RG|c{x+;0EcJ+fIPAFM#ozvhr ziYPyyFAa18?)7sAZb14wADTcWlR8p$Q3bwY#E(k7G^PPZhiDJ(r5$U+@Y yhK3DnAbS9FHX=M2-FeWxoOwws{g6FX2k|#VfaeXw2r#&y_~MK=uEGZ)0029~*VcOg literal 0 HcmV?d00001