New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@hopin/hugo-base-theme

Package Overview
Dependencies
Maintainers
2
Versions
353
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hopin/hugo-base-theme

[![Build and Test](https://github.com/gauntface/hopin-base-theme/workflows/Build%20and%20Test/badge.svg)](https://github.com/gauntface/hopin-base-theme/actions?query=workflow%3A%22Build+and+Test%22) [![Publish](https://github.com/gauntface/hopin-base-them

  • 0.0.353
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
470
increased by683.33%
Maintainers
2
Weekly downloads
 
Created
Source

Hopin Base Hugo Theme

Build and Test Publish

This repo contains a theme to use as a base theme.

Installing

Step 1: Install via NPM

npm install --save @hopin/hugo-base-theme

Step 2: Use via Gulp

const basetheme = require('@hopin/hugo-base-theme');

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

Step 3: Add to Config

Then add the hopin-base-theme to your sites config:

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

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

Step 4: Add parameters

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

{
  "params": {
    "shorttitle": "Base Site",
    "description": "This is the site description",
    "themecolor": "#C0FFEE",
    "googleanalytics": "UA-123456789-1",
    "socialimage": "/images/default-social.png",
    "twittercreator": "@gauntface"
  }
}

FAQs

Package last updated on 20 Jun 2021

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