8000 GitHub - butlerx/hugo-recipes: Hugo theme fo recipes site
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

butlerx/hugo-recipes

Repository files navigation

hugo-theme-recipes

A theme for Hugo for managing a cookbook

Quick Start

  1. Install Hugo with your favorite package manager, or follow their Installation Guide
    • Note that the extended version of Hugo is required since this theme needs SCSS support. At the time of writing, this is the version found by installing via HomeBrew and the Arch User Repository. If that isn't the case for your package manager, then install using $ go install --tags extended as documented in the Hugo Install Docs.
  2. Add the repository into your Hugo Project repository as a submodule, git submodule add https://github.com/butlerx/hugo-recipes themes/recipes.
  3. Configure your config.toml or config.yaml.
  4. Build your site with hugo serve and see the result at http://localhost:1313/.

Using this theme

Add a new recipe draft

  1. Navigate to the root directory of your website folder within a terminal
  2. Type hugo new name-of-your-new-recipe-here, replacing name-of-your-new-recipe-here with the name of your recipe
  • Note that the default template (archetype in Hugo vernacular) will replace the hypens in the provided name with spaces as the title and capitalize the first letter of each word. For example, if I were to enter the command hugo new hot-dog, I would find a new folder at content/hot-dog, and the title within the index.md file in that folder would be Hot Dog.

License

Coder is licensed under the MIT license.

About

Hugo theme fo recipes site

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0