Update exampleSite
This commit is contained in:
parent
b8dda716d0
commit
32d39a31c7
|
@ -1,27 +0,0 @@
|
||||||
# Compiled Object files, Static and Dynamic libs (Shared Objects)
|
|
||||||
*.o
|
|
||||||
*.a
|
|
||||||
*.so
|
|
||||||
|
|
||||||
# Folders
|
|
||||||
_obj
|
|
||||||
_test
|
|
||||||
|
|
||||||
# Architecture specific extensions/prefixes
|
|
||||||
*.[568vq]
|
|
||||||
[568vq].out
|
|
||||||
|
|
||||||
*.cgo1.go
|
|
||||||
*.cgo2.c
|
|
||||||
_cgo_defun.c
|
|
||||||
_cgo_gotypes.go
|
|
||||||
_cgo_export.*
|
|
||||||
|
|
||||||
_testmain.go
|
|
||||||
|
|
||||||
*.exe
|
|
||||||
*.test
|
|
||||||
|
|
||||||
/public
|
|
||||||
/themes
|
|
||||||
.DS_Store
|
|
|
@ -0,0 +1,21 @@
|
||||||
|
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.
|
|
@ -1,3 +1,29 @@
|
||||||
# exampleSite
|
# hugoBasicExample
|
||||||
|
|
||||||
Example blog demo based on [hugoBasicExample](https://github.com/gohugoio/hugoBasicExample).
|
This repository offers an example site for [Hugo](https://gohugo.io/) and also it provides the default content for demos hosted on the [Hugo Themes Showcase](https://themes.gohugo.io/).
|
||||||
|
|
||||||
|
# Using
|
||||||
|
|
||||||
|
1. [Install Hugo](https://gohugo.io/overview/installing/)
|
||||||
|
2. Clone this repository
|
||||||
|
|
||||||
|
```bash
|
||||||
|
git clone https://github.com/gohugoio/hugoBasicExample.git
|
||||||
|
cd hugoBasicExample
|
||||||
|
```
|
||||||
|
|
||||||
|
3. Clone the repository you want to test. If you want to test all Hugo Themes then follow the instructions provided [here](https://github.com/gohugoio/hugoThemes#installing-all-themes)
|
||||||
|
|
||||||
|
4. Run Hugo and select the theme of your choosing
|
||||||
|
|
||||||
|
```bash
|
||||||
|
hugo server -t YOURTHEME
|
||||||
|
```
|
||||||
|
|
||||||
|
5. Under `/content/` this repository contains the following:
|
||||||
|
|
||||||
|
- A section called `/post/` with sample markdown content
|
||||||
|
- A headless bundle called `homepage` that you may want to use for single page applications. You can find instructions about headless bundles over [here](https://gohugo.io/content-management/page-bundles/#headless-bundle)
|
||||||
|
- An `about.md` that is intended to provide the `/about/` page for a theme demo
|
||||||
|
|
||||||
|
6. If you intend to build a theme that does not fit in the content structure provided in this repository, then you are still more than welcome to submit it for review at the [Hugo Themes](https://github.com/gohugoio/hugoThemes/issues) respository
|
||||||
|
|
|
@ -6,6 +6,7 @@ enableInlineShortcodes = true
|
||||||
summarylength = 10
|
summarylength = 10
|
||||||
enableEmoji = true
|
enableEmoji = true
|
||||||
paginate = 5
|
paginate = 5
|
||||||
|
ignoreErrors = ["error-remote-getjson"]
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
title = "Soho Theme"
|
title = "Soho Theme"
|
||||||
|
@ -37,11 +38,6 @@ mainSections = ["post"]
|
||||||
title = "Twitter"
|
title = "Twitter"
|
||||||
url = "#"
|
url = "#"
|
||||||
|
|
||||||
[taxonomies]
|
|
||||||
series = "series"
|
|
||||||
category = "categories"
|
|
||||||
tag = "tags"
|
|
||||||
|
|
||||||
[menu]
|
[menu]
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
|
@ -68,21 +64,34 @@ mainSections = ["post"]
|
||||||
weight = 10
|
weight = 10
|
||||||
url = "/about/"
|
url = "/about/"
|
||||||
|
|
||||||
[[menu.main]]
|
[taxonomies]
|
||||||
name = "Contact"
|
category = "categories"
|
||||||
identifier = "contact"
|
tag = "tags"
|
||||||
weight = 20
|
series = "series"
|
||||||
url = "/contact/"
|
|
||||||
|
|
||||||
[markup]
|
[privacy]
|
||||||
|
|
||||||
[markup.highlight]
|
[privacy.vimeo]
|
||||||
codeFences = true
|
disabled = false
|
||||||
guessSyntax = false
|
simple = true
|
||||||
hl_Lines = ""
|
|
||||||
lineNoStart = 1
|
[privacy.twitter]
|
||||||
lineNos = false
|
disabled = false
|
||||||
lineNumbersInTable = true
|
enableDNT = true
|
||||||
noClasses = true
|
simple = true
|
||||||
style = "monokai"
|
|
||||||
tabWidth = 4
|
[privacy.instagram]
|
||||||
|
disabled = false
|
||||||
|
simple = true
|
||||||
|
|
||||||
|
[privacy.youtube]
|
||||||
|
disabled = false
|
||||||
|
privacyEnhanced = true
|
||||||
|
|
||||||
|
[services]
|
||||||
|
|
||||||
|
[services.instagram]
|
||||||
|
disableInlineCSS = true
|
||||||
|
|
||||||
|
[services.twitter]
|
||||||
|
disableInlineCSS = true
|
||||||
|
|
|
@ -0,0 +1,27 @@
|
||||||
|
timeout = 30000
|
||||||
|
enableInlineShortcodes = true
|
||||||
|
|
||||||
|
[taxonomies]
|
||||||
|
category = "categories"
|
||||||
|
tag = "tags"
|
||||||
|
series = "series"
|
||||||
|
|
||||||
|
[privacy]
|
||||||
|
|
||||||
|
[privacy.vimeo]
|
||||||
|
disabled = false
|
||||||
|
simple = true
|
||||||
|
|
||||||
|
[privacy.twitter]
|
||||||
|
disabled = false
|
||||||
|
enableDNT = true
|
||||||
|
simple = true
|
||||||
|
disableInlineCSS = true
|
||||||
|
|
||||||
|
[privacy.instagram]
|
||||||
|
disabled = false
|
||||||
|
simple = true
|
||||||
|
|
||||||
|
[privacy.youtube]
|
||||||
|
disabled = false
|
||||||
|
privacyEnhanced = true
|
|
@ -1,5 +1,3 @@
|
||||||
+++
|
+++
|
||||||
title = "Soho Theme"
|
|
||||||
author = "Hugo Authors"
|
author = "Hugo Authors"
|
||||||
+++
|
+++
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
+++
|
+++
|
||||||
title = "About"
|
title = "About"
|
||||||
description = "Hugo, the world’s fastest framework for building websites"
|
description = "Hugo, the world's fastest framework for building websites"
|
||||||
date = "2019-02-28"
|
date = "2019-02-28"
|
||||||
aliases = ["about-us","about-hugo"]
|
aliases = ["about-us", "about-hugo", "contact"]
|
||||||
author = "Hugo Authors"
|
author = "Hugo Authors"
|
||||||
+++
|
+++
|
||||||
|
|
||||||
|
@ -20,9 +20,6 @@ Hugo is ideal for blogs, corporate websites, creative portfolios, online magazin
|
||||||
|
|
||||||
Hugo is for people who want to hand code their own website without worrying about setting up complicated runtimes, dependencies and databases.
|
Hugo is for people who want to hand code their own website without worrying about setting up complicated runtimes, dependencies and databases.
|
||||||
|
|
||||||
Websites built with Hugo are extremelly fast, secure and can be deployed anywhere including, AWS, GitHub Pages, Heroku, Netlify and any other hosting provider.
|
Websites built with Hugo are extremely fast, secure and can be deployed anywhere including, AWS, GitHub Pages, Heroku, Netlify and any other hosting provider.
|
||||||
|
|
||||||
Learn more and contribute on [GitHub](https://github.com/gohugoio).
|
Learn more and contribute on [GitHub](https://github.com/gohugoio).
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
date: 2019-05-28
|
||||||
|
type: section
|
||||||
|
layout: "archives"
|
||||||
|
---
|
|
@ -1,6 +0,0 @@
|
||||||
+++
|
|
||||||
title = "Contact"
|
|
||||||
date = "2020-02-01"
|
|
||||||
+++
|
|
||||||
|
|
||||||
Get in contact with us!
|
|
|
@ -0,0 +1,7 @@
|
||||||
|
---
|
||||||
|
title: 'Our Difference'
|
||||||
|
button: 'About us'
|
||||||
|
weight: 2
|
||||||
|
---
|
||||||
|
|
||||||
|
Lorem ipsum dolor sit amet, et essent mediocritatem quo, choro volumus oporteat an mei. Ipsum dolor sit amet, et essent mediocritatem quo.
|
|
@ -0,0 +1,3 @@
|
||||||
|
---
|
||||||
|
headless: true
|
||||||
|
---
|
|
@ -0,0 +1,7 @@
|
||||||
|
---
|
||||||
|
title: 'We Help Business Grow'
|
||||||
|
button: 'Our Work'
|
||||||
|
weight: 1
|
||||||
|
---
|
||||||
|
|
||||||
|
Lorem ipsum dolor sit amet, et essent mediocritatem quo, choro volumus oporteat an mei. Numquam dolores mel eu, mea docendi omittantur et, mea ea duis erat. Elit melius cu ius. Per ex novum tantas putant, ei his nullam aliquam apeirian. Aeterno quaestio constituto sea an, no eum intellegat assueverit.
|
|
@ -1,5 +1,5 @@
|
||||||
+++
|
+++
|
||||||
aliases = ["posts","articles","blog","showcase","docs"]
|
aliases = ["posts", "articles", "blog", "showcase", "docs"]
|
||||||
title = "Posts"
|
title = "Posts"
|
||||||
author = "Hugo Authors"
|
author = "Hugo Authors"
|
||||||
tags = ["index"]
|
tags = ["index"]
|
||||||
|
|
|
@ -12,8 +12,7 @@ Emoji can be enabled in a Hugo project in a number of ways.
|
||||||
<!--more-->
|
<!--more-->
|
||||||
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).
|
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).
|
||||||
|
|
||||||
To enable emoji globally, set `enableEmoji` to `true` in your site’s [configuration](https://gohugo.io/getting-started/configuration/) and then you can type emoji shorthand codes directly in content files; e.g.
|
To enable emoji globally, set `enableEmoji` to `true` in your site's [configuration](https://gohugo.io/getting-started/configuration/) and then you can type emoji shorthand codes directly in content files; e.g.
|
||||||
|
|
||||||
|
|
||||||
<p><span class="nowrap"><span class="emojify">🙈</span> <code>:see_no_evil:</code></span> <span class="nowrap"><span class="emojify">🙉</span> <code>:hear_no_evil:</code></span> <span class="nowrap"><span class="emojify">🙊</span> <code>:speak_no_evil:</code></span></p>
|
<p><span class="nowrap"><span class="emojify">🙈</span> <code>:see_no_evil:</code></span> <span class="nowrap"><span class="emojify">🙉</span> <code>:hear_no_evil:</code></span> <span class="nowrap"><span class="emojify">🙊</span> <code>:speak_no_evil:</code></span></p>
|
||||||
<br>
|
<br>
|
||||||
|
@ -26,22 +25,22 @@ The [Emoji cheat sheet](http://www.emoji-cheat-sheet.com/) is a useful reference
|
||||||
|
|
||||||
{{< highlight html >}}
|
{{< highlight html >}}
|
||||||
.emoji {
|
.emoji {
|
||||||
font-family: Apple Color Emoji,Segoe UI Emoji,NotoColorEmoji,Segoe UI Symbol,Android Emoji,EmojiSymbols;
|
font-family: Apple Color Emoji, Segoe UI Emoji, NotoColorEmoji, Segoe UI Symbol, Android Emoji, EmojiSymbols;
|
||||||
}
|
}
|
||||||
{{< /highlight >}}
|
{{< /highlight >}}
|
||||||
|
|
||||||
{{< css.inline >}}
|
{{< css.inline >}}
|
||||||
<style>
|
<style>
|
||||||
.emojify {
|
.emojify {
|
||||||
font-family: Apple Color Emoji,Segoe UI Emoji,NotoColorEmoji,Segoe UI Symbol,Android Emoji,EmojiSymbols;
|
font-family: Apple Color Emoji, Segoe UI Emoji, NotoColorEmoji, Segoe UI Symbol, Android Emoji, EmojiSymbols;
|
||||||
font-size: 2rem;
|
font-size: 2rem;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
@media screen and (max-width:650px) {
|
@media screen and (max-width:650px) {
|
||||||
.nowrap {
|
.nowrap {
|
||||||
display: block;
|
display: block;
|
||||||
margin: 25px 0;
|
margin: 25px 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
{{< /css.inline >}}
|
{{< /css.inline >}}
|
||||||
|
|
|
@ -7,7 +7,6 @@ tags = [
|
||||||
"markdown",
|
"markdown",
|
||||||
"css",
|
"css",
|
||||||
"html",
|
"html",
|
||||||
"themes",
|
|
||||||
]
|
]
|
||||||
categories = [
|
categories = [
|
||||||
"themes",
|
"themes",
|
||||||
|
@ -48,10 +47,9 @@ The blockquote element represents content that is quoted from another source, op
|
||||||
|
|
||||||
#### Blockquote with attribution
|
#### Blockquote with attribution
|
||||||
|
|
||||||
> Don't communicate by sharing memory, share memory by communicating.</p>
|
> Don't communicate by sharing memory, share memory by communicating.<br>
|
||||||
> — <cite>Rob Pike[^1]</cite>
|
> — <cite>Rob Pike[^1]</cite>
|
||||||
|
|
||||||
|
|
||||||
[^1]: The above quote is excerpted from Rob Pike's [talk](https://www.youtube.com/watch?v=PAAkCSZUG1c) during Gopherfest, November 18, 2015.
|
[^1]: The above quote is excerpted from Rob Pike's [talk](https://www.youtube.com/watch?v=PAAkCSZUG1c) during Gopherfest, November 18, 2015.
|
||||||
|
|
||||||
## Tables
|
## Tables
|
||||||
|
@ -65,20 +63,19 @@ Tables aren't part of the core Markdown spec, but Hugo supports supports them ou
|
||||||
|
|
||||||
#### Inline Markdown within tables
|
#### Inline Markdown within tables
|
||||||
|
|
||||||
| Inline | Markdown | In | Table |
|
| Italics | Bold | Code |
|
||||||
| ---------- | --------- | ----------------- | ---------- |
|
| -------- | -------- | ------ |
|
||||||
| *italics* | **bold** | ~~strikethrough~~ | `code` |
|
| *italics* | **bold** | `code` |
|
||||||
|
|
||||||
## Code Blocks
|
## Code Blocks
|
||||||
|
|
||||||
#### Code block with backticks
|
#### Code block with backticks
|
||||||
|
|
||||||
```
|
```html
|
||||||
html
|
<!doctype html>
|
||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="utf-8">
|
||||||
<title>Example HTML5 Document</title>
|
<title>Example HTML5 Document</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
@ -86,12 +83,13 @@ html
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Code block indented with four spaces
|
#### Code block indented with four spaces
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!doctype html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="utf-8">
|
||||||
<title>Example HTML5 Document</title>
|
<title>Example HTML5 Document</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
@ -101,10 +99,10 @@ html
|
||||||
|
|
||||||
#### Code block with Hugo's internal highlight shortcode
|
#### Code block with Hugo's internal highlight shortcode
|
||||||
{{< highlight html >}}
|
{{< highlight html >}}
|
||||||
<!DOCTYPE html>
|
<!doctype html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="utf-8">
|
||||||
<title>Example HTML5 Document</title>
|
<title>Example HTML5 Document</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
@ -129,9 +127,13 @@ html
|
||||||
|
|
||||||
#### Nested list
|
#### Nested list
|
||||||
|
|
||||||
* Item
|
* Fruit
|
||||||
1. First Sub-item
|
* Apple
|
||||||
2. Second Sub-item
|
* Orange
|
||||||
|
* Banana
|
||||||
|
* Dairy
|
||||||
|
* Milk
|
||||||
|
* Cheese
|
||||||
|
|
||||||
## Other Elements — abbr, sub, sup, kbd, mark
|
## Other Elements — abbr, sub, sup, kbd, mark
|
||||||
|
|
||||||
|
@ -144,4 +146,3 @@ X<sup>n</sup> + Y<sup>n</sup> = Z<sup>n</sup>
|
||||||
Press <kbd><kbd>CTRL</kbd>+<kbd>ALT</kbd>+<kbd>Delete</kbd></kbd> to end the session.
|
Press <kbd><kbd>CTRL</kbd>+<kbd>ALT</kbd>+<kbd>Delete</kbd></kbd> to end the session.
|
||||||
|
|
||||||
Most <mark>salamanders</mark> are nocturnal, and hunt for insects, worms, and other small creatures.
|
Most <mark>salamanders</mark> are nocturnal, and hunt for insects, worms, and other small creatures.
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,6 @@ author: Hugo Authors
|
||||||
title: Math Typesetting
|
title: Math Typesetting
|
||||||
date: 2019-03-08
|
date: 2019-03-08
|
||||||
description: A brief guide to setup KaTeX
|
description: A brief guide to setup KaTeX
|
||||||
markup: mmark
|
|
||||||
math: true
|
math: true
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -16,31 +15,35 @@ In this example we will be using [KaTeX](https://katex.org/)
|
||||||
- Within this partial reference the [Auto-render Extension](https://katex.org/docs/autorender.html) or host these scripts locally.
|
- Within this partial reference the [Auto-render Extension](https://katex.org/docs/autorender.html) or host these scripts locally.
|
||||||
- Include the partial in your templates like so:
|
- Include the partial in your templates like so:
|
||||||
|
|
||||||
```
|
```bash
|
||||||
{{ if or .Params.math .Site.Params.math }}
|
{{ if or .Params.math .Site.Params.math }}
|
||||||
{{ partial "math.html" . }}
|
{{ partial "math.html" . }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
```
|
```
|
||||||
|
|
||||||
- To enable KaTex globally set the parameter `math` to `true` in a project's configuration
|
- To enable KaTex globally set the parameter `math` to `true` in a project's configuration
|
||||||
- To enable KaTex on a per page basis include the parameter `math: true` in content files.
|
- To enable KaTex on a per page basis include the parameter `math: true` in content files
|
||||||
|
|
||||||
**Note:** Use the online reference of [Supported TeX Functions](https://katex.org/docs/supported.html)
|
**Note:** Use the online reference of [Supported TeX Functions](https://katex.org/docs/supported.html)
|
||||||
|
|
||||||
{{< math.inline >}}
|
{{< math.inline >}}
|
||||||
{{ if or .Page.Params.math .Site.Params.math }}
|
{{ if or .Page.Params.math .Site.Params.math }}
|
||||||
<!-- KaTeX -->
|
<!-- KaTeX -->
|
||||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.10.1/dist/katex.min.css" integrity="sha384-dbVIfZGuN1Yq7/1Ocstc1lUEm+AT+/rCkibIcC/OmWo5f0EA48Vf8CytHzGrSwbQ" crossorigin="anonymous">
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.11.1/dist/katex.min.css" integrity="sha384-zB1R0rpPzHqg7Kpt0Aljp8JPLqbXI3bhnPWROx27a9N0Ll6ZP/+DiW/UqRcLbRjq" crossorigin="anonymous">
|
||||||
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.10.1/dist/katex.min.js" integrity="sha384-2BKqo+exmr9su6dir+qCw08N2ZKRucY4PrGQPPWU1A7FtlCGjmEGFqXCv5nyM5Ij" crossorigin="anonymous"></script>
|
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.11.1/dist/katex.min.js" integrity="sha384-y23I5Q6l+B6vatafAwxRu/0oK/79VlbSz7Q9aiSZUvyWYIYsd+qj+o24G5ZU2zJz" crossorigin="anonymous"></script>
|
||||||
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.10.1/dist/contrib/auto-render.min.js" integrity="sha384-kWPLUVMOks5AQFrykwIup5lo0m3iMkkHrD0uJ4H5cjeGihAutqP0yW0J6dpFiVkI" crossorigin="anonymous" onload="renderMathInElement(document.body);"></script>
|
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.11.1/dist/contrib/auto-render.min.js" integrity="sha384-kWPLUVMOks5AQFrykwIup5lo0m3iMkkHrD0uJ4H5cjeGihAutqP0yW0J6dpFiVkI" crossorigin="anonymous" onload="renderMathInElement(document.body);"></script>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{</ math.inline >}}
|
{{</ math.inline >}}
|
||||||
|
|
||||||
### Examples
|
### Examples
|
||||||
|
|
||||||
Inline math: $$ \varphi = \dfrac{1+\sqrt5}{2}= 1.6180339887… $$
|
{{< math.inline >}}
|
||||||
|
<p>
|
||||||
|
Inline math: \(\varphi = \dfrac{1+\sqrt5}{2}= 1.6180339887…\)
|
||||||
|
</p>
|
||||||
|
{{</ math.inline >}}
|
||||||
|
|
||||||
Block math:
|
Block math:
|
||||||
|
|
||||||
$$
|
$$
|
||||||
\varphi = 1+\frac{1} {1+\frac{1} {1+\frac{1} {1+\cdots} } }
|
\varphi = 1+\frac{1} {1+\frac{1} {1+\frac{1} {1+\cdots} } }
|
||||||
$$
|
$$
|
||||||
|
|
|
@ -9,20 +9,14 @@ tags = [
|
||||||
]
|
]
|
||||||
+++
|
+++
|
||||||
|
|
||||||
Lorem est tota propiore conpellat pectoribus de
|
Lorem est tota propiore conpellat pectoribus de pectora summo. <!--more-->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.
|
||||||
pectora summo. <!--more-->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
|
1. Exierant elisi ambit vivere dedere
|
||||||
2. Duce pollice
|
2. Duce pollice
|
||||||
3. Eris modo
|
3. Eris modo
|
||||||
4. Spargitque ferrea quos palude
|
4. Spargitque ferrea quos palude
|
||||||
|
|
||||||
Rursus nulli murmur; hastile inridet ut ab gravi sententia! Nomine potitus
|
Rursus nulli murmur; hastile inridet ut ab gravi sententia! Nomine potitus silentia flumen, sustinet placuit petis in dilapsa erat sunt. Atria tractus malis.
|
||||||
silentia flumen, sustinet placuit petis in dilapsa erat sunt. Atria
|
|
||||||
tractus malis.
|
|
||||||
|
|
||||||
1. Comas hunc haec pietate fetum procerum dixit
|
1. Comas hunc haec pietate fetum procerum dixit
|
||||||
2. Post torum vates letum Tiresia
|
2. Post torum vates letum Tiresia
|
||||||
|
@ -38,21 +32,14 @@ tractus malis.
|
||||||
|
|
||||||
## Mane refeci capiebant unda mulcebat
|
## Mane refeci capiebant unda mulcebat
|
||||||
|
|
||||||
Victa caducifer, malo vulnere contra
|
Victa caducifer, malo vulnere contra dicere aurato, ludit regale, voca! Retorsit colit est profanae esse virescere furit nec; iaculi matertera et visa est, viribus. Divesque creatis, tecta novat collumque vulnus est, parvas. **Faces illo pepulere** tempus adest. Tendit flamma, ab opes virum sustinet, sidus sequendo urbis.
|
||||||
dicere aurato, ludit regale, voca! Retorsit colit est profanae esse virescere
|
|
||||||
furit nec; iaculi matertera et visa est, viribus. Divesque creatis, tecta novat collumque vulnus est, parvas. **Faces illo pepulere** tempus adest. Tendit flamma, ab opes virum sustinet, sidus sequendo urbis.
|
|
||||||
|
|
||||||
Iubar proles corpore raptos vero auctor imperium; sed et huic: manus caeli
|
Iubar proles corpore raptos vero auctor imperium; sed et huic: manus caeli Lelegas tu lux. Verbis obstitit intus oblectamina fixis linguisque ausus sperare Echionides cornuaque tenent clausit possit. Omnia putatur. Praeteritae refert ausus; ferebant e primus lora nutat, vici quae mea ipse. Et iter nil spectatae vulnus haerentia iuste et exercebat, sui et.
|
||||||
Lelegas tu lux. Verbis obstitit intus oblectamina fixis linguisque ausus sperare
|
|
||||||
Echionides cornuaque tenent clausit possit. Omnia putatur. Praeteritae refert
|
|
||||||
ausus; ferebant e primus lora nutat, vici quae mea ipse. Et iter nil spectatae
|
|
||||||
vulnus haerentia iuste et exercebat, sui et.
|
|
||||||
|
|
||||||
Eurytus Hector, materna ipsumque ut Politen, nec, nate, ignari, vernum cohaesit sequitur. Vel **mitis temploque** vocatus, inque alis, *oculos nomen* non silvis corpore coniunx ne displicet illa. Crescunt non unus, vidit visa quantum inmiti flumina mortis facto sic: undique a alios vincula sunt iactata abdita! Suspenderat ego fuit tendit: luna, ante urbem
|
Eurytus Hector, materna ipsumque ut Politen, nec, nate, ignari, vernum cohaesit sequitur. Vel **mitis temploque** vocatus, inque alis, *oculos nomen* non silvis corpore coniunx ne displicet illa. Crescunt non unus, vidit visa quantum inmiti flumina mortis facto sic: undique a alios vincula sunt iactata abdita! Suspenderat ego fuit tendit: luna, ante urbem Propoetides **parte**.
|
||||||
Propoetides **parte**.
|
|
||||||
|
|
||||||
{{< css.inline >}}
|
{{< css.inline >}}
|
||||||
<style>
|
<style>
|
||||||
.canon { background: white; width: 100%; height: auto;}
|
.canon { background: white; width: 100%; height: auto; }
|
||||||
</style>
|
</style>
|
||||||
{{< /css.inline >}}
|
{{< /css.inline >}}
|
||||||
|
|
|
@ -9,18 +9,10 @@ tags = [
|
||||||
]
|
]
|
||||||
+++
|
+++
|
||||||
|
|
||||||
Hugo ships with several [Built-in Shortcodes](https://gohugo.io/content-management/shortcodes/#use-hugo-s-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.
|
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.
|
||||||
<!--more-->
|
<!--more-->
|
||||||
---
|
---
|
||||||
|
|
||||||
## Instagram Simple Shortcode
|
|
||||||
|
|
||||||
{{< instagram_simple BGvuInzyFAe hidecaption >}}
|
|
||||||
|
|
||||||
<br>
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## YouTube Privacy Enhanced Shortcode
|
## YouTube Privacy Enhanced Shortcode
|
||||||
|
|
||||||
{{< youtube ZJthWmvUzzc >}}
|
{{< youtube ZJthWmvUzzc >}}
|
||||||
|
|
Loading…
Reference in New Issue