Use absolute image paths per Hugo themes docs
This commit is contained in:
parent
34b8392354
commit
54fde08ce7
|
@ -2,7 +2,7 @@
|
|||
|
||||
A Hugo theme for [Reveal.js](https://revealjs.com/) that makes authoring and customization a breeze. With it, you can turn any properly-formatted Hugo content into a HTML presentation.
|
||||
|
||||

|
||||

|
||||
|
||||
### Example
|
||||
|
||||
|
@ -90,7 +90,7 @@ $ hugo server
|
|||
|
||||
Navigate to [http://localhost:1313/](http://localhost:1313/) and you should see your presentation.
|
||||
|
||||

|
||||

|
||||
|
||||
To add more slides, just add content to `_index.md` or create new markdown files in `content/home`. Remember that each slide must be separated by `---` with blank lines above and below.
|
||||
|
||||
|
|
Loading…
Reference in New Issue