0.4.11 • Published 2 years ago
generator-liveblog-theme v0.4.11
generator-liveblog-theme
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 theless/
directory, and this one will automatically be appended at the end of the existing CSS.
License
MIT
0.4.11
2 years ago
0.4.10
4 years ago
0.4.9
7 years ago
0.4.8
7 years ago
0.4.7
7 years ago
0.4.6
7 years ago
0.4.5
7 years ago
0.4.4
8 years ago
0.4.3
8 years ago
0.4.2
8 years ago
0.4.1
8 years ago
0.4.0
8 years ago
0.3.0
8 years ago
0.2.0
9 years ago
0.1.5
10 years ago
0.1.4
10 years ago
0.1.3
10 years ago
0.1.2
10 years ago
0.1.1
10 years ago
0.1.0
10 years ago