Skip to content

Commit

Permalink
Release v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dpilafian committed Dec 3, 2023
1 parent 8fd939a commit 7d4e05d
Show file tree
Hide file tree
Showing 30 changed files with 69 additions and 69 deletions.
12 changes: 6 additions & 6 deletions dist/blogger-tweaks.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions dist/layouts/block-duo.css
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
/*! web-ignition v2.0.9 ~~ https://github.com/center-key/web-ignition ~~ MIT License */
/*! web-ignition v2.1.0 ~~ https://github.com/center-key/web-ignition ~~ MIT License */

/*
Block Duo layout -- Two big columns followed by a single footer
Usage:
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/dna-engine@3.0/dist/dna-engine.css>
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/dna-engine@3.0/dist/panel-nav.css>
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/web-ignition@2.0/dist/reset.min.css>
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/web-ignition@2.0/dist/layouts/block-duo.css>
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/web-ignition@2.1/dist/reset.min.css>
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/web-ignition@2.1/dist/layouts/block-duo.css>
<style>
main >section:nth-child(1) { color: white; background-color: steelblue; }
main >section:nth-child(2) { color: gainsboro; background-color: black; }
Expand Down
6 changes: 3 additions & 3 deletions dist/layouts/color-blocks.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/*! web-ignition v2.0.9 ~~ https://github.com/center-key/web-ignition ~~ MIT License */
/*! web-ignition v2.1.0 ~~ https://github.com/center-key/web-ignition ~~ MIT License */

/*
Color Blocks layout -- Two columns of colorful blocks
Usage:
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/web-ignition@2.0/dist/reset.min.css>
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/web-ignition@2.0/dist/layouts/color-blocks.css>
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/web-ignition@2.1/dist/reset.min.css>
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/web-ignition@2.1/dist/layouts/color-blocks.css>
<style>
main >div:nth-child(1) >section:nth-child(3n+1) { border-color: rosybrown; }
main >div:nth-child(1) >section:nth-child(3n+1) h2 { background-color: rosybrown; }
Expand Down
6 changes: 3 additions & 3 deletions dist/layouts/color-slide.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/*! web-ignition v2.0.9 ~~ https://github.com/center-key/web-ignition ~~ MIT License */
/*! web-ignition v2.1.0 ~~ https://github.com/center-key/web-ignition ~~ MIT License */

/*
Color Slide layout -- Top to botttom color transition
Usage:
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/web-ignition@2.0/dist/reset.min.css>
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/web-ignition@2.0/dist/layouts/color-slide.css>
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/web-ignition@2.1/dist/reset.min.css>
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/web-ignition@2.1/dist/layouts/color-slide.css>
<style>
html { background: linear-gradient(to bottom, gold, black); }
</style>
Expand Down
6 changes: 3 additions & 3 deletions dist/layouts/letterbox.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/*! web-ignition v2.0.9 ~~ https://github.com/center-key/web-ignition ~~ MIT License */
/*! web-ignition v2.1.0 ~~ https://github.com/center-key/web-ignition ~~ MIT License */

/*
Letterbox layout -- Edge-to-edge semi-opaque bar over cover background image
Usage:
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/web-ignition@2.0/dist/reset.min.css>
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/web-ignition@2.0/dist/layouts/letterbox.css>
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/web-ignition@2.1/dist/reset.min.css>
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/web-ignition@2.1/dist/layouts/letterbox.css>
<style>
html { background-image: url(background.jpg); }
</style>
Expand Down
6 changes: 3 additions & 3 deletions dist/layouts/modern.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/*! web-ignition v2.0.9 ~~ https://github.com/center-key/web-ignition ~~ MIT License */
/*! web-ignition v2.1.0 ~~ https://github.com/center-key/web-ignition ~~ MIT License */

/*
Modern layout -- Clean blog post page
Usage:
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/web-ignition@2.0/dist/reset.min.css>
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/web-ignition@2.0/dist/layouts/modern.css>
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/web-ignition@2.1/dist/reset.min.css>
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/web-ignition@2.1/dist/layouts/modern.css>
HTML (<body>):
header
figure
Expand Down
8 changes: 4 additions & 4 deletions dist/layouts/neon.css
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
/*! web-ignition v2.0.9 ~~ https://github.com/center-key/web-ignition ~~ MIT License */
/*! web-ignition v2.1.0 ~~ https://github.com/center-key/web-ignition ~~ MIT License */

/*
Neon layout -- For hackers and space junkies
Usage:
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/web-ignition@2.0/dist/reset.min.css>
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/web-ignition@2.0/dist/layouts/neon.css>
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/web-ignition@2.1/dist/reset.min.css>
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/web-ignition@2.1/dist/layouts/neon.css>
...
<script src=https://cdn.jsdelivr.net/npm/web-ignition@2.0/dist/layouts/neon.min.js></script>
<script src=https://cdn.jsdelivr.net/npm/web-ignition@2.1/dist/layouts/neon.min.js></script>
HTML (<body>):
header
h1, h2, h3, h4
Expand Down
2 changes: 1 addition & 1 deletion dist/layouts/neon.min.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
//! web-ignition v2.0.9 ~~ https://github.com/center-key/web-ignition ~~ MIT License
//! web-ignition v2.1.0 ~~ https://github.com/center-key/web-ignition ~~ MIT License
const numNeonImages=8;const randomImage=Date.now()%numNeonImages+1;globalThis.document.body.classList.add("neon-image-"+String(randomImage));
6 changes: 3 additions & 3 deletions dist/layouts/vertical-bars.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/*! web-ignition v2.0.9 ~~ https://github.com/center-key/web-ignition ~~ MIT License */
/*! web-ignition v2.1.0 ~~ https://github.com/center-key/web-ignition ~~ MIT License */

/*
Vertical Bars layout -- traditional boring old-school webpage
Usage:
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/web-ignition@2.0/dist/reset.min.css>
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/web-ignition@2.0/dist/layouts/vertical-bars.css>
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/web-ignition@2.1/dist/reset.min.css>
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/web-ignition@2.1/dist/layouts/vertical-bars.css>
<style>
html { background-color: dimgray; }
body { color: whitesmoke; background-color: black; border-color: firebrick; }
Expand Down
6 changes: 3 additions & 3 deletions dist/layouts/zebra-sections.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/*! web-ignition v2.0.9 ~~ https://github.com/center-key/web-ignition ~~ MIT License */
/*! web-ignition v2.1.0 ~~ https://github.com/center-key/web-ignition ~~ MIT License */

/*
Zebra Sections layout -- Edge-to-edge blocks with alternating background colors
Usage:
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/web-ignition@2.0/dist/reset.min.css>
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/web-ignition@2.0/dist/layouts/zebra-sections.css>
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/web-ignition@2.1/dist/reset.min.css>
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/web-ignition@2.1/dist/layouts/zebra-sections.css>
<style>
body >header nav a { color: white; text-shadow: 0px 0px 0.6em black; }
body >header nav a.current, body >header nav a:hover { color: white; border-color: gold; }
Expand Down
2 changes: 1 addition & 1 deletion dist/lib-x.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! web-ignition v2.0.9 ~~ https://github.com/center-key/web-ignition ~~ MIT License
//! web-ignition v2.1.0 ~~ https://github.com/center-key/web-ignition ~~ MIT License

export type GlobalKey = keyof typeof globalThis;
export type Json = string | number | boolean | null | undefined | JsonObject | Json[];
Expand Down
6 changes: 3 additions & 3 deletions dist/lib-x.dev.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! web-ignition v2.0.9 ~~ https://github.com/center-key/web-ignition ~~ MIT License
//! web-ignition v2.1.0 ~~ https://github.com/center-key/web-ignition ~~ MIT License

const libXDom = {
stateDepot: [],
Expand Down Expand Up @@ -754,7 +754,7 @@ const libXForm = {
};
const libXSocial = {
buttons: [
{ title: 'Twitter', icon: 'twitter', x: 580, y: 350, link: 'https://twitter.com/share?text=${title}&url=${url}' },
{ title: 'Twitter', icon: 'x-twitter', x: 580, y: 350, link: 'https://twitter.com/share?text=${title}&url=${url}' },
{ title: 'Facebook', icon: 'facebook-f', x: 580, y: 350, link: 'https://www.facebook.com/sharer.php?u=${url}' },
{ title: 'LinkedIn', icon: 'linkedin-in', x: 580, y: 350, link: 'https://www.linkedin.com/shareArticle?mini=true&url=${url}&title=${title}' },
{ title: 'Reddit', icon: 'reddit', x: 600, y: 750, link: 'https://www.reddit.com/submit?url=${url}&title=${title}' },
Expand Down Expand Up @@ -808,7 +808,7 @@ const libXExtra = {
},
};
const libX = {
version: '2.0.9',
version: '2.1.0',
dom: libXDom,
ui: libXUi,
util: libXUtil,
Expand Down
6 changes: 3 additions & 3 deletions dist/lib-x.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! web-ignition v2.0.9 ~~ https://github.com/center-key/web-ignition ~~ MIT License
//! web-ignition v2.1.0 ~~ https://github.com/center-key/web-ignition ~~ MIT License

const libXDom = {
stateDepot: [],
Expand Down Expand Up @@ -754,7 +754,7 @@ const libXForm = {
};
const libXSocial = {
buttons: [
{ title: 'Twitter', icon: 'twitter', x: 580, y: 350, link: 'https://twitter.com/share?text=${title}&url=${url}' },
{ title: 'Twitter', icon: 'x-twitter', x: 580, y: 350, link: 'https://twitter.com/share?text=${title}&url=${url}' },
{ title: 'Facebook', icon: 'facebook-f', x: 580, y: 350, link: 'https://www.facebook.com/sharer.php?u=${url}' },
{ title: 'LinkedIn', icon: 'linkedin-in', x: 580, y: 350, link: 'https://www.linkedin.com/shareArticle?mini=true&url=${url}&title=${title}' },
{ title: 'Reddit', icon: 'reddit', x: 600, y: 750, link: 'https://www.reddit.com/submit?url=${url}&title=${title}' },
Expand Down Expand Up @@ -808,7 +808,7 @@ const libXExtra = {
},
};
const libX = {
version: '2.0.9',
version: '2.1.0',
dom: libXDom,
ui: libXUi,
util: libXUtil,
Expand Down
4 changes: 2 additions & 2 deletions dist/lib-x.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit 7d4e05d

Please sign in to comment.