Metro UI 4 Jekyll 2.0

Create a Jekyll site
with an interface similar to Windows 8 easily.

Download

easy to use

less source

mit license

5

steps to your GitHub Page

5 simple steps to your GitHub Page

  1. Edit _config.yml and Gruntfile.js
  2. Modify metro-bootstrap.less as you need
  3. Install Node modules with npm install
  4. Create your documents and posts, adapt includes
  5. Run grunt dist, then Jekyll
<!DOCTYPE html>
<html>
<head>
    <link rel="stylesheet" href="css/metro-bootstrap.css">
    <link rel="stylesheet" href="css/metro-bootstrap-responsive.css">
    <script src="js/jquery/jquery.min.js"></script>
    <script src="js/jquery/jquery.widget.min.js"></script>
    <script src="js/metro/metro.min.js"></script>
</head>
<body class="metro">
    <div class="container">
        ... markup page ...
    </div>
</body>
</html>

About the author of Metro UI 4 Jekyll

Hi! My name Sergey Pimenov and i'm author of Metro UI 4 Jekyll from Kiev, Ukraine.