Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@hyas/seo

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hyas/seo

Hyas SEO

  • 2.0.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
442
decreased by-7.14%
Maintainers
1
Weekly downloads
 
Created
Source

Hyas SEO

Official SEO integration for Hyas.

Status

npm (scoped)

Installation

npm i @hyas/seo

Setup

Add mounts to ./config/_default/module.toml:

[[mounts]]
  source = "node_modules/@hyas/seo/layouts"
  target = "layouts"

[[mounts]]
  source = "layouts"
  target = "layouts"

Add settings to ./config/_default/hugo.toml:

title = "Hyas"
enableRobotsTXT = true

[social]
  twitter = "gethyas"

Set parameters in ./config/_default/params.toml:

# Hugo
title = "My Docs"
description = "Congrats on setting up a new Doks project!"
images = ["cover.png"]

# SEO (@hyas/seo)
[seo]
  [seo.title]
    separator = " | "
    suffix = ""
  [seo.favicons]
    sizes = []
    icon = "favicon.png" # favicon.png (default)
    svg_icon = "favicon.svg" # favicon.svg (default)
    mask_icon = "mask-icon.svg" # mask-icon.svg (default)
    mask_icon_color = "white" # white (default)

How to use

See the Hyas documentation:

  • SEO

Credits

This npm package is based on:

FAQs

Package last updated on 13 Oct 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc