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

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.

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 |