# ------------------------------------------------------------------------------ # ~/_data/blocks/defaults/footer.yml # Default configuration settings for site-wide footer # # Product/Info: # https://jekyll.one # # Copyright (C) 2022 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE # # ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------ # Description (used for J1 CC only) # description: title: Footer scope: Default settings location: _data/blocks/defaults/footer.yml # ------------------------------------------------------------------------------ # DEFAULT settings # defaults: # ---------------------------------------------------------------------------- # FOOTER global settings # data_path: /assets/data/footer/index.html container-id: j1_footer # ---------------------------------------------------------------------------- # FOOTER properties # footer: id: default-footer enabled: true comment: Default Footer theme: footer-light-theme # -------------------------------------------------------------------------- # ISSUE settings # issue: enabled: true date: site.time date_format: "%A, %-d %B %Y" text: Last modified # -------------------------------------------------------------------------- # ICON settings # icons: facebook: enabled: false href: "#void" twitter: enabled: false href: "#void" # -------------------------------------------------------------------------- # LEGAL settings # legals: - name: Copyright legal: enabled: true type: copyright statement: © 2021 J1 · All rights reserved translate_statement: notranslate # translate|notranslate href: /pages/public/legal/en/copyright/ - name: Impress legal: enabled: true type: impress statement: Impress translate_statement: notranslate # translate|notranslate href: /pages/public/legal/en/impress/ - name: Privacy legal: enabled: true type: privacy statement: Privacy translate_statement: notranslate # translate|notranslate href: /pages/public/legal/en/privacy/ - name: Comments legal: enabled: true type: comments statement: Comments translate_statement: notranslate # translate|notranslate href: /pages/public/legal/en/comment_policy/ - name: License legal: enabled: false type: license statement: License translate_statement: notranslate # translate|notranslate href: /pages/public/legal/en/license_agreement/ - name: Terms Of Use legal: enabled: false type: terms statement: Terms Of Use translate_statement: notranslate # translate|notranslate href: /pages/public/legal/en/terms_of_use/ - name: Support legal: enabled: false type: support statement: Support translate_statement: notranslate # translate|notranslate href: /pages/public/legal/en/terms_of_use/ # -------------------------------------------------------------------------- # BOXES # boxes: # ------------------------------------------------------------------------ # ABOUT box # - name: About type: about enabled: true title: J1 Template title_translation: notranslate text: > Jekyll meets Bootstrap - and makes a lot of friends. J1 Template combines the best of OpenSource software for the Web and the Web site generator Jekyll. J1 is Open Source and the modules packed as well - no pain for private or professional use.

Create powerful modern static sites.
Secure, flexible and fast.
justify: true # ------------------------------------------------------------------------ # NEWS box # - name: News type: news enabled: true title: Recent News title_translation: notranslate # translate|notranslate category: featured max_posts: 3 # ------------------------------------------------------------------------ # LINKS box # - name: Links type: references enabled: true title: Useful Links title_translation: notranslate # translate|notranslate links: - name: Jekyll Home link: title: Jekyll Home title_translation: notranslate # translate|notranslate tagline: First addresss for latest news href: http://jekyllrb.com/ - name: Jekyll Tips link: title: Jekyll Tips title_translation: notranslate # translate|notranslate tagline: Learn from experts href: http://jekyll.tips/ - name: Stackoverflow link: title: Stackoverflow title_translation: notranslate # translate|notranslate tagline: Get help from the community href: http://stackoverflow.com/questions/tagged/jekyll # ------------------------------------------------------------------------ # CONTACT box # - name: Contacts type: contact enabled: false title: Contacts title_translation: notranslate # translate|notranslate address: enabled: false address_1: JekyllOne Ltd. address_2: 795 Folsom Ave, Suite 600 address_3: San Francisco, CA 94107 phone: enabled: false phone_1: (+123) 456 7890 phone_2: (+123) 456 7891 internet: enabled: false mail: contact@jekyll.one href: www.jekyll.one # ------------------------------------------------------------------------------ # END config