File tree Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ script:
2222 - grep johnotander/pixyll _site/index.html
2323 - grep post-title _site/index.html
2424 - grep pagination-item _site/index.html
25- - grep johnotander/pixyll _site/css/pixyll .css
25+ - grep johnotander/pixyll _site/assets/ css/main .css
2626 - grep 404 _site/404.html
2727 - gem build pixyll.gemspec
2828 - bundle exec jekyll new pixyll-example
Original file line number Diff line number Diff line change 2424 < link rel ="alternate " type ="application/rss+xml " title ="RSS Feed for {{ site.title }} " href ="{{ "/feed.xml" | relative_url }}" />
2525
2626 <!-- Custom CSS -->
27- < link rel ="stylesheet " href ="{{ "/css/pixyll .css" | relative_url }}?{{ site.time | date: "%Y%m%d%H%M" }}" type="text/css">
27+ < link rel ="stylesheet " href ="{{ "/assets/ css/main .css" | relative_url }}?{{ site.time | date: "%Y%m%d%H%M" }}" type="text/css">
2828
2929 <!-- Fonts -->
3030 {% if site.extended_fonts %}
File renamed without changes.
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
1313 spec . metadata [ "plugin_type" ] = "theme"
1414
1515 spec . files = `git ls-files -z` . split ( "\x0 " ) . select do |f |
16- f . match ( %r{^((_includes|_layouts|_sass|css )/|Rakefile|(LICENSE|README)((\. (txt|md|markdown)|$)))}i )
16+ f . match ( %r{^((_includes|_layouts|_sass|assets )/|Rakefile|(LICENSE|README)((\. (txt|md|markdown)|$)))}i )
1717 end
1818
1919 spec . add_runtime_dependency "jekyll" , "~> 3.3"
You can’t perform that action at this time.
0 commit comments