Skip to content

Commit

Permalink
Huge patch
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexFlipnote committed Oct 17, 2018
1 parent 4257f65 commit a21b5ec
Show file tree
Hide file tree
Showing 26 changed files with 52 additions and 3,520 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ A clean CSS framework made to be dark and responsive.
## Install to your website
```html
<!-- Use this line to have the theme on your website -->
<link href="https://modesta.alexflipnote.xyz/css/modesta.css" type="text/css" rel="stylesheet">

<!-- Minify version -->
<link href="https://modesta.alexflipnote.xyz/css/modesta.min.css" type="text/css" rel="stylesheet">
```
If you wish to use local files, please copy the CSS folder into your website.
Expand Down
2 changes: 1 addition & 1 deletion _compiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def fail():


commands = [
['sass', '--watch', 'scss:css'],
['sass', '--watch', 'scss:css', '--style', 'compressed'],
['bundle', 'exec', 'jekyll', 'serve']
]

Expand Down
2 changes: 1 addition & 1 deletion _layouts/docs.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
{% endif %}

<!-- CSS -->
<link href="css/modesta.css" type="text/css" rel="stylesheet">
<link href="css/modesta.min.css" type="text/css" rel="stylesheet">
<link href="css/twemoji.min.css" type="text/css" rel="stylesheet">
<link href="css/blobcat.min.css" type="text/css" rel="stylesheet">
</head>
Expand Down
2 changes: 1 addition & 1 deletion _layouts/example.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no"/>
<link href="../css/modesta.css" type="text/css" rel="stylesheet">
<link href="../css/modesta.min.css" type="text/css" rel="stylesheet">
<link href="../css/twemoji.min.css" type="text/css" rel="stylesheet">
<link href="../css/blobcat.min.css" type="text/css" rel="stylesheet">
</head>
Expand Down
27 changes: 0 additions & 27 deletions _minify.py

This file was deleted.

4 changes: 1 addition & 3 deletions _pages/docs/0index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ A clean CSS framework made to be dark and responsive.
## Install to your website
```html
<!-- Use this line to have the theme on your website -->
<link href="https://modesta.alexflipnote.xyz/css/modesta.css" type="text/css" rel="stylesheet">

<!-- Minify version -->
<link href="https://modesta.alexflipnote.xyz/css/modesta.min.css" type="text/css" rel="stylesheet">
```
If you wish to use local files, please copy the CSS folder into your website.
Expand Down Expand Up @@ -50,6 +47,7 @@ Visit this link for docs: [https://modesta.alexflipnote.xyz/](https://modesta.al
- [Meowiee](https://catcomp.cf)
- [React-Modesta](https://modesta.bowser65.tk/)
- [Stylite](https://stylite.me/)
- [voided.pw](https://voided.pw/)

## Contribution
If you plan to contribute, please use **scss_lint** (Ruby Package) to be sure everything is linted.
Expand Down
6 changes: 6 additions & 0 deletions _pages/docs/colours.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ description: The different colours in ModestaCSS
<span class="COLOUR-flat">Make the object's background into colour (Without the dropshadow if the object has it)</span>
<span class="COLOUR-text">Make the object's text into colour</span>
```
<br>
Use this HTML to import the colours only, if that's your thing
```html
<!-- Colour pack | ~8 KB -->
<link href="https://modesta.alexflipnote.xyz/css/colours.min.css" type="text/css" rel="stylesheet">
```

# All colours
<div class="row">
Expand Down
4 changes: 2 additions & 2 deletions _pages/docs/emojis.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ Currently, ModestaCSS supports:

Use this HTML to import the different emoji packs
```html
<!-- Twemoji version | ~190 KB -->
<!-- Twemoji version | 195 KB -->
<link href="https://modesta.alexflipnote.xyz/css/twemoji.min.css" type="text/css" rel="stylesheet">

<!-- Blobcat version | ~20 KB -->
<!-- Blobcat version | 23.5 KB -->
<link href="https://modesta.alexflipnote.xyz/css/blobcat.min.css" type="text/css" rel="stylesheet">
```

Expand Down
3 changes: 2 additions & 1 deletion css/blobcat.min.css

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions css/colours.min.css

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

Loading

0 comments on commit a21b5ec

Please sign in to comment.