DanRoscigno / recipe-hugo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Recipes build with Hugo and Pagefind

Hugo is a static site generator, and pagefind is a lightweight search tool that does not rely on any external service.

yarn install

Build the HTML

hugo

Generate the search index

npx pagefind --site public --output-subdir _pagefind

Serve the pages

hugo server -DEF

About


Languages

Language:SCSS 53.6%Language:HTML 46.4%