aboutsummaryrefslogtreecommitdiff
path: root/css/theme
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2020-05-18 20:52:51 +0200
committerHakim El Hattab <hakim.elhattab@gmail.com>2020-05-18 20:52:51 +0200
commit815557c1d882a664d9d13cdc550d2ee6a5179ef0 (patch)
treed93c688bcfb87cb3e173c6f90c3e81eb0cc1cde2 /css/theme
parentf618de81de9b218c618058b8e4aa22f5f2bc488e (diff)
downloadfosdem-2021-minimalism-presentation-815557c1d882a664d9d13cdc550d2ee6a5179ef0.tar
fosdem-2021-minimalism-presentation-815557c1d882a664d9d13cdc550d2ee6a5179ef0.tar.gz
update all links to docs (will sub out '.netlify.app' once we ship 4.0)
Diffstat (limited to 'css/theme')
-rw-r--r--css/theme/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/css/theme/README.md b/css/theme/README.md
index 5ebe72a..b1b3a34 100644
--- a/css/theme/README.md
+++ b/css/theme/README.md
@@ -1,10 +1,10 @@
## Dependencies
-Themes are written using Sass to keep things modular and reduce the need for repeated selectors across files. Make sure that you have the reveal.js development environment including the Grunt dependencies installed before proceeding: https://github.com/hakimel/reveal.js#full-setup
+Themes are written using Sass to keep things modular and reduce the need for repeated selectors across files. Make sure that you have the reveal.js development environment installed before proceeding: https://revealjs.netlify.app/installation/#full-setup
## Creating a Theme
-To create your own theme, start by duplicating a ```.scss``` file in [/css/theme/source](https://github.com/hakimel/reveal.js/blob/master/css/theme/source). It will be automatically compiled by Grunt from Sass to CSS (see the [Gruntfile](https://github.com/hakimel/reveal.js/blob/master/gruntfile.js)) when you run `npm run build -- css-themes`.
+To create your own theme, start by duplicating a ```.scss``` file in [/css/theme/source](https://github.com/hakimel/reveal.js/blob/master/css/theme/source). It will be automatically compiled from Sass to CSS (see the [gulpfile](https://github.com/hakimel/reveal.js/blob/master/gulpfile.js)) when you run `npm run build -- css-themes`.
Each theme file does four things in the following order: