So effectively, Shortcode is function/method definition stored in some file. We call it from Content files and pass arguments to it? It reminds me of inline functions in C++. you declare them, but during compilation full function declaration is placed instead of dispatching to function.
I want to render Meta titles dynamically in markdown files as below. If Yes, Plz let me know. --- title: {{< param appname >}} Dashboard Features description: Features weight: 1 layout: subfeature --- Currently am getting an error " ``` failed to unmarshal YAML: yaml: line 6: could not find expected ‘:’
dude, this video is on the Hugo shortcode site!
awesome expalination.... thanks🌹🌹
great video series, thanks Mike
You are my hero.
Any examples of shortcodes to process images for alignment and scaling?
Awesome
Would be great if you could show a more tricky example like highlighting or adding a figure (both don´t work out for me on ananke theme...)
So effectively, Shortcode is function/method definition stored in some file. We call it from Content files and pass arguments to it? It reminds me of inline functions in C++. you declare them, but during compilation full function declaration is placed instead of dispatching to function.
In case short-codes don't work, check exact spelling and whitespace
(e.g. {{< youtube 2xkNJL4gJ9E >}} NOT {{ }}.
how do I add email sign up form with Hugo?
Apoorv Mote do you have a solution¿
Search: "theme contact page Hugo" and google shall provide.
I want to render Meta titles dynamically in markdown files as below. If Yes, Plz let me know.
---
title: {{< param appname >}} Dashboard Features
description: Features
weight: 1
layout: subfeature
---
Currently am getting an error " ```
failed to unmarshal YAML: yaml: line 6: could not find expected ‘:’
use doublequotes for your strings i.e. layout: "subfeature" description: "Features" etc..
{{< youtube w7Ft2ymGmfc >}} it is not working i can't see video or frame of video plz help me
this problem solved in github.com/rstudio/blogdown/issues/40
Stop localhost and rebuild site after insert snippet.