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

generator-liveblog-theme

Package Overview
Dependencies
Maintainers
3
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-liveblog-theme

Yeoman generator

0.4.2
Source
npm
Version published
Maintainers
3
Created
Source

generator-liveblog-theme

Yeoman

The generator allows you to easily create and scaffold your own liveblog themes.

Getting Started

First some dependencies need to be installed:

npm install -g yo generator-liveblog-theme

Then, initiate the generator inside an empty working directory

mkdir my-fantastic-theme
cd my-fantastic-theme
yo liveblog-theme

Here is the resulting directory structure of your new theme:

my-fantastic-theme $ ls   
▕ drwxr-xr-x▏32 sec │   4K│less
▕ drwxr-xr-x▏<  sec │  20K│node_modules
▕ drwxr-xr-x▏32 sec │   4K│templates
▕ -rw-r--r--▏32 sec │ 322B│Makefile
▕ -rw-r--r--▏32 sec │  95B│gulpfile.js
▕ -rw-r--r--▏32 sec │   1K│package.json
▕ -rw-r--r--▏32 sec │   4K│theme.json

You can now start your theme development server with:

gulp watch-static

Custom theme allow you to do two different things:

  • Extend templates, by creating your own template following this naming convention inside the templates/ directory
  • Create your own css. Just a file with the .less extension inside the less/ directory, and this one will automatically be appended at the end of the existing CSS.

License

MIT

Keywords

yeoman-generator

FAQs

Package last updated on 05 Oct 2017

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