termina-plex 1.0.0.pre.alpha.1 → 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: f646924c9caab63b5101abe6c26cb732450665a106e3433ffe52a0ce0ab0b8e8
4
- data.tar.gz: 88ee48f1d9e8daa65a482e2a06680d7ca2a266c5d2d16e04f873768c2ad30640
3
+ metadata.gz: 9b998dc6e8a0ec9fde9feb32af442ddc2f0a8e3667b79b2bff090a0d9d7036a7
4
+ data.tar.gz: 2efeca2f7a2796624618c4b4b312d8c35665f5b1ef7276e681febf40062552ff
5
5
  SHA512:
6
- metadata.gz: 4d6566689b1db0dae288f22592d61b0ec0447c5a8f176eb6723f222c5ab25a139cb01152d3025203469faa24a16b939ed9473d087509cc68271cb15f4206dc20
7
- data.tar.gz: 3377141bfb94d9563a9cb2182daa435fa89060edd0d0b1bcce35342550565e5faa37d8d822edd65d04d645c6c5bf0d288e9aad2300fbea6615150268c817d73f
6
+ metadata.gz: 4c9329c8678c56868c41284522ad53849b23c34278541a2e5757ba4b59d54daee05f0365a4f08468e2e73c71abe41dcfc2510dd213192d32ce8436a3834fac57
7
+ data.tar.gz: 912af80c389d4bf8a066d1371a5d9ff78abf173c59da65872f01cfc0d395ac8cc61ef7097e60f0d8a8264ccde20372b4691e186dec8432d88af0d6e5ba009570
data/README.md CHANGED
@@ -86,6 +86,8 @@ The links displayed in the header of the page are defined in the `termina-plex.h
86
86
 
87
87
  The social links displayed under the site title in the main section of the landing page are defined by the `termina-plex.social_links` setting. Each link is defined as an object with a `name` and `url` key. An optional `rel` key is available if link-based validation is required by applications like Mastodon. As with the header link names, the link names will also be transformed to lowercase via CSS.
88
88
 
89
+ To set a site-wide `fediverse:creator` meta tag for article tagline support in Mastodon, define the `termina-plex.fediverse_creator` setting with the full account name including the initial `@`.
90
+
89
91
  If centered tables are preferred, the `termina-plex.centered_tables` setting can be set to `true`. By default, it uses the user agent's default alignment.
90
92
 
91
93
  By default, the theme will transform post titles to be capitalized on pages that use the `home` layout. If you prefer to have post titles not be transformed, you can set `termina-plex.standard_titles` to `true`.
@@ -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.alpha.1
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