Skip to content

Commit fb73426

Browse files
committed
update
1 parent f325b0c commit fb73426

File tree

5 files changed

+19
-15
lines changed

5 files changed

+19
-15
lines changed

_config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ permalink: pretty
55
# Setup
66
title: cbm.js
77
tagline: Diploma Thesis
8-
url: https://iamnapo.me
9-
baseurl: /cbmjs
8+
url: https://cbm.js.org
9+
baseurl: ""
1010

1111
# Markdown
1212
markdown: kramdown
@@ -39,5 +39,5 @@ author:
3939
4040

4141
# Custom vars
42-
version: 1.6.0
42+
version: 1.9.0
4343
repo: https://github.com/cbmjs/

favicon.ico

-1.12 KB
Binary file not shown.

release-notes.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,13 @@ id: release-notes
66

77
# {{ page.title }}
88

9+
## 1.9.0 *May 16, 2020*
10+
11+
- Nothing super extra 🤷; just cleaned up code and updated dependencies.
12+
913
## 1.6.0 *March 31, 2018*
1014

11-
- <span class="tag">Breaking</span>: <span class="red">GOT AN ELECTICAL AND COMPUTER ENGINEERING MASTER'S DEGREE THANKS TO THAT PROJECT.</span>
15+
- <span class="tag">Breaking</span>: <span class="tag red">Got an Electrical & Computer Engineering Master's Degree.</span>
1216
- __Fix__: Changed LUIS key.
1317
- __Add__: Added eslint support.
1418
- __Fix__: Minor bug fixes.

script.js

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

style/_base.scss

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,23 +21,23 @@ svg {
2121

2222
/* Webfont: Lato-Regular */@font-face {
2323
font-family: 'LatoWebRegular';
24-
src: url('/cbmjs/font/lato/Lato-Regular.eot'); /* IE9 Compat Modes */
25-
src: url('/cbmjs/font/lato/Lato-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
26-
url('/cbmjs/font/lato/Lato-Regular.woff2') format('woff2'), /* Modern Browsers */
27-
url('/cbmjs/font/lato/Lato-Regular.woff') format('woff'), /* Modern Browsers */
28-
url('/cbmjs/font/lato/Lato-Regular.ttf') format('truetype');
24+
src: url('./font/lato/Lato-Regular.eot'); /* IE9 Compat Modes */
25+
src: url('./font/lato/Lato-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
26+
url('./font/lato/Lato-Regular.woff2') format('woff2'), /* Modern Browsers */
27+
url('./font/lato/Lato-Regular.woff') format('woff'), /* Modern Browsers */
28+
url('./font/lato/Lato-Regular.ttf') format('truetype');
2929
font-style: normal;
3030
font-weight: normal;
3131
text-rendering: optimizeLegibility;
3232
}
3333

3434
/* Webfont: Lato-Light */@font-face {
3535
font-family: 'LatoWebLight';
36-
src: url('/cbmjs/font/lato/Lato-Light.eot'); /* IE9 Compat Modes */
37-
src: url('/cbmjs/font/lato/Lato-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
38-
url('/cbmjs/font/lato/Lato-Light.woff2') format('woff2'), /* Modern Browsers */
39-
url('/cbmjs/font/lato/Lato-Light.woff') format('woff'), /* Modern Browsers */
40-
url('/cbmjs/font/lato/Lato-Light.ttf') format('truetype');
36+
src: url('./font/lato/Lato-Light.eot'); /* IE9 Compat Modes */
37+
src: url('./font/lato/Lato-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
38+
url('./font/lato/Lato-Light.woff2') format('woff2'), /* Modern Browsers */
39+
url('./font/lato/Lato-Light.woff') format('woff'), /* Modern Browsers */
40+
url('./font/lato/Lato-Light.ttf') format('truetype');
4141
font-style: normal;
4242
font-weight: normal;
4343
text-rendering: optimizeLegibility;

0 commit comments

Comments
 (0)