Skip to content

Commit

Permalink
NES 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Awilum committed May 9, 2020
1 parent 563ab90 commit f13727e
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h1 align="center">Nes Theme for <a href="https://flextype.org/">Flextype</a></h1>
<h1 align="center">NES Theme for <a href="https://flextype.org/">Flextype</a></h1>

![preview](preview.png)

Expand All @@ -12,7 +12,7 @@

## Dependencies

The following dependencies need to be downloaded and installed for Nes Theme.
The following dependencies need to be downloaded and installed for NES Theme.

| Item | Version | Download |
|---|---|---|
Expand All @@ -24,7 +24,7 @@ The following dependencies need to be downloaded and installed for Nes Theme.

1. Download & Install all required dependencies.
2. Create new folder `/project/themes/nes`
3. Download Nes Theme and unzip theme to the folder `/project/themes/nes`
3. Download NES Theme and unzip theme to the folder `/project/themes/nes`
4. Update setting `theme` with new value `nes` in `/project/config/plugins/site/settings.yaml`

## LICENSE
Expand Down
11 changes: 11 additions & 0 deletions assets/src/styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
.container {
padding: 40px;
}

.mr-0 {
margin: 0;
}

.mr-4 {
margin-right: 10px;
}
4 changes: 2 additions & 2 deletions theme.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Nes
name: NES
version: 1.3.0
description: Nes theme for Flextype.
description: NES theme for Flextype.
author:
name: Sergey Romanenko
email: [email protected]
Expand Down

0 comments on commit f13727e

Please sign in to comment.