Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

Commit

Permalink
update theme
Browse files Browse the repository at this point in the history
  • Loading branch information
mipmip committed Nov 14, 2023
1 parent 33986fd commit b3bcda2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Puzzle ITC Revealjs Theme
# TechNative Revealjs Theme

[![Puzzle ITC Revealjs Theme](imgs/demo-cover.png)](https://puzzle.github.io/pitc-revealjs-theme/demo)

Revealjs Dokumentation: https://github.com/hakimel/reveal.js
[![TechNative Revealjs Theme](imgs/demo-cover.png)](https://technative-b-v.github.io/technative-revealjs-theme/demo)

Revealjs Docs: https://github.com/hakimel/reveal.js

## Requirements

NPM must be installed. Instructions for Ubuntu are [here](https://github.com/nodesource/distributions#installation-instructions).


Expand All @@ -32,7 +32,7 @@ For offline presentations and if you want to be very sure nothing changes, use `
## Usage with Docker

```
docker run --rm -p 1948:1948 -v $(pwd):/slides webpronl/reveal-md:latest --watch --theme https://puzzle.github.io/pitc-revealjs-theme/2/puzzle.css /slides
docker run --rm -p 1948:1948 -v $(pwd):/slides webpronl/reveal-md:latest --watch --theme https://technative-b-v.github.io/technative-revealjs-theme/2/technative.css /slides
```

### Print
Expand All @@ -47,11 +47,11 @@ docker run --rm -t --net=host -v $(pwd):/slides astefanutti/decktape http://loca
1. Install reveal-md: `sudo npm install -g reveal-md`
2. Open the presentation:

```reveal-md demo.md --watch --theme https://puzzle.github.io/pitc-revealjs-theme/2/puzzle.css```
```reveal-md demo.md --watch --theme https://technative.github.io/pitc-revealjs-theme/2/technative.css```

Optional: Add an alias in your `.bashrc`:
```
alias reveal-md='reveal-md --watch --theme https://puzzle.github.io/pitc-revealjs-theme/2/puzzle.css'
alias reveal-md='reveal-md --watch --theme https://technative.github.io/pitc-revealjs-theme/2/technative.css'
```


Expand All @@ -66,11 +66,11 @@ The following versions are available:

The major version is automatically updated, when there are compatible new features. The minor version is only updated when there are new patches.

See the [Github Tags](https://github.com/puzzle/pitc-revealjs-theme/tags) for available releases.
See the [Github Tags](https://github.com/technative/pitc-revealjs-theme/tags) for available releases.

You can then use the version within the URL:
```
https://puzzle.github.io/pitc-revealjs-theme/${VERSION}/puzzle.css"
https://technative.github.io/pitc-revealjs-theme/${VERSION}/technative.css"
```

Use the version `1.0.2` for the old theme.
Expand All @@ -79,7 +79,7 @@ The releases use Semantic Versioning. More information: http://semver.org/


## Layouts
See https://puzzle.github.io/pitc-revealjs-theme/demo for a demo. Every slide has a vertical slide below, that describes its usage.
See https://technative.github.io/pitc-revealjs-theme/demo for a demo. Every slide has a vertical slide below, that describes its usage.


## Options
Expand Down Expand Up @@ -142,7 +142,7 @@ To override CSS you may add `--css custom.css` to the `reveal-md` command. This
## Contributing
1. Run `npm install`
2. Run `npm run start`
3. Edit `puzzle.scss` in `css/theme/source`
3. Edit `technative.scss` in `css/theme/source`
4. Reload browser

To release a new version:
Expand Down
4 changes: 3 additions & 1 deletion demo.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ revealOptions:
<!-- .slide: class="l-cover" -->

# Presentation

# *TechNative B.V.*

## RevealJS Theme <!-- .element: class="r-stretch" -->

John Doe
Expand Down Expand Up @@ -285,7 +287,7 @@ Der Aufbau mit den `-` Zeichen ist wichtig!
<!-- .slide: class="l-thanks" -->

# Merci
Meer informatie over TechNative:
More information about TechNative:
www.technative.eu


Expand Down

0 comments on commit b3bcda2

Please sign in to comment.