Skip to content

Commit 3cda986

Browse files
committed
Revert "Merge branch 'master' into master"
This reverts commit a648f23, reversing changes made to a2c3b86. a648f23 was me accidentally merging changes from a downstream repo, and I’m not entirely clear on what went wrong. That will teach me for using the GitHub UI to sync repos. Hopefully this commit undoes the damage, otherwise I’ll have to reset and force push to master 🙈.
1 parent a648f23 commit 3cda986

File tree

113 files changed

+10
-26473
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

+10
-26473
lines changed

.gitmodules

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

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ 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-
3937
After that, add your slides into the `_posts` subdirectory in clean Markdown syntax and you're ready to build your presentation with Jekyll:
4038

4139
jekyll build

_config.yml

Lines changed: 5 additions & 6 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: at.css
11+
reveal_theme: black.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: assets/css/
17+
reveal_theme_path: reveal.js/css/theme/
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: assets/reveal.js/
35+
reveal_path: reveal.js/
3636

3737
# mermaid.js diagram integration
3838
mermaid_diagrams: true
@@ -45,9 +45,8 @@ 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-
5048
# Don't change anything below
5149
markdown: kramdown
5250
highlighter: rouge
53-
markdown_ext: ignoreme
51+
markdown_ext: ignoreme
52+

_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)