소스 검색

reveal.netlify.app -> revealjs.com

Hakim El Hattab 5 년 전
부모
커밋
4f2293378b
9개의 변경된 파일20개의 추가작업 그리고 20개의 파일을 삭제
  1. 3 3
      README.md
  2. 1 1
      css/print/pdf.scss
  3. 1 1
      css/theme/README.md
  4. 11 11
      demo.html
  5. 0 0
      dist/reveal.css
  6. 1 1
      examples/slide-backgrounds.html
  7. 3 3
      index.html
  8. 0 0
      plugin/notes/notes.esm.js
  9. 0 0
      plugin/notes/notes.js

+ 3 - 3
README.md

@@ -7,14 +7,14 @@
 
 reveal.js is an open source HTML presentation framework. It enables anyone with a web browser to create fully featured and beautiful presentations for free. [Check out the live demo](https://revealjs.com/).
 
-The framework comes with a broad range of features including [nested slides](https://revealjs.netlify.app/vertical-slides/), [Markdown support](https://revealjs.netlify.app/markdown/), [Auto-Animate](https://revealjs.netlify.app/auto-animate/), [PDF export](https://revealjs.netlify.app/pdf-export/), [speaker notes](https://revealjs.netlify.app/speaker-view/), [LaTeX support](https://revealjs.netlify.app/math/), [syntax highlighted code](https://revealjs.netlify.app/code/) and much more.
+The framework comes with a broad range of features including [nested slides](https://revealjs.revealjs.com/vertical-slides/), [Markdown support](https://revealjs.revealjs.com/markdown/), [Auto-Animate](https://revealjs.revealjs.com/auto-animate/), [PDF export](https://revealjs.revealjs.com/pdf-export/), [speaker notes](https://revealjs.revealjs.com/speaker-view/), [LaTeX support](https://revealjs.revealjs.com/math/), [syntax highlighted code](https://revealjs.revealjs.com/code/) and much more.
 
 <h1>
-  <a href="https://revealjs.netlify.app/installation" style="font-size: 3em;">Get Started</a>
+  <a href="https://revealjs.revealjs.com/installation" style="font-size: 3em;">Get Started</a>
 </h1>
 
 ## Documentation
-The full reveal.js documentation is available at [revealjs.com](https://revealjs.netlify.app).
+The full reveal.js documentation is available at [revealjs.com](https://revealjs.revealjs.com).
 
 ## License
 

+ 1 - 1
css/print/pdf.scss

@@ -2,7 +2,7 @@
  * This stylesheet is used to print reveal.js
  * presentations to PDF.
  *
- * https://revealjs.netlify.app/pdf-export/
+ * https://revealjs.revealjs.com/pdf-export/
  */
 
 html.print-pdf {

+ 1 - 1
css/theme/README.md

@@ -1,6 +1,6 @@
 ## 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 installed before proceeding: https://revealjs.netlify.app/installation/#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.revealjs.com/installation/#full-setup
 
 ## Creating a Theme
 

+ 11 - 11
demo.html

@@ -139,7 +139,7 @@
 
 				<section data-auto-animate data-auto-animate-easing="cubic-bezier(0.770, 0.000, 0.175, 1.000)">
 					<h2>Auto-Animate</h2>
-					<p>Automatically animate matching elements across slides with <a href="https://revealjs.netlify.app/auto-animate/">Auto-Animate</a>.</p>
+					<p>Automatically animate matching elements across slides with <a href="https://revealjs.com/auto-animate/">Auto-Animate</a>.</p>
 					<div class="r-hstack justify-center">
 						<div data-id="box1" style="background: #999; width: 50px; height: 50px; margin: 10px; border-radius: 5px;"></div>
 						<div data-id="box2" style="background: #999; width: 50px; height: 50px; margin: 10px; border-radius: 5px;"></div>
@@ -175,14 +175,14 @@
 						## Markdown support
 
 						Write content using inline or external Markdown.
-						Instructions and more info available in the [readme](https://revealjs.netlify.app/markdown/).
+						Instructions and more info available in the [readme](https://revealjs.com/markdown/).
 
 						```[]
 						<section data-markdown>
 						  ## Markdown support
 
 						  Write content using inline or external Markdown.
-						  Instructions and more info available in the [readme](https://revealjs.netlify.app/markdown/).
+						  Instructions and more info available in the [readme](https://revealjs.com/markdown/).
 						</section>
 						```
 					</script>
@@ -371,7 +371,7 @@
 
 				<section>
 					<h2>Speaker View</h2>
-					<p>There's a <a href="https://revealjs.netlify.app/speaker-view/">speaker view</a>. It includes a timer, preview of the upcoming slide as well as your speaker notes.</p>
+					<p>There's a <a href="https://revealjs.com/speaker-view/">speaker view</a>. It includes a timer, preview of the upcoming slide as well as your speaker notes.</p>
 					<p>Press the <em>S</em> key to try it out.</p>
 
 					<aside class="notes">
@@ -381,7 +381,7 @@
 
 				<section>
 					<h2>Export to PDF</h2>
-					<p>Presentations can be <a href="https://revealjs.netlify.app/pdf-export/">exported to PDF</a>, here's an example:</p>
+					<p>Presentations can be <a href="https://revealjs.com/pdf-export/">exported to PDF</a>, here's an example:</p>
 					<iframe data-src="https://www.slideshare.net/slideshow/embed_code/42840540" width="445" height="355" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:3px solid #666; margin-bottom:5px; max-width: 100%;" allowfullscreen> </iframe>
 				</section>
 
@@ -417,10 +417,10 @@ Reveal.on( 'customevent', function() {
 					<h2>Much more</h2>
 					<ul>
 						<li>Right-to-left support</li>
-						<li><a href="https://revealjs.netlify.app/api/">Extensive JavaScript API</a></li>
-						<li><a href="https://revealjs.netlify.app/auto-slide/">Auto-progression</a></li>
-						<li><a href="https://revealjs.netlify.app/backgrounds/#parallax-background">Parallax backgrounds</a></li>
-						<li><a href="https://revealjs.netlify.app/keyboard/">Custom keyboard bindings</a></li>
+						<li><a href="https://revealjs.com/api/">Extensive JavaScript API</a></li>
+						<li><a href="https://revealjs.com/auto-slide/">Auto-progression</a></li>
+						<li><a href="https://revealjs.com/backgrounds/#parallax-background">Parallax backgrounds</a></li>
+						<li><a href="https://revealjs.com/keyboard/">Custom keyboard bindings</a></li>
 					</ul>
 				</section>
 
@@ -445,14 +445,14 @@ Reveal.on( 'customevent', function() {
 		<script>
 
 			// Also available as an ES module, see:
-			// https://revealjs.netlify.app/initialization/
+			// https://revealjs.com/initialization/
 			Reveal.initialize({
 				controls: true,
 				progress: true,
 				center: true,
 				hash: true,
 
-				// Learn about plugins: https://revealjs.netlify.app/plugins/
+				// Learn about plugins: https://revealjs.com/plugins/
 				plugins: [ RevealZoom, RevealNotes, RevealSearch, RevealMarkdown, RevealHighlight ]
 			});
 

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/reveal.css


+ 1 - 1
examples/slide-backgrounds.html

@@ -126,7 +126,7 @@
 		<script>
 
 			// Full list of configuration options:
-			// https://revealjs.netlify.app/config/
+			// https://revealjs.revealjs.com/config/
 			Reveal.initialize({
 				center: true,
 

+ 3 - 3
index.html

@@ -27,12 +27,12 @@
 		<script src="plugin/highlight/highlight.js"></script>
 		<script>
 			// More info about initialization & config:
-			// - https://revealjs.netlify.app/initialization/
-			// - https://revealjs.netlify.app/config/
+			// - https://revealjs.com/initialization/
+			// - https://revealjs.com/config/
 			Reveal.initialize({
 				hash: true,
 
-				// Learn about plugins: https://revealjs.netlify.app/plugins/
+				// Learn about plugins: https://revealjs.com/plugins/
 				plugins: [ RevealMarkdown, RevealHighlight, RevealNotes ]
 			});
 		</script>

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
plugin/notes/notes.esm.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
plugin/notes/notes.js


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.