diff --git a/_config.yml b/_config.yml deleted file mode 100644 index b849713..0000000 --- a/_config.yml +++ /dev/null @@ -1 +0,0 @@ -theme: jekyll-theme-leap-day \ No newline at end of file diff --git a/assets/js/tinymce-buttons.js b/assets/js/tinymce-buttons.js deleted file mode 100644 index 7da82e1..0000000 --- a/assets/js/tinymce-buttons.js +++ /dev/null @@ -1,19 +0,0 @@ -/** - * TinyMCE buttons for custom shortcodes - */ -( function() { - tinymce.create( 'tinymce.plugins.Bookdata', { - init: function( ed, url ) { - ed.addButton( 'bookdata', { - title: 'Bookdata', - /** image: url + '/img/tinymce-sample.png', */ - onclick: function() { - title = prompt( "Enter title", "" ); - ed.execCommand( 'mceInsertContent', false, '[bookdata title="' + title + '"]' ); - } - }); - }, - createControl: function( n, cm ) { return null; }, - }); - tinymce.PluginManager.add( 'bookdata', tinymce.plugins.PilauSample ); -})(); \ No newline at end of file