Skip to content

webhook/webhook-theme-podcast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webhook Podcast Theme

Design by Dave Snider. MIT License. Do what you will with it.

Anything I should know?

Uses audio.js for the player and ajaxify.js for the persistance.

Sass

I've included the Sass files if you're so inclined. I'm using my Wyrm Sass framwork. Just run a bower install after you've installed the theme, then add the following to your Gruntfile.js.

sass: {
  dev: {
    options: {
      style: 'expanded',
      loadPath: ['vendor/bourbon/app/assets/stylesheets', 'vendor/neat/app/assets/stylesheets', 'vendor/font-awesome/scss', 'vendor/wyrm/sass']
    },
    files: [{
      expand: true,
      cwd: 'sass',
      src: ['*.sass'],
      dest: 'static/css',
      ext: '.css'
    }]
  }
},
watch: {
  options : {
    files: ['sass/**/*.sass', 'vendor/wyrm/sass/**/*.sass'],
    tasks: ['sass','build']
  },
}

The majority of the styles are in _layout.sass and _player.sass.

About

Podcast theme for Webhook.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published