Category: Content

  • Logos and images

    Add brand marks Oink uses assets/icons/logo.svg as its default brand mark. Override it with params.logo, or set params.wordmark when the header should show a complete wordmark instead of an icon followed by the site title: YAML params: logo: …

    Add brand marks Oink uses assets/icons/logo.svg as its default brand mark. Override it with params.logo, or set params.wordmark when the header should show a complete wordmark instead of an icon followed by the site title: YAML params: logo: …

  • Hugo authoring tips

    Oink is a Hugo theme, so ordinary Markdown and Hugo’s content model remain the authoring foundation. These conventions keep pages readable in source form and stable after translation, reorganization, or subpath deployment. Link to published routes …

    Oink is a Hugo theme, so ordinary Markdown and Hugo’s content model remain the authoring foundation. These conventions keep pages readable in source form and stable after translation, reorganization, or subpath deployment. Link to published routes …

  • Organize your content

    Oink derives the documentation sidebar from Hugo’s content tree. The directory structure is therefore part of the reader experience, not just a source-code detail. Start with the questions readers need answered, then create the smallest hierarchy …

    Oink derives the documentation sidebar from Hugo’s content tree. The directory structure is therefore part of the reader experience, not just a source-code detail. Start with the questions readers need answered, then create the smallest hierarchy …

  • Authoring

    This chapter is about how to write. The available building blocks are in Components; site-level settings are in Site configuration. In this chapter Organize content: the content tree, sections, page bundles, front matter Writing conventions: …

    This chapter is about how to write. The available building blocks are in Components; site-level settings are in Site configuration. In this chapter Organize content: the content tree, sections, page bundles, front matter Writing conventions: …