Socket
Book a DemoInstallSign in
Socket

harmonic-theme-conf-boilerplate

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

harmonic-theme-conf-boilerplate

Conf Boilerplate

latest
Source
npmnpm
Version
0.0.2
Version published
Weekly downloads
2
100%
Maintainers
1
Weekly downloads
 
Created
Source

What is it and why

This Conf-Boilerplate theme is an Harmonic's theme aiming to be a simple replacement for the Conf Boileplate project.
It is still in beta, but it's working just fine, like the old one.
The original Conf Boilerplate was developed using DocPad. DocPad is awesome, but it covers a lot of features we don't want to use.
Also, now we're using Harmonic, a simple, but powerful static site generator built with the modern JavaScript.

How to use it

First of all, you'll need to install Harmonic.
As Harmonic is a Node.js based project, obviously, you'll need to install it first if you don't have it yet.

npm install harmonic -g

Now, init your new conference website:

harmonic init my_awesome_conf

Install conf boilerplate theme:

cd my_awesome_conf
npm install harmonic-theme-conf-boilerplate --save

Change your theme in harmonic.json file:

"theme": "harmonic-theme-conf-boilerplate"

Run:

harmonic run

Keywords

harmonictheme

FAQs

Package last updated on 12 Jun 2015

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