From f5e73e6bbd3c57aec2b71761b818d0c922115544 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Sat, 25 Feb 2023 16:08:53 -0800 Subject: [PATCH] Copy Hugo license to each file --- exampleSite/content/LICENSE | 21 ---------------- exampleSite/content/content/emoji-support.md | 24 +++++++++++++++++++ .../content/content/markdown-syntax.md | 24 +++++++++++++++++++ .../content/content/math-typesetting.md | 24 +++++++++++++++++++ .../content/content/placeholder-text.md | 24 +++++++++++++++++++ exampleSite/content/content/rich-content.md | 24 +++++++++++++++++++ 6 files changed, 120 insertions(+), 21 deletions(-) delete mode 100644 exampleSite/content/LICENSE diff --git a/exampleSite/content/LICENSE b/exampleSite/content/LICENSE deleted file mode 100644 index 4527efb9..00000000 --- a/exampleSite/content/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2014 Steve Francia - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. \ No newline at end of file diff --git a/exampleSite/content/content/emoji-support.md b/exampleSite/content/content/emoji-support.md index 29ed571d..aa46a27f 100644 --- a/exampleSite/content/content/emoji-support.md +++ b/exampleSite/content/content/emoji-support.md @@ -7,6 +7,30 @@ title: "Emoji Support" weight: 50 --- + + Emoji can be enabled in a Hugo project in a number of ways. The [`emojify`](https://gohugo.io/functions/emojify/) function can be called directly in templates or [Inline Shortcodes](https://gohugo.io/templates/shortcode-templates/#inline-shortcodes). diff --git a/exampleSite/content/content/markdown-syntax.md b/exampleSite/content/content/markdown-syntax.md index 920d3248..0df9733a 100644 --- a/exampleSite/content/content/markdown-syntax.md +++ b/exampleSite/content/content/markdown-syntax.md @@ -7,6 +7,30 @@ title: "Markdown Syntax Guide" weight: 10 --- + + This article offers a sample of basic Markdown syntax that can be used in Hugo content files, also it shows whether basic HTML elements are decorated with CSS in a Hugo theme. diff --git a/exampleSite/content/content/math-typesetting.md b/exampleSite/content/content/math-typesetting.md index b1da1145..671683b0 100644 --- a/exampleSite/content/content/math-typesetting.md +++ b/exampleSite/content/content/math-typesetting.md @@ -9,6 +9,30 @@ title: "Math Typesetting" weight: 40 --- + + Mathematical notation in a Hugo project can be enabled by using third party JavaScript libraries. diff --git a/exampleSite/content/content/placeholder-text.md b/exampleSite/content/content/placeholder-text.md index 21b13a1a..e34bfdde 100644 --- a/exampleSite/content/content/placeholder-text.md +++ b/exampleSite/content/content/placeholder-text.md @@ -7,6 +7,30 @@ title: "Placeholder Text" weight: 30 --- + + Lorem est tota propiore conpellat pectoribus de pectora summo. Redit teque digerit hominumque toris verebor lumina non cervice subde tollit usus habet Arctonque, furores quas nec ferunt. Quoque montibus nunc caluere tempus inhospita parcite confusaque translucet patri vestro qui optatis lumine cognoscere flos nubis! Fronde ipsamque patulos Dryopen deorum. 1. Exierant elisi ambit vivere dedere diff --git a/exampleSite/content/content/rich-content.md b/exampleSite/content/content/rich-content.md index 877dea41..b74b2bcc 100644 --- a/exampleSite/content/content/rich-content.md +++ b/exampleSite/content/content/rich-content.md @@ -7,6 +7,30 @@ title: "Rich Content" weight: 20 --- + + Hugo ships with several [Built-in Shortcodes](https://gohugo.io/content-management/shortcodes/#use-hugos-built-in-shortcodes) for rich content, along with a [Privacy Config](https://gohugo.io/about/hugo-and-gdpr/) and a set of Simple Shortcodes that enable static and no-JS versions of various social media embeds. ---