Skip to content

Instantly share code, notes, and snippets.

@nuovotaka
nuovotaka / About_goHugo_wercker_yaml.md
Created January 26, 2016 12:02
About Hugo wercker yaml

Deploy の'install-packages'にてエラーが発生

下記は正常に Deploy できたwercker.ymlのコードです。

box: debian
build:
  steps:
    - arjen/hugo-build:
        version: "0.15"
 theme: [YOUR_THEME]
@nuovotaka
nuovotaka / vs-code_gist.md
Last active April 20, 2023 04:42
Visual Studio Code でGitHub Gistを使ってみた

##Visual Studio Code でGitHub Gistを使ってみた(Mac)

先ずは、Extension の Installの方法 SHIFT + COMMAND + PもしくはView > Command Palette...Command Paletteを表示させたら >installと入力します。

ext_install

Install Extensionsが選択されてext install となりますので必要な語彙を入力してみましょう。 大概のものは用意されていると思います。

@nuovotaka
nuovotaka / hugo_internal_link.md
Created December 8, 2015 13:39
hugo twentyfourteen テーマで使える内部リンクアイコンのshortcodeを作ってみた
@nuovotaka
nuovotaka / hugo_external_link.md
Created December 8, 2015 13:37
hugo twentyfourteen テーマで使える外部リンクアイコンのshortcodeを作ってみた
@nuovotaka
nuovotaka / hugo_shortcodes.md
Last active December 10, 2015 15:22
Hugoのテーマ:twentyfourteenのshortcodeについて

Hugo(theme: twentyfourteen)でのshortcodeの使い方

twentyfourteenにはfigure及びfigcaptionをつけるためのshortcodeがあります。

{{% name parameters %}} 

[name] = shortcodes フォルダ以下のファイル名になります。

[parameters] = 下記のfigure のコードを参考にしてみてください。