Skip to content

wkwkrnht/middleman-blog-by-wkwkrnht

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

middleman-by-wkwkrnht

Please note, this is optimized for blog on Netlify.

Features

  • TEMPLATED by slim

    • list

      • normal
      • by tag
      • by date
    • article

    • 404

  • STYLED by SCSS

    • list.css(index OR tag OR calender)

    • post.css(blog pages)

    • 404.css(ONLY 404)

    • parts also...

      • sns share button
      • site header
      • tag cloud
      • related articles
      • article card
  • INCLUDE theese

    • .ruby-version

    • config files

      • site.yml
      • author.yml
      • netlify.toml
    • automation build

      • robots.txt(by plugin)
      • sitemap.xml(by builder)
      • index.html(by middleman)
      • 404.html(by middleman)
    • Netlify CMS

  • How to speed up

    • loadCSS.js

    • gzip

    • MINIFY

      • HTML
      • CSS
      • javascript

##etc...