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

@gauntface/hugo-theme

Package Overview
Dependencies
Maintainers
1
Versions
544
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gauntface/hugo-theme

This repo contains a theme for gauntface.com

  • 0.0.544
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Gauntface Hugo Theme

Build and Test Publish

This repo contains a theme to use with gauntface.com

Installing

Step 1: Install via NPM

npm install --save @gauntface/hugo-theme

Step 2: Use via Gulp

const gftheme = require('@gauntface/hugo-theme');

gulp.task('gauntface-theme', () => {
  return gftheme.copyTheme(path.join(__dirname, `themes`, 'gauntface'));
})

Step 3: Add to Config

Then add the hopin-styleguide to your sites config:

{
    "baseURL": "...",
    "languageCode": "...",
    "title": "...",
    "publishDir": ".public",

    "theme": ["...", "gauntface", "hopin-base-theme"],
}

Step 4: Add parameters

There are a few optional parameters you will might want to set in your site config:

{
    "params": {
        "description": "This is the site description",
        "themecolor": "#C0FFEE",
        "googleanalytics": "UA-123456789-1"
    }
}

FAQs

Package last updated on 04 Jun 2022

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