jekyll-theme-woforo 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
 - data/{LICENSE.txt → LICENSE} +1 -1
 - data/_layouts/default.html +3 -0
 - data/_sass/woforo.scss +24 -0
 - metadata +27 -5
 - data/_sass/main.scss +0 -0
 
    
        checksums.yaml
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            ---
         
     | 
| 
       2 
2 
     | 
    
         
             
            SHA1:
         
     | 
| 
       3 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       4 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 3 
     | 
    
         
            +
              metadata.gz: 3abffc4e8e7b9e2efdd71778dc521a0fccb331ff
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: b23075fcc22decb25de0b66b4ab19ff7fd5c1615
         
     | 
| 
       5 
5 
     | 
    
         
             
            SHA512:
         
     | 
| 
       6 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       7 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 6 
     | 
    
         
            +
              metadata.gz: fe5794671553a50c87fdf9628a9f408f43b15dbf67e3073461c0019d46e1f0df1898bfee9d7d089298f9c9341694de96ed16cb491eb225b3a7073ed2eb002cc6
         
     | 
| 
      
 7 
     | 
    
         
            +
              data.tar.gz: aad9692c05db330856bdddc4d9a8a0a60a2e3d7d0159dd715f9bb0487a2e2f5df6908937e9e94e31e65147d9c92274d103e23fb08705c69cf734b2c46830d069
         
     | 
    
        data/{LICENSE.txt → LICENSE}
    RENAMED
    
    | 
         @@ -1,6 +1,6 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            The MIT License (MIT)
         
     | 
| 
       2 
2 
     | 
    
         | 
| 
       3 
     | 
    
         
            -
            Copyright (c) 2016  
     | 
| 
      
 3 
     | 
    
         
            +
            Copyright (c) 2016 WoFoRo Community
         
     | 
| 
       4 
4 
     | 
    
         | 
| 
       5 
5 
     | 
    
         
             
            Permission is hereby granted, free of charge, to any person obtaining a copy
         
     | 
| 
       6 
6 
     | 
    
         
             
            of this software and associated documentation files (the "Software"), to deal
         
     | 
    
        data/_layouts/default.html
    CHANGED
    
    
    
        data/_sass/woforo.scss
    ADDED
    
    | 
         @@ -0,0 +1,24 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            @import url(http://fonts.googleapis.com/earlyaccess/droidarabicnaskh.css);
         
     | 
| 
      
 2 
     | 
    
         
            +
            @import url(http://fonts.googleapis.com/css?family=Open+Sans|Fira+Mono);
         
     | 
| 
      
 3 
     | 
    
         
            +
             
     | 
| 
      
 4 
     | 
    
         
            +
            body{
         
     | 
| 
      
 5 
     | 
    
         
            +
              background-color: #fff;
         
     | 
| 
      
 6 
     | 
    
         
            +
             
     | 
| 
      
 7 
     | 
    
         
            +
              h1,h2,h3,h4,h5,h6,p,div,strong,em,ul,ol,li{
         
     | 
| 
      
 8 
     | 
    
         
            +
                font-family:  'Open Sans','Droid Arabic Naskh', serif;
         
     | 
| 
      
 9 
     | 
    
         
            +
              }
         
     | 
| 
      
 10 
     | 
    
         
            +
             
     | 
| 
      
 11 
     | 
    
         
            +
              a{
         
     | 
| 
      
 12 
     | 
    
         
            +
                text-decoration: none;
         
     | 
| 
      
 13 
     | 
    
         
            +
              }
         
     | 
| 
      
 14 
     | 
    
         
            +
             
     | 
| 
      
 15 
     | 
    
         
            +
              li{
         
     | 
| 
      
 16 
     | 
    
         
            +
                padding-right: 1em;
         
     | 
| 
      
 17 
     | 
    
         
            +
                li {
         
     | 
| 
      
 18 
     | 
    
         
            +
                  padding-right: 2em;
         
     | 
| 
      
 19 
     | 
    
         
            +
                  li {
         
     | 
| 
      
 20 
     | 
    
         
            +
                    padding-right: 4em;
         
     | 
| 
      
 21 
     | 
    
         
            +
                  }
         
     | 
| 
      
 22 
     | 
    
         
            +
                }
         
     | 
| 
      
 23 
     | 
    
         
            +
              }
         
     | 
| 
      
 24 
     | 
    
         
            +
            }
         
     | 
    
        metadata
    CHANGED
    
    | 
         @@ -1,14 +1,14 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            --- !ruby/object:Gem::Specification
         
     | 
| 
       2 
2 
     | 
    
         
             
            name: jekyll-theme-woforo
         
     | 
| 
       3 
3 
     | 
    
         
             
            version: !ruby/object:Gem::Version
         
     | 
| 
       4 
     | 
    
         
            -
              version: 0.1. 
     | 
| 
      
 4 
     | 
    
         
            +
              version: 0.1.1
         
     | 
| 
       5 
5 
     | 
    
         
             
            platform: ruby
         
     | 
| 
       6 
6 
     | 
    
         
             
            authors:
         
     | 
| 
       7 
7 
     | 
    
         
             
            - Keyvan Mir Mohammad Sadeghi
         
     | 
| 
       8 
8 
     | 
    
         
             
            autorequire: 
         
     | 
| 
       9 
9 
     | 
    
         
             
            bindir: bin
         
     | 
| 
       10 
10 
     | 
    
         
             
            cert_chain: []
         
     | 
| 
       11 
     | 
    
         
            -
            date: 2017-01- 
     | 
| 
      
 11 
     | 
    
         
            +
            date: 2017-01-17 00:00:00.000000000 Z
         
     | 
| 
       12 
12 
     | 
    
         
             
            dependencies:
         
     | 
| 
       13 
13 
     | 
    
         
             
            - !ruby/object:Gem::Dependency
         
     | 
| 
       14 
14 
     | 
    
         
             
              name: jekyll
         
     | 
| 
         @@ -24,6 +24,26 @@ dependencies: 
     | 
|
| 
       24 
24 
     | 
    
         
             
                - - "~>"
         
     | 
| 
       25 
25 
     | 
    
         
             
                  - !ruby/object:Gem::Version
         
     | 
| 
       26 
26 
     | 
    
         
             
                    version: '3.3'
         
     | 
| 
      
 27 
     | 
    
         
            +
            - !ruby/object:Gem::Dependency
         
     | 
| 
      
 28 
     | 
    
         
            +
              name: jekyll-plugin-rtlify
         
     | 
| 
      
 29 
     | 
    
         
            +
              requirement: !ruby/object:Gem::Requirement
         
     | 
| 
      
 30 
     | 
    
         
            +
                requirements:
         
     | 
| 
      
 31 
     | 
    
         
            +
                - - "~>"
         
     | 
| 
      
 32 
     | 
    
         
            +
                  - !ruby/object:Gem::Version
         
     | 
| 
      
 33 
     | 
    
         
            +
                    version: '0.1'
         
     | 
| 
      
 34 
     | 
    
         
            +
                - - ">"
         
     | 
| 
      
 35 
     | 
    
         
            +
                  - !ruby/object:Gem::Version
         
     | 
| 
      
 36 
     | 
    
         
            +
                    version: '0.1'
         
     | 
| 
      
 37 
     | 
    
         
            +
              type: :runtime
         
     | 
| 
      
 38 
     | 
    
         
            +
              prerelease: false
         
     | 
| 
      
 39 
     | 
    
         
            +
              version_requirements: !ruby/object:Gem::Requirement
         
     | 
| 
      
 40 
     | 
    
         
            +
                requirements:
         
     | 
| 
      
 41 
     | 
    
         
            +
                - - "~>"
         
     | 
| 
      
 42 
     | 
    
         
            +
                  - !ruby/object:Gem::Version
         
     | 
| 
      
 43 
     | 
    
         
            +
                    version: '0.1'
         
     | 
| 
      
 44 
     | 
    
         
            +
                - - ">"
         
     | 
| 
      
 45 
     | 
    
         
            +
                  - !ruby/object:Gem::Version
         
     | 
| 
      
 46 
     | 
    
         
            +
                    version: '0.1'
         
     | 
| 
       27 
47 
     | 
    
         
             
            - !ruby/object:Gem::Dependency
         
     | 
| 
       28 
48 
     | 
    
         
             
              name: bundler
         
     | 
| 
       29 
49 
     | 
    
         
             
              requirement: !ruby/object:Gem::Requirement
         
     | 
| 
         @@ -57,16 +77,18 @@ email: 
     | 
|
| 
       57 
77 
     | 
    
         
             
            - keyvan.m.sadeghi@gmail.com
         
     | 
| 
       58 
78 
     | 
    
         
             
            executables: []
         
     | 
| 
       59 
79 
     | 
    
         
             
            extensions: []
         
     | 
| 
       60 
     | 
    
         
            -
            extra_rdoc_files: 
     | 
| 
      
 80 
     | 
    
         
            +
            extra_rdoc_files:
         
     | 
| 
      
 81 
     | 
    
         
            +
            - README.md
         
     | 
| 
      
 82 
     | 
    
         
            +
            - LICENSE
         
     | 
| 
       61 
83 
     | 
    
         
             
            files:
         
     | 
| 
       62 
     | 
    
         
            -
            - LICENSE 
     | 
| 
      
 84 
     | 
    
         
            +
            - LICENSE
         
     | 
| 
       63 
85 
     | 
    
         
             
            - README.md
         
     | 
| 
       64 
86 
     | 
    
         
             
            - _includes/footer.html
         
     | 
| 
       65 
87 
     | 
    
         
             
            - _includes/header.html
         
     | 
| 
       66 
88 
     | 
    
         
             
            - _layouts/default.html
         
     | 
| 
       67 
89 
     | 
    
         
             
            - _layouts/page.html
         
     | 
| 
       68 
90 
     | 
    
         
             
            - _layouts/post.html
         
     | 
| 
       69 
     | 
    
         
            -
            - _sass/ 
     | 
| 
      
 91 
     | 
    
         
            +
            - _sass/woforo.scss
         
     | 
| 
       70 
92 
     | 
    
         
             
            homepage: https://github.com/woforo/jekyll-theme-woforo
         
     | 
| 
       71 
93 
     | 
    
         
             
            licenses:
         
     | 
| 
       72 
94 
     | 
    
         
             
            - MIT
         
     | 
    
        data/_sass/main.scss
    DELETED
    
    | 
         
            File without changes
         
     |