clean up useless features
This commit is contained in:
parent
05c37cac8f
commit
4f78cb7216
4 changed files with 1 additions and 90 deletions
|
@ -1,49 +0,0 @@
|
||||||
---
|
|
||||||
title: Math Sample
|
|
||||||
subtitle: Using KaTeX
|
|
||||||
date: 2017-03-05
|
|
||||||
tags: ["example", "math"]
|
|
||||||
---
|
|
||||||
|
|
||||||
KaTeX can be used to generate complex math formulas server-side.
|
|
||||||
|
|
||||||
$$
|
|
||||||
\phi = \frac{(1+\sqrt{5})}{2} = 1.6180339887\cdots
|
|
||||||
$$
|
|
||||||
|
|
||||||
Additional details can be found on [GitHub](https://github.com/Khan/KaTeX) or on the [Wiki](http://tiddlywiki.com/plugins/tiddlywiki/katex/).
|
|
||||||
<!--more-->
|
|
||||||
|
|
||||||
### Example 1
|
|
||||||
|
|
||||||
If the text between $$ contains newlines it will rendered in display mode:
|
|
||||||
```
|
|
||||||
$$
|
|
||||||
f(x) = \int_{-\infty}^\infty\hat f(\xi)\,e^{2 \pi i \xi x}\,d\xi
|
|
||||||
$$
|
|
||||||
```
|
|
||||||
$$
|
|
||||||
f(x) = \int_{-\infty}^\infty\hat f(\xi)\,e^{2 \pi i \xi x}\,d\xi
|
|
||||||
$$
|
|
||||||
|
|
||||||
|
|
||||||
### Example 2
|
|
||||||
```
|
|
||||||
$$
|
|
||||||
\frac{1}{\Bigl(\sqrt{\phi \sqrt{5}}-\phi\Bigr) e^{\frac25 \pi}} = 1+\frac{e^{-2\pi}} {1+\frac{e^{-4\pi}} {1+\frac{e^{-6\pi}} {1+\frac{e^{-8\pi}} {1+\cdots} } } }
|
|
||||||
$$
|
|
||||||
```
|
|
||||||
$$
|
|
||||||
\frac{1}{\Bigl(\sqrt{\phi \sqrt{5}}-\phi\Bigr) e^{\frac25 \pi}} = 1+\frac{e^{-2\pi}} {1+\frac{e^{-4\pi}} {1+\frac{e^{-6\pi}} {1+\frac{e^{-8\pi}} {1+\cdots} } } }
|
|
||||||
$$
|
|
||||||
|
|
||||||
|
|
||||||
### Example 3
|
|
||||||
```
|
|
||||||
$$
|
|
||||||
1 + \frac{q^2}{(1-q)}+\frac{q^6}{(1-q)(1-q^2)}+\cdots = \prod_{j=0}^{\infty}\frac{1}{(1-q^{5j+2})(1-q^{5j+3})}, \quad\quad \text{for }\lvert q\rvert<1.
|
|
||||||
$$
|
|
||||||
```
|
|
||||||
$$
|
|
||||||
1 + \frac{q^2}{(1-q)}+\frac{q^6}{(1-q)(1-q^2)}+\cdots = \prod_{j=0}^{\infty}\frac{1}{(1-q^{5j+2})(1-q^{5j+3})}, \quad\quad \text{for }\lvert q\rvert<1.
|
|
||||||
$$
|
|
|
@ -1,39 +0,0 @@
|
||||||
---
|
|
||||||
title: Photoswipe Gallery Sample
|
|
||||||
subtitle: Making a Gallery
|
|
||||||
date: 2017-03-20
|
|
||||||
tags: ["example", "photoswipe"]
|
|
||||||
---
|
|
||||||
|
|
||||||
Beautiful Hugo adds a few custom shortcodes created by [Li-Wen Yip](https://www.liwen.id.au/heg/) and [Gert-Jan van den Berg](https://github.com/GjjvdBurg/HugoPhotoSwipe) for making galleries with [PhotoSwipe](http://photoswipe.com) .
|
|
||||||
|
|
||||||
{{< gallery caption-effect="fade" >}}
|
|
||||||
{{< figure thumb="-thumb" link="/img/hexagon.jpg" >}}
|
|
||||||
{{< figure thumb="-thumb" link="/img/sphere.jpg" caption="Sphere" >}}
|
|
||||||
{{< figure thumb="-thumb" link="/img/triangle.jpg" caption="Triangle" alt="This is a long comment about a triangle" >}}
|
|
||||||
{{< /gallery >}}
|
|
||||||
{{< load-photoswipe >}}
|
|
||||||
|
|
||||||
<!--more-->
|
|
||||||
## Example
|
|
||||||
The above gallery was created using the following shortcodes:
|
|
||||||
```
|
|
||||||
{{</* gallery caption-effect="fade" */>}}
|
|
||||||
{{</* figure thumb="-thumb" link="/img/hexagon.jpg" */>}}
|
|
||||||
{{</* figure thumb="-thumb" link="/img/sphere.jpg" caption="Sphere" */>}}
|
|
||||||
{{</* figure thumb="-thumb" link="/img/triangle.jpg" caption="Triangle" alt="This is a long comment about a triangle" */>}}
|
|
||||||
{{</* /gallery */>}}
|
|
||||||
{{</* load-photoswipe */>}}
|
|
||||||
```
|
|
||||||
|
|
||||||
## Usage
|
|
||||||
For full details please see the [hugo-easy-gallery GitHub](https://github.com/liwenyip/hugo-easy-gallery/) page. Basic usages from above are:
|
|
||||||
|
|
||||||
- Create a gallery with open and close tags `{{</* gallery */>}}` and `{{</* /gallery */>}}`
|
|
||||||
- `{{</* figure src="image.jpg" */>}}` will use `image.jpg` for thumbnail and lightbox
|
|
||||||
- `{{</* figure src="thumb.jpg" link="image.jpg" */>}}` will use `thumb.jpg` for thumbnail and `image.jpg` for lightbox
|
|
||||||
- `{{</* figure thumb="-small" link="image.jpg" */>}}` will use `image-small.jpg` for thumbnail and `image.jpg` for lightbox
|
|
||||||
- All the [features/parameters](https://gohugo.io/extras/shortcodes) of Hugo's built-in `figure` shortcode work as normal, i.e. src, link, title, caption, class, attr (attribution), attrlink, alt
|
|
||||||
- `{{</* gallery caption-effect="fade" */>}}` will fade in captions for all figures in this gallery instead of the default slide-up behavior
|
|
||||||
- Many gallery styles for captions and hover effects exist; view the [hugo-easy-gallery GitHub](https://github.com/liwenyip/hugo-easy-gallery/) for all options
|
|
||||||
- Call `{{</* load-photoswipe */>}}` **once** anywhere you want on each page where you want to use PhotoSwipe
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Content
|
# Content
|
||||||
- id: dateFormat
|
- id: dateFormat
|
||||||
translation: "2 January 2 2006"
|
translation: "2 Janvier 2006"
|
||||||
- id: postedOnDate
|
- id: postedOnDate
|
||||||
translation: "Poste le {{ .Count }}"
|
translation: "Poste le {{ .Count }}"
|
||||||
- id: translationsLabel
|
- id: translationsLabel
|
||||||
|
|
|
@ -47,5 +47,4 @@
|
||||||
<link rel="stylesheet" href="{{ "css/pygment_highlights.css" | absURL }}" />
|
<link rel="stylesheet" href="{{ "css/pygment_highlights.css" | absURL }}" />
|
||||||
<link rel="stylesheet" href="{{ "css/highlight.min.css" | absURL }}" />
|
<link rel="stylesheet" href="{{ "css/highlight.min.css" | absURL }}" />
|
||||||
{{- partial "head_custom.html" . }}
|
{{- partial "head_custom.html" . }}
|
||||||
{{ template "_internal/google_analytics_async.html" . }}
|
|
||||||
</head>
|
</head>
|
||||||
|
|
Loading…
Reference in a new issue