Skip to content

Commit df0d182

Browse files
committed
Move pixyll.scss to assets/css/main.scss
1 parent 61d0854 commit df0d182

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

_includes/head.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
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.

pixyll.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)