todo - RANews

lotusdocs hugo theme

shortcodes

see also: criando/usando shortcodes no hugo: https://www.youtube.com/watch?v=Eu4zSaKOY4A

Vai em layouts/ cria o diretório shortcodes.

cria um arquivo myshortcode.html com algum conteúdo.

vai num arquivo em content/ e coloca {{< myshortcode >}}

shortcodes as tags

content:

{{< myshortcode >}}
  Here goes the content
{{< /myshortcode >}}

shortcode:

<section>
{{ .Inner }}
</section>

If you need markdown in the ".Ineer", you must use a different tag in the content:

{{% myshortcode %}}
  **This is going to be bold**
{{% /myshortcode %}}

jekyll

hugo themes to try

inspiration

typography

Parar de usar monoespaçada no corpo, escolher uma sem serifa.

dump font names (from Google Fonts):

Inspiração:
material-design - typography-scale.png

Color Scheme

Gameboy

gb.png

Selecionar uma cor de destaque...

references