https://github.com/flipez/hugo-shortcodes
Collection of hugo-shortcodes.
https://github.com/flipez/hugo-shortcodes
emgithub hugo hugo-shortcodes
Last synced: 7 months ago
JSON representation
Collection of hugo-shortcodes.
- Host: GitHub
- URL: https://github.com/flipez/hugo-shortcodes
- Owner: Flipez
- Created: 2020-11-22T16:37:02.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-22T16:46:02.000Z (over 5 years ago)
- Last Synced: 2025-07-11T13:34:52.397Z (9 months ago)
- Topics: emgithub, hugo, hugo-shortcodes
- Language: HTML
- Homepage:
- Size: 0 Bytes
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hugo-shortcodes
## emgithub
Embed code from a file on Github directly into your blog using emgithub.com
### Usage
`{{< emgithub user="flipez" repo="battlesnake" file="src/battlesnake/point.cr" >}}`
|Parameter |Default |Required|
|----------|---------|:------:|
|`user` |"" |y |
|`repo` |"" |y |
|`file` |"" |y |
|`branch` |"master" |n |
|`style` |"dracula"|n |
|`lines` |"false" |n |
|`metadata`|"false" |n |
|`border` |"false" |n |