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

sancho

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sancho

  • 0.6.2
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

title: Sancho Readme keywords:

  • ruby
  • github-pages-generator ...

Sancho is static site generator for Github Pages. Site content should to be written in Markdown or Pandoc Markdown. And it will be rendered with Pandoc

Installation

Run

$ bundle add sancho --git https://github.com/nvoynov/sancho.git

Require it in the Rakefile

require "sancho"
source, folders = Sancho.tasks
Rake.application.rake_require source, folders

Install pandoc

Usage

To initialize site content, run the initialization task

$ rake sancho:init

Configure the site content by customizing sancho.yml

Render HTML content from markdown sources

$ rake sancho:docs

Serve it locally by

$ rake sancho:serve

[Template]{.underline}

You can provide your own HTML template by placing _layouts/template.html file. Read Pandoc Templates section for details.

FAQs

Package last updated on 09 Mar 2024

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