https://github.com/strongjz/hugo-templates
create skeleton of hugo presentations
https://github.com/strongjz/hugo-templates
bash bash-script hugo presentation reveal
Last synced: about 2 months ago
JSON representation
create skeleton of hugo presentations
- Host: GitHub
- URL: https://github.com/strongjz/hugo-templates
- Owner: strongjz
- License: gpl-3.0
- Created: 2019-07-20T20:14:15.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-20T21:39:17.000Z (almost 7 years ago)
- Last Synced: 2025-03-23T10:44:44.183Z (over 1 year ago)
- Topics: bash, bash-script, hugo, presentation, reveal
- Language: Shell
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hugo-templates
create skeleton of hugo presentations
```bash
./create.sh -h
Usage: ./create.sh -p NAME_PRESENTATION -c CODE_DIR
-p - Name of the presentation you want to create
-c - Directory to store it, defaults to $HOME/Documents/code/, this will place -p there
```
1. Git init
2. Creates Hugo site -p
3. Downloads Reveal theme from github
4. Adds reveal theme to the config.toml
5. Downloads makefile for building sites
Uses the [Reveal theme]( https://github.com/dzello/reveal-hugo) by default