Socket
Socket
Sign inDemoInstall

generator-liveblog-theme

Package Overview
Dependencies
9
Maintainers
6
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    generator-liveblog-theme

Yeoman generator


Version published
Maintainers
6
Install size
41.6 MB
Created

Readme

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

FAQs

Last updated on 21 Mar 2023

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc