Skip to content

jasonday/typemill-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Donate

Typemill Plugins

A set of plugins for the Typemill flat file CMS.

Custom CSS

  • Add custom CSS to your site.
  • A default style.css already exists. If using that file, just enter that file name into the field.
  • Custom CSS files must be located in the plugins/customcss/css directory

Custom JS

  • Add custom javascript to your site.
  • A default script.js already exists. If using that file, just enter that file name into the field.
  • Custom javascript files must be located in the plugins/customjs/js directory

HTMLopen and HTMLclose shortcodes

  • Adds configurable html tags to content via shortcodes
  • Plugins/shortcodes must be used together (HTML must have an opening and closing tag to be valid HTML and to render correctly)
  • Use
     [:htmlopen tag="div" id="author" class="card":]
     my content
     [:htmlclose tag="div":]
    
    Outputs:
     <div id="author" class="card">
     my content
     </div>
    
  • Can nest shortcodes just like HTML for complex layouts & elements in Typemill markdown
  • Need to extend for other HTML attributes (for iframes, etc.)

Releases

No releases published

Packages

No packages published

Languages