Skip to content

Commit a648f23

Browse files
authored
Merge branch 'master' into master
2 parents a2c3b86 + 604881c commit a648f23

File tree

113 files changed

+26473
-10
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

113 files changed

+26473
-10
lines changed

.gitmodules

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +0,0 @@
1-
[submodule "reveal.js"]
2-
path = reveal.js
3-
url = https://github.com/hakimel/reveal.js.git

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ Clean the Example presentation:
3434
git rm _posts/*
3535
mkdir _posts
3636

37+
Alternatively, you can create a new Jekyll site from scratch and refer to this repository as a remote theme using the [Jekyll Remote Theme plugin](https://github.com/benbalter/jekyll-remote-theme#usage) (supported on GitHub Pages).
38+
3739
After that, add your slides into the `_posts` subdirectory in clean Markdown syntax and you're ready to build your presentation with Jekyll:
3840

3941
jekyll build

_config.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ description: A framework for easily creating beautiful presentations using HTML
88
author: jekyll-revealjs contributors
99

1010
# The Reveal theme
11-
reveal_theme: black.css
11+
reveal_theme: at.css
1212

1313
# The Reveal transition
1414
reveal_transition: default
1515

1616
# Path to the used theme (defaults to the Reveal.js standard theme path)
17-
reveal_theme_path: reveal.js/css/theme/
17+
reveal_theme_path: assets/css/
1818

1919
# Additional custom CSS paths
2020
extra_css:
@@ -32,7 +32,7 @@ reveal_options:
3232
reveal_dependencies:
3333

3434
# Reveal.js subdirectory
35-
reveal_path: reveal.js/
35+
reveal_path: assets/reveal.js/
3636

3737
# mermaid.js diagram integration
3838
mermaid_diagrams: true
@@ -45,8 +45,9 @@ exclude:
4545
- LICENSE
4646
- README.md
4747

48+
background_color: "#222B5E" # Make sure hex codes are in double quotes to avoid the octothorpe being interpreted as a comment
49+
4850
# Don't change anything below
4951
markdown: kramdown
5052
highlighter: rouge
51-
markdown_ext: ignoreme
52-
53+
markdown_ext: ignoreme

_posts/0000-01-03-fragments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ It's also possible to do fragments.
88
+ Your fragment may contain the ‘+’ character
99
+ You can also indent fragments
1010

11-
<fragment/>You can use &lt;fragment/&gt; to step other content.
11+
<fragment/>You can use &lt;fragment/&gt; to step other content.

0 commit comments

Comments
 (0)