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

nanoc-neocities

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nanoc-neocities

  • 0.1.2
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

nanoc-neocities

This Gem provides a deployer that allows Nanoc, the open-source static website generator, to deploy to Neocities™; the free and open-source web hosting service for creative web-native individuals.

Installation

Either gem install nanoc-neocities and require 'nanoc-neocities' from your Nanoc site’s lib/.

Or add nanoc-neocities to the nanoc group of your Gemfile:

group :nanoc do
  gem 'nanoc-neocities'
end

Available on RubyGem.

Usage

Add a deployment target to your nanoc.yaml file and provide the sitename (without the .neocities.org TLD) and your site API key:

deploy:
  my_neocities:
    kind: neocities
    sitename: example-site
    api_key: example-api-key
    prune_remote: true

You can then run nanoc deploy my_neocities from inside your Nanoc site directory to deploy it to your configured Neocities™ site.

You can find the API key for your Neocities™ site on the Site settings page on the main Neocities™ website.


The project is licensed under the MIT License (see LICENSE). “Neocities” is a trademark of Neocities Ltd.

FAQs

Package last updated on 15 Apr 2019

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