1. hugo

http://localhost:1313/ テスト用リンク

https://www.karakaram.com/hugo-usage/

新ページを作るときに、hugoが顔を出すのはうれしくない。moinmoinの方が簡単だ。-- ToshinoriMaeno 2020-08-23 13:42:48

1.1. 入門

https://knowledge.sakura.ad.jp/22908/ 日本語

https://www.karakaram.com/hugo-usage/

https://nasust.com/hugo/basic/create_site/ サイトの作り方

https://gohugo.io/getting-started/quick-start/ (English)

/テーマ

1.2. install on linux

snap install hugo --channel=extended

snap refresh hugo --channel=stable.

$ hugo new site quickstart
Congratulations! Your new Hugo site is created in /home/tmaeno/quickstart.

Just a few more steps and you're ready to go:

1. Download a theme into the same-named folder.

2. Perhaps you want to add some content. You can add single files

3. Start the built-in live server via "hugo server".

Visit https://gohugo.io/ for quickstart guide and full documentation.

$ git submodule add https://github.com/budparr/gohugo-theme-ananke.git themes/ananke
Cloning into '/home/tmaeno/quickstart/themes/ananke'...
remote: Enumerating objects: 4, done.
remote: Counting objects: 100% (4/4), done.
remote: Compressing objects: 100% (4/4), done.
remote: Total 1835 (delta 0), reused 0 (delta 0), pack-reused 1831
Receiving objects: 100% (1835/1835), 4.33 MiB | 3.44 MiB/s, done.
Resolving deltas: 100% (1021/1021), done.

1.3. extended version

SCCSサポート (Docsy用) /Docsy

sudo snap refresh hugo --channel=extended

MoinQ: hugo (last edited 2020-08-23 13:42:48 by ToshinoriMaeno)