Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/joshed-io/programming-quotes

A demo presentation for the reveal-hugo Reveal.js Hugo theme
https://github.com/joshed-io/programming-quotes

Last synced: 13 days ago
JSON representation

A demo presentation for the reveal-hugo Reveal.js Hugo theme

Awesome Lists containing this project

README

        

# programming-quotes

A dead-simple boilerplate and demo presentation for the [reveal-hugo](https://dzello.com/reveal-hugo) Reveal.js Hugo theme.

To see the presentation live, visit [programming-quotes.netlify.com](https://programming-quotes.netlify.com).

# Usage

1. Install hugo using [any of these ways](https://gohugo.io/getting-started/installing/).

2. Clone this repository including submodules (the theme is a submodule):

```shell
git clone [email protected]:dzello/programming-quotes --recurse-submodules
```

3. Change directories and run hugo in server mode:

```shell
cd programming-quotes

hugo server
```

4. Point your browser to [localhost:1313](http://localhost:1313) to view the presentation.

5. Edit content in [content/_index.md](content/_index.md).