termina-plex 1.0.0.pre.rc → 1.0.0.pre.rc.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: caa64415aa266f39840b348837b0d77ef2a8e6206eb761937dead235352dcfc8
4
- data.tar.gz: 6341f2a14ad64b0615ccd6da4b106795d3898fc27dcf92f92e426a73039bbbbb
3
+ metadata.gz: 9b998dc6e8a0ec9fde9feb32af442ddc2f0a8e3667b79b2bff090a0d9d7036a7
4
+ data.tar.gz: 2efeca2f7a2796624618c4b4b312d8c35665f5b1ef7276e681febf40062552ff
5
5
  SHA512:
6
- metadata.gz: 7d4f0ff18bd86792c90b4a5a9f39dec450d59709c6eb5762a2452aaf505fd4598a3171239deafcfebd78614d588c593a28667d19868d96b76143d8aad5372490
7
- data.tar.gz: 8b0c4a4f30f10107bb7a2fe364f2dd00bf366195fcb0b6f07a828acd3002e7914c87778579f8df8351689fb0eb7ec9bf6757ccc7647efa4b40bbdaf30e37cd73
6
+ metadata.gz: 4c9329c8678c56868c41284522ad53849b23c34278541a2e5757ba4b59d54daee05f0365a4f08468e2e73c71abe41dcfc2510dd213192d32ce8436a3834fac57
7
+ data.tar.gz: 912af80c389d4bf8a066d1371a5d9ff78abf173c59da65872f01cfc0d395ac8cc61ef7097e60f0d8a8264ccde20372b4691e186dec8432d88af0d6e5ba009570
@@ -1,19 +1,6 @@
1
1
  @charset "utf-8";
2
2
 
3
- $body-font-family: "IBM Plex Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Segoe UI Emoji", "Segoe UI Symbol", "Apple Color Emoji", Roboto, Helvetica, Arial, sans-serif !default;
4
- $code-font-family: "IBM Plex Mono", "Menlo", "Inconsolata", "Consolas", "Roboto Mono", "Ubuntu Mono", "Liberation Mono", "Courier New", monospace;
5
- $serif-font-family: "IBM Plex Serif", "Georgia", "Garamond", "Times New Roman", serif;
6
- $header-font-family: "IBM Plex Mono", "Menlo", "Inconsolata", "Consolas", "Roboto Mono", "Ubuntu Mono", "Liberation Mono", "Courier New", monospace;
7
-
8
- $base-font-size: 16px !default;
9
- $base-font-weight: 400 !default;
10
- $small-font-size: $base-font-size * 0.875 !default;
11
- $base-line-height: 1.5 !default;
12
-
13
- $breakLarge: 992px;
14
- $widthLarge: 88%;
15
- $widthSmaller: 92%;
16
- $spacingUnit: 30px !default;
3
+ @use "variables" as *;
17
4
 
18
5
  // Layout: Core
19
6
  body {
@@ -1,19 +1,6 @@
1
1
  @charset "utf-8";
2
2
 
3
- $body-font-family: "IBM Plex Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Segoe UI Emoji", "Segoe UI Symbol", "Apple Color Emoji", Roboto, Helvetica, Arial, sans-serif !default;
4
- $code-font-family: "IBM Plex Mono", "Menlo", "Inconsolata", "Consolas", "Roboto Mono", "Ubuntu Mono", "Liberation Mono", "Courier New", monospace;
5
- $serif-font-family: "IBM Plex Serif", "Georgia", "Garamond", "Times New Roman", serif;
6
- $header-font-family: "IBM Plex Mono", "Menlo", "Inconsolata", "Consolas", "Roboto Mono", "Ubuntu Mono", "Liberation Mono", "Courier New", monospace;
7
-
8
- $base-font-size: 16px !default;
9
- $base-font-weight: 400 !default;
10
- $small-font-size: $base-font-size * 0.875 !default;
11
- $base-line-height: 1.5 !default;
12
-
13
- $breakLarge: 992px;
14
- $widthLarge: 88%;
15
- $widthSmaller: 92%;
16
- $spacingUnit: 30px !default;
3
+ @use "variables" as *;
17
4
 
18
5
  // Pages: Base
19
6
  .content {
@@ -0,0 +1,16 @@
1
+ @charset "utf-8";
2
+
3
+ $body-font-family: "IBM Plex Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Segoe UI Emoji", "Segoe UI Symbol", "Apple Color Emoji", Roboto, Helvetica, Arial, sans-serif !default;
4
+ $code-font-family: "IBM Plex Mono", "Menlo", "Inconsolata", "Consolas", "Roboto Mono", "Ubuntu Mono", "Liberation Mono", "Courier New", monospace;
5
+ $serif-font-family: "IBM Plex Serif", "Georgia", "Garamond", "Times New Roman", serif;
6
+ $header-font-family: "IBM Plex Mono", "Menlo", "Inconsolata", "Consolas", "Roboto Mono", "Ubuntu Mono", "Liberation Mono", "Courier New", monospace;
7
+
8
+ $base-font-size: 1.05rem !default;
9
+ $base-font-weight: 400 !default;
10
+ $small-font-size: $base-font-size * 0.875 !default;
11
+ $base-line-height: 1.5 !default;
12
+
13
+ $breakLarge: 992px;
14
+ $widthLarge: 88%;
15
+ $widthSmaller: 92%;
16
+ $spacingUnit: 30px !default;
@@ -1,8 +1,8 @@
1
1
  @charset "utf-8";
2
2
 
3
- @forward "ibm-plex";
3
+ @forward "fonts";
4
4
  @forward "highlight";
5
5
  @forward "themes";
6
6
 
7
- @use "layout" as *;
8
- @use "pages" as *;
7
+ @forward "layout";
8
+ @forward "pages";
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: termina-plex
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0.pre.rc
4
+ version: 1.0.0.pre.rc.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Linh Pham
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-11-05 00:00:00.000000000 Z
11
+ date: 2024-11-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -120,12 +120,13 @@ files:
120
120
  - _layouts/page.html
121
121
  - _layouts/post.html
122
122
  - _layouts/tag.html
123
- - _sass/termina-plex/highlight.scss
124
- - _sass/termina-plex/ibm-plex.scss
125
- - _sass/termina-plex/layout/_index.scss
123
+ - _sass/termina-plex/_fonts.scss
124
+ - _sass/termina-plex/_highlight.scss
125
+ - _sass/termina-plex/_layout.scss
126
+ - _sass/termina-plex/_pages.scss
127
+ - _sass/termina-plex/_themes.scss
128
+ - _sass/termina-plex/_variables.scss
126
129
  - _sass/termina-plex/main.scss
127
- - _sass/termina-plex/pages/_index.scss
128
- - _sass/termina-plex/themes.scss
129
130
  - assets/css/centered-table.css
130
131
  - assets/css/style.scss
131
132
  - assets/fonts/ibm-plex-mono/IBMPlexMono-Bold.ttf
File without changes
File without changes