cleanup
This commit is contained in:
parent
cc282afdb7
commit
e8f2c3ddec
10
README.md
10
README.md
|
@ -29,16 +29,6 @@ Holá.
|
||||||
|
|
||||||
Just use `---` to split content into different slides.
|
Just use `---` to split content into different slides.
|
||||||
|
|
||||||
## Demo
|
|
||||||
|
|
||||||
Visit [reveal-hugo.dzello.com](https://reveal-hugo.dzello.com/) to see a presentation created with this theme and learn more about what you can do. Jump to the [exampleSite](exampleSite) folder in this repository to see the source code for that presentation.
|
|
||||||
|
|
||||||
For a full-length blog post about reveal-hugo, checkout [Harness the Power of Static Site Generators to Create Presentations](https://forestry.io/blog/harness-the-power-of-static-to-create-presentations/) on the [Forestry.io blog](https://forestry.io/blog).
|
|
||||||
|
|
||||||
## Boilerplate
|
|
||||||
|
|
||||||
If you want to start creating a presentation right away, clone the [programming-quotes](https://github.com/dzello/programming-quotes) repository and start hacking.
|
|
||||||
|
|
||||||
## Tutorial
|
## Tutorial
|
||||||
|
|
||||||
You should be able to complete this section with no prior knowledge of Hugo or Reveal.js. At the end, you'll have a working presentation with instant reloading.
|
You should be able to complete this section with no prior knowledge of Hugo or Reveal.js. At the end, you'll have a working presentation with instant reloading.
|
||||||
|
|
|
@ -1,12 +0,0 @@
|
||||||
---
|
|
||||||
new_page_extension: md
|
|
||||||
auto_deploy: false
|
|
||||||
admin_path:
|
|
||||||
webhook_url:
|
|
||||||
sections:
|
|
||||||
upload_dir: "./exampleSite/static/uploads"
|
|
||||||
public_path: "/uploads"
|
|
||||||
front_matter_path: ''
|
|
||||||
use_front_matter_path: false
|
|
||||||
file_template: ":filename:"
|
|
||||||
version: 0.38.1
|
|
|
@ -1,7 +0,0 @@
|
||||||
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-24132749-1"></script>
|
|
||||||
<script>
|
|
||||||
window.dataLayer = window.dataLayer || [];
|
|
||||||
function gtag(){dataLayer.push(arguments);}
|
|
||||||
gtag('js', new Date());
|
|
||||||
gtag('config', "UA-24132749-1");
|
|
||||||
</script>
|
|
Loading…
Reference in New Issue