Default we.js blog project theme.
Example: http://albertosouza.net
npm install
#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
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'
};
# in theme folder
npm run tasks
# in project folder
npm run dev
Clean Blog StartBootstrap theme: http://startbootstrap.com/template-overviews/clean-blog/
MIT