Merge pull request #36 from pages-themes/repo-name-scss

Add _sass/midnight.scss to allow importing with theme name while using jekyll-remote-theme
This commit is contained in:
Parker Moore
2021-07-26 14:44:36 -04:00
committed by GitHub
2 changed files with 5 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
# The Midnight theme
[![Build Status](https://travis-ci.org/pages-themes/midnight.svg?branch=master)](https://travis-ci.org/pages-themes/midnight) [![Gem Version](https://badge.fury.io/rb/jekyll-theme-midnight.svg)](https://badge.fury.io/rb/jekyll-theme-midnight)
[Build Status](https://github.com/pages-themes/midnight/actions/workflows/ci.yaml) [![Gem Version](https://badge.fury.io/rb/jekyll-theme-midnight.svg)](https://badge.fury.io/rb/jekyll-theme-midnight)
*Midnight is a Jekyll theme for GitHub Pages. You can [preview the theme to see what it looks like](http://pages-themes.github.io/midnight), or even [use it today](#usage).*

4
_sass/midnight.scss Normal file
View File

@@ -0,0 +1,4 @@
// Placeholder file. If your site uses
// @import "{{ site.theme }}";
// Then using this theme with jekyll-remote-theme will work fine.
@import "jekyll-theme-midnight";