1.2.0 • Published 5 years ago

we-theme-blog-startbootstrap-clean v1.2.0

Weekly downloads
93
License
MIT
Repository
github
Last release
5 years ago

We.js Startbootstrap Clean theme

Default we.js blog project theme.

Example: http://albertosouza.net

Screenshot

Screenshot example

How to develop:

install for development:

1 install all dependencies

npm install

2 link this theme as npm module in your we.js project

#First in your theme folder:
## you may need sudo for this command
ǹpm link 
# then enter in your project and type:
npm link we-theme-blog-startbootstrap-clean 

3 change your project settings to use this theme:

file: project/config/themes.js

module.exports.themes = {
    enabled: [
      'we-theme-blog-startbootstrap-clean',
      'we-theme-admin-default'
    ],
    app: 'we-theme-blog-startbootstrap-clean',
    admin: 'we-theme-admin-default'
};

Run the theme tasks and project

Run the tasks
# in  theme folder
npm run tasks
Run the project
# in project folder
npm run dev

Build with:

Clean Blog StartBootstrap theme: http://startbootstrap.com/template-overviews/clean-blog/

License

MIT

1.2.0

5 years ago

1.1.4

5 years ago

1.1.0

5 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago

0.3.16

8 years ago

0.3.15

8 years ago

0.3.14

8 years ago

0.3.13

8 years ago

0.3.12

8 years ago

0.3.10

9 years ago

0.3.9

9 years ago

0.3.8

9 years ago

0.3.7

9 years ago

0.3.6

9 years ago

0.3.5

9 years ago

0.3.4

9 years ago

0.3.3

9 years ago

0.3.2

9 years ago

0.3.1

9 years ago

0.3.0

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago