we-theme-blog-startbootstrap-clean

We.js startbootstrap clean theme - see https://github.com/IronSummitMedia/startbootstrap-clean-blog

Usage no npm install needed!

<script type="module">
  import weThemeBlogStartbootstrapClean from 'https://cdn.skypack.dev/we-theme-blog-startbootstrap-clean';
</script>

README

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