= hugo = <> <> http://localhost:1313/ テスト用リンク https://www.karakaram.com/hugo-usage/ 新ページを作るときに、hugoが顔を出すのはうれしくない。moinmoinの方が簡単だ。-- ToshinoriMaeno <> == 入門 == 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) [[/テーマ]] == 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. Choose a theme from https://themes.gohugo.io/ or create your own with the "hugo new theme " command. 2. Perhaps you want to add some content. You can add single files with "hugo new /.". 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. }}} == extended version == SCCSサポート (Docsy用) [[/Docsy]] sudo snap refresh hugo --channel=extended