Skip to content

Commit a60844e

Browse files
committed
Mangan v1.4.1
- Update installation guide post - Use lowercase on hex color. Easier to distinguish between numbers and letters - Ruby >= 3.1 is required
1 parent bc20dc3 commit a60844e

File tree

8 files changed

+32
-34
lines changed

8 files changed

+32
-34
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ jobs:
1313
strategy:
1414
matrix:
1515
os: [ubuntu-latest, macos-latest]
16-
ruby-version: [2.7, 2.6]
16+
ruby-version: [3.1]
1717
runs-on: ${{ matrix.os }}
1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@v1
20+
uses: actions/checkout@v3
2121
with:
2222
fetch-depth: 1
2323
- name: Set up Ruby
24-
uses: actions/setup-ruby@v1
24+
uses: ruby/setup-ruby@v1
2525
with:
2626
ruby-version: ${{ matrix.ruby-version }}
2727
- name: Install packages

.github/workflows/schedule.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ jobs:
1010
strategy:
1111
matrix:
1212
os: [ubuntu-latest, macos-latest]
13-
ruby-version: [2.7, 2.6]
13+
ruby-version: [3.1]
1414
runs-on: ${{ matrix.os }}
1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v1
17+
uses: actions/checkout@v3
1818
with:
1919
fetch-depth: 1
2020
- name: Set up Ruby
21-
uses: actions/setup-ruby@v1
21+
uses: ruby/setup-ruby@v1
2222
with:
2323
ruby-version: ${{ matrix.ruby-version }}
2424
- name: Install packages

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2015-2019 Diki Ananta
3+
Copyright (c) 2015-2022 Diki Ananta
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
![Mangan Jekyll Theme](https://files.dikiaap.id/img/open-source/mangan_preview.png)
77

88
## Requirements
9-
- Ruby >= 2.6
9+
- Ruby >= 3.1
1010
- RubyGems
11-
- Linux, Unix, or Mac OS X
11+
- Linux, Unix, or macOS
1212
- Git
1313

1414
## Install

_posts/2017-03-10-installation-mangan-jekyll-theme.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ description: "Installation Mangan Jekyll Theme"
99
---
1010
# Mangan
1111

12-
[![Build Status](https://img.shields.io/travis/com/dikiaap/mangan/master.svg?logo=travis)](https://travis-ci.com/dikiaap/mangan)
12+
[![Build Status](https://github.com/dikiaap/mangan/workflows/build/badge.svg)](https://github.com/dikiaap/mangan/actions)
1313
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)
1414

1515
![Mangan Jekyll Theme](https://files.dikiaap.id/img/open-source/mangan_preview.png)
1616

1717
## Requirements
18-
- Ruby >= 2.3
18+
- Ruby >= 3.1
1919
- RubyGems
20-
- Linux, Unix, or Mac OS X
20+
- Linux, Unix, or macOS
2121
- Git
2222

2323
## Install
@@ -27,9 +27,7 @@ Fork, then rename to `username.github.io`, and clone to your computer.
2727
```shell
2828
git clone https://github.com/username/username.github.io
2929
cd username.github.io
30-
sudo gem install jekyll jekyll-paginate jekyll-sitemap
31-
sudo gem install jemoji octopress
32-
octopress new post "Your post"
30+
sudo gem install jekyll jekyll-paginate jekyll-sitemap jemoji
3331
jekyll build
3432
jekyll serve
3533
```

_sass/_base.scss

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -99,16 +99,16 @@ a {
9999
hr {
100100
margin: 40px 65% 40px 0;
101101
border: 0;
102-
border-top: 1px solid #B5B5B5;
102+
border-top: 1px solid #b5b5b5;
103103
}
104104

105105
/**
106106
* Blockquotes
107107
*/
108108
blockquote {
109109
padding: 10px 20px 10px 50px;
110-
color: #6C6C6C;
111-
border-left: 4px double #DEDEDE;
110+
color: #6c6c6c;
111+
border-left: 4px double #dedede;
112112
font-size: 16px;
113113
letter-spacing: 0.1px;
114114

@@ -123,8 +123,8 @@ blockquote {
123123
pre,
124124
code {
125125
font-family: $cutive;
126-
background-color: #EAEAEA;
127-
color: #2E2E2E;
126+
background-color: #eaeaea;
127+
color: #2e2e2e;
128128
}
129129

130130
code {

_sass/_layout.scss

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
* Site header
33
*/
44
.site-header {
5-
border-bottom: 1px solid #E5E5E5;
5+
border-bottom: 1px solid #e5e5e5;
66
position: relative;
7-
background-color: #F5F5F5;
7+
background-color: #f5f5f5;
88
text-align: center;
99
}
1010

@@ -100,7 +100,7 @@
100100
}
101101

102102
.big.bg {
103-
background-color: #F6FFAA;
103+
background-color: #f6ffaa;
104104
background-size: 0px;
105105
}
106106

@@ -263,14 +263,14 @@
263263
font-family: $vt323;
264264
width: 100px;
265265
float: left;
266-
border-bottom: 1px dashed #E1E2E3;
266+
border-bottom: 1px dashed #e1e2e3;
267267
padding-top: $spacing-unit / 6;
268268
text-align: left;
269269
}
270270

271271
.content-col-wrapper {
272272
font-size: $spacing-unit / 2;
273-
color: #6C6C6C;
273+
color: #6c6c6c;
274274
margin-left: -$spacing-unit / 2;
275275
@extend %clearfix;
276276
}
@@ -390,9 +390,9 @@
390390
* Site footer
391391
*/
392392
.site-footer {
393-
border-top: 1px solid #E6E6E6;
393+
border-top: 1px solid #e6e6e6;
394394
padding: $spacing-unit 0;
395-
background-color: #F9F9F9;
395+
background-color: #f9f9f9;
396396
}
397397

398398
.footer-heading {
@@ -402,7 +402,7 @@
402402

403403
.footer-col-wrapper {
404404
font-size: 15px;
405-
color: #4B4B4B;
405+
color: #4b4b4b;
406406
margin-left: -$spacing-unit / 2;
407407
@extend %clearfix;
408408
}
@@ -424,6 +424,6 @@
424424

425425
.footer-text {
426426
font-size: 14px;
427-
color: #4B4B4B;
427+
color: #4b4b4b;
428428
text-align: center;
429429
}

css/mangan.scss

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
# Mangan sass file ...
33
---
44
/*!
5-
* Mangan v1.4
6-
* Copyright 2015-2019 Diki Ananta
5+
* Mangan v1.4.1
6+
* Copyright 2015-2022 Diki Ananta
77
* Released under the MIT license
88
*/
99
@charset "utf-8";
@@ -21,13 +21,13 @@ $base-line-height: 1.5;
2121
$spacing-unit: 30px;
2222

2323
// Color ...
24-
$dark-color: #2D2D2D;
24+
$dark-color: #2d2d2d;
2525
$link-color: #3c4245;
2626
$link-hover-color: #151617;
27-
$background-color: #F9F9F9;
27+
$background-color: #f9f9f9;
2828
$grey-color: #828282;
2929
$date-color: #626262;
30-
$github-color: #4A4A4A;
30+
$github-color: #4a4a4a;
3131
$grey-color-light: lighten($grey-color, 40%);
3232
$grey-color-dark: darken($grey-color, 25%);
3333

0 commit comments

Comments
 (0)