-
-
Notifications
You must be signed in to change notification settings - Fork 184
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(scripts): replace
intense.js
with lightense.js
BREAKING CHANGE: I've rewrote the `intense.js` from the ground up and rebranded it as `lightense.js`, a minimalism “lightbox” script less than 2 KB (not gzipped!). If you have used Intensed Images, you have to changes the plugin keyword in your front-matter fields from: ```yml plugin: intense ``` to: ```yml plugin: lightense ```
- Loading branch information
Showing
7 changed files
with
179 additions
and
420 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,4 @@ | ||
<!-- Main content wrap --> | ||
{% capture plugin_intense_class %} | ||
{% if page.plugin == 'intense' %} | ||
intense-wrap | ||
{% endif %} | ||
{% endcapture %} | ||
|
||
<main class="content {{ page.class }} {{plugin_intense_class}}" role=main> | ||
<main class="content {{ page.class }}" role=main> | ||
{{ content }} | ||
</main> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
// Theme script goes here |
Oops, something went wrong.