0.4.11 • Published 1 year ago

generator-liveblog-theme v0.4.11

Weekly downloads
5
License
MIT
Repository
github
Last release
1 year ago

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

0.4.11

1 year ago

0.4.10

3 years ago

0.4.9

6 years ago

0.4.8

6 years ago

0.4.7

6 years ago

0.4.6

6 years ago

0.4.5

6 years ago

0.4.4

6 years ago

0.4.3

7 years ago

0.4.2

7 years ago

0.4.1

7 years ago

0.4.0

7 years ago

0.3.0

7 years ago

0.2.0

8 years ago

0.1.5

9 years ago

0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago