Skip to content

Commit eb64d3e

Browse files
authored
Minify it
2 parents 61e632e + 22dec4d commit eb64d3e

5 files changed

Lines changed: 14 additions & 7 deletions

File tree

static-medium/README.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,26 +9,29 @@
99

1010
There are 3 style options!
1111

12-
Card style
12+
**Card style**
13+
1314
![card style gif](https://archgirl.github.io/module-scripts/static-medium/img/medium-hover-card.gif)
1415

15-
Card Narrow style
16+
**Card Narrow style**
17+
1618
![card narrow style gif](https://archgirl.github.io/module-scripts/static-medium/img/medium-hover-card2.gif)
1719

18-
List style
20+
**List style**
21+
1922
![card narrow style gif](https://archgirl.github.io/module-scripts/static-medium/img/medium-hover-list.gif)
2023

2124
Add the CSS for the style you want.
2225

2326
```
2427
<!-- For Card style -->
25-
<link rel="stylesheet" href="https://archgirl.github.io/module-scripts/static-medium/style-post-cards.css">
28+
<link rel="stylesheet" href="https://archgirl.github.io/module-scripts/static-medium/style-post-cards.min.css">
2629
2730
<!-- For Card Narrow style -->
28-
<link rel="stylesheet" href="https://archgirl.github.io/module-scripts/static-medium/style-post-cards-narrow.css">
31+
<link rel="stylesheet" href="https://archgirl.github.io/module-scripts/static-medium/style-post-cards-narrow.min.css">
2932
3033
<!-- For List style -->
31-
<link rel="stylesheet" href="https://archgirl.github.io/module-scripts/static-medium/style-post-list.css">
34+
<link rel="stylesheet" href="https://archgirl.github.io/module-scripts/static-medium/style-post-list.min.css">
3235
```
3336

3437
### 2. Add the posts div inside the `<body>` where you want it
@@ -93,7 +96,7 @@ Then you'll want to import the scripts in Embed Widget #2
9396
</script>
9497
9598
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
96-
<script src="https://archgirl.github.io/module-scripts/static-medium/script.js"></script>
99+
<script src="https://archgirl.github.io/module-scripts/static-medium/script.min.js"></script>
97100
```
98101

99102
**Don't forget to replace the `mediumHandle` with your own!**

static-medium/script.min.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static-medium/style-post-cards-narrow.min.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static-medium/style-post-cards.min.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static-medium/style-post-list.min.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)