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

eclipsefdn-hugo-solstice-theme

Package Overview
Dependencies
Maintainers
0
Versions
223
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eclipsefdn-hugo-solstice-theme

Hugo Solstice theme by the Eclipse Foundation.

  • 0.1.5
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
486
increased by86.92%
Maintainers
0
Weekly downloads
 
Created
Source

hugo-solstice-theme

The official Hugo theme from the Eclipse Foundation.

Getting Started

Dependencies:

ProgramVersion
node.js18.13.0
npm8.19
Hugo0.110
Git> 2.31
Make> 4.3

Install dependencies, build assets and start a webserver:

make run

To run yarn watch and hugo server at the same time:

In one terminal:

yarn run watch

Once above process is done, in another terminal:

make run

Getting Started (Windows)

To install our dependencies on Windows, replace the previous npm install with this one:

set NODE_ENV=production && npm install
Alternative Solution

Install win-node-en globally and then install our dependencies by following the steps from our Getting Started section.

yarn add -g win-node-env

Known Issues

Versions of Hugo 0.60 and beyond do not support raw HTML in markdown files by default. To enable this feature, unsafe HTML rendering can be enabled in the Goldmark engine in the site configuration. This is not recommended as it exposes rendered content vulnerable to injected content on the site.

Contributing

  1. Fork the solstice-assets repository
  2. Clone repository: git clone https://gitlab.eclipse.org/[your_gitlab_username]/hugo-solstice-theme.git
  3. Create your feature branch: git checkout -b my-new-feature
  4. Commit your changes: git commit -m 'Add some feature' -s
  5. Push feature branch: git push origin my-new-feature
  6. Submit a merge request

Documentation

Bugs and Feature Requests

Have a bug or a feature request? Please search for existing and closed issues. If your problem or idea is not addressed yet, please open a new issue.

Author

Christopher Guindon (Eclipse Foundation)

Trademarks

  • Jakarta and Jakarta EE are Trademarks of the Eclipse Foundation, Inc.
  • Eclipse® is a Trademark of the Eclipse Foundation, Inc.
  • Eclipse Foundation is a Trademark of the Eclipse Foundation, Inc.

Copyright 2018-2021 the Eclipse Foundation, Inc. and the hugo-solstice-theme authors. Code released under the Eclipse Public License Version 2.0 (EPL-2.0).

FAQs

Package last updated on 08 Jan 2025

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