Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/joshed-io/programming-quotes
- Owner: joshed-io
- Created: 2018-06-20T13:25:08.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-26T15:48:46.000Z (over 4 years ago)
- Last Synced: 2024-04-18T01:42:41.553Z (7 months ago)
- Homepage: https://programming-quotes.netlify.com/#/
- Size: 7.81 KB
- Stars: 11
- Watchers: 2
- Forks: 15
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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-quoteshugo 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).