Welcome to mirror list, hosted at ThFree Co, Russian Federation.

presentation.md « archetypes - github.com/zzossig/hugo-theme-zzo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e20aa05e4f4892e82d8b01c671f2548d34b9425a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
description: 
type: presentation
tags:
-
series:
-
categories:
-
plugins:
- highlight
- zoom
- notes
- math
highlightTheme: monokai # monokai, zenburn
revealTheme: beige # beige, black, blood, league, monokai, moon, night, serif, simple, sky, solarized, white
revealBackgroundColor: "" # #fff or rgba() or hsl()
revealBackgroundImage: "" # /images/myImage.png   <= static folder path
revealBackgroundPosition: "" # left top, left center, left bottom, right top, right center ...
revealBackgroundRepeat: "" # repeat, repeat-x, repeat-y, no-repeat, inherit
revealBackgroundOpacity: "" # 0~1
revealBackgroundVideo: "" # /videos/myVideo.mp4 <= static folder path, A single video source, or a comma separated list of video sources.
revealBackgroundVideoLoop: false # true, false
revealBackgroundVideoMuted: false # true, false
revealBackgroundSize: "" # cover, contain, ...
reveal: 
  - main:
    - sub: 
      - | 

    - sub: 
      - | 
      
  - main:
    - sub: 
      - |
      
---