helvetic-resume 1.0.0 → 1.0.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.
Files changed (85) hide show
  1. checksums.yaml +4 -4
  2. data/{_pages/en/docs.md → README.md} +90 -91
  3. metadata +4 -86
  4. data/LICENSE.txt +0 -21
  5. data/_data/ca.yaml +0 -46
  6. data/_data/common.yaml +0 -11
  7. data/_data/en.yaml +0 -46
  8. data/_data/es.yaml +0 -46
  9. data/_data/it.yaml +0 -46
  10. data/_includes/bar_graph.liquid +0 -17
  11. data/_includes/bluesky.liquid +0 -5
  12. data/_includes/dot-accent.liquid +0 -3
  13. data/_includes/dot.liquid +0 -3
  14. data/_includes/dribbble.liquid +0 -5
  15. data/_includes/email.liquid +0 -5
  16. data/_includes/footer.liquid +0 -38
  17. data/_includes/github.liquid +0 -4
  18. data/_includes/head.liquid +0 -28
  19. data/_includes/header.liquid +0 -23
  20. data/_includes/instagram.liquid +0 -18
  21. data/_includes/language-menu.liquid +0 -32
  22. data/_includes/linkedin.liquid +0 -8
  23. data/_includes/medium.liquid +0 -9
  24. data/_includes/post_block.liquid +0 -9
  25. data/_includes/previous-next.liquid +0 -22
  26. data/_includes/previous-next_has-categories.liquid +0 -41
  27. data/_includes/print-button.liquid +0 -4
  28. data/_includes/theme-toggle.liquid +0 -19
  29. data/_includes/twitter.liquid +0 -9
  30. data/_layouts/about.liquid +0 -42
  31. data/_layouts/category-post.liquid +0 -20
  32. data/_layouts/category_index.liquid +0 -13
  33. data/_layouts/default.liquid +0 -14
  34. data/_layouts/home.liquid +0 -96
  35. data/_layouts/page.liquid +0 -12
  36. data/_layouts/post.liquid +0 -20
  37. data/_layouts/redirect.liquid +0 -22
  38. data/_pages/404.md +0 -8
  39. data/_pages/ca/articles.md +0 -25
  40. data/_pages/ca/documentacio.md +0 -91
  41. data/_pages/ca/quant-a-mi.md +0 -60
  42. data/_pages/en/about-me.md +0 -59
  43. data/_pages/en/reports.md +0 -25
  44. data/_pages/es/articulos.md +0 -25
  45. data/_pages/es/documentacion.md +0 -93
  46. data/_pages/es/sobre-mi.md +0 -60
  47. data/_pages/it/articoli.md +0 -25
  48. data/_pages/it/chi-sono.md +0 -58
  49. data/_pages/it/documenti.md +0 -93
  50. data/_posts/ca/2024-05-15-el-gran-massimo-vignelli.md +0 -45
  51. data/_posts/ca/2024-10-14-creilles.md +0 -38
  52. data/_posts/ca/2025-02-06-exemple-markdown.md +0 -172
  53. data/_posts/ca/2025-03-02-benvinguts-a-jekyll.md +0 -60
  54. data/_posts/en/2024-05-15-the-great-massimo-vignelli.md +0 -45
  55. data/_posts/en/2024-10-14-potatoes.md +0 -38
  56. data/_posts/en/2025-02-06-markdown-sample.md +0 -174
  57. data/_posts/en/2025-03-02-welcome-to-jekyll.md +0 -59
  58. data/_posts/es/2024-05-15-es-el-gran-massimo-vignelli.md +0 -45
  59. data/_posts/es/2024-10-14-patatas.md +0 -38
  60. data/_posts/es/2025-02-06-ejemplo-markdown.md +0 -172
  61. data/_posts/es/2025-03-03-bienvenido-a-jekyll.md +0 -60
  62. data/_posts/it/2024-05-15-il-grande-massimo-vignelli.md +0 -45
  63. data/_posts/it/2024-10-14-patate.md +0 -38
  64. data/_posts/it/2025-02-06-esempio-markdown.md +0 -175
  65. data/_posts/it/2025-03-02-benvenuti-a-jekyll.md +0 -59
  66. data/_sass/_base.scss +0 -110
  67. data/_sass/_components.scss +0 -161
  68. data/_sass/_themes.scss +0 -196
  69. data/_sass/_utilities.scss +0 -700
  70. data/_sass/_variables.scss +0 -43
  71. data/assets/css/print.scss +0 -128
  72. data/assets/css/style.scss +0 -7
  73. data/assets/images/avatar.webp +0 -0
  74. data/assets/images/theme_black.png +0 -0
  75. data/assets/images/theme_blue.png +0 -0
  76. data/assets/images/theme_magenta.png +0 -0
  77. data/assets/images/theme_mint.png +0 -0
  78. data/assets/images/theme_orange.png +0 -0
  79. data/assets/images/theme_red.png +0 -0
  80. data/assets/images/theme_white.png +0 -0
  81. data/assets/images/theme_yellow.png +0 -0
  82. data/assets/js/print-button.js +0 -16
  83. data/assets/js/theme-toggle.js +0 -105
  84. data/scripts/entrypoint.sh +0 -35
  85. data/scripts/post-create.sh +0 -21
@@ -1,161 +0,0 @@
1
- @use "variables" as *;
2
- // Styling markdown output
3
- // Code formatting
4
- pre {
5
- border-left: var(--spacer-1) solid var(--color-border);
6
- margin: var(--spacer-3) 0;
7
- padding-left: 16px;
8
- width: calc(9 / 12 * 100%); // matches col-9
9
- overflow-x: auto;
10
- }
11
-
12
- code {
13
- color: var(--code);
14
- font-size: var(--body-font-size);
15
- padding: 1px 0px;
16
- }
17
-
18
- .prose {
19
- a:not(.link-primary):not(.no-underline) {
20
- color: inherit;
21
- text-decoration: none !important;
22
- position: relative;
23
-
24
- &::before {
25
- content: "";
26
- position: absolute;
27
- left: 0;
28
- bottom: 0;
29
- width: 100%;
30
- height: 2px;
31
- background-color: var(--background);
32
- }
33
-
34
- &::after {
35
- content: "";
36
- position: absolute;
37
- left: 0;
38
- bottom: 0;
39
- width: 0;
40
- height: 2px;
41
- background-color: var(--text-accent);
42
- transition: width 400ms;
43
- }
44
-
45
- &:hover::after {
46
- width: 100%;
47
- }
48
- &::before {
49
- background-color: var(--foreground) !important;
50
- }
51
- }
52
-
53
- p,
54
- ol,
55
- ul {
56
- font-size: var(--prose-font-size);
57
- margin-bottom: 1em;
58
- width: 100%;
59
-
60
- @media (min-width: #{$breakpoint-lg}) {
61
- width: calc(10 / 12 * 100%); // matches col-10
62
- }
63
- }
64
-
65
- ul,
66
- ol {
67
- padding-left: 40px;
68
- }
69
-
70
- li {
71
- margin-bottom: 0.5em;
72
-
73
- ul li,
74
- ol li {
75
- margin-bottom: 0;
76
- }
77
- }
78
-
79
- img {
80
- max-width: 100%;
81
-
82
- @media (min-width: #{$breakpoint-lg}) {
83
- max-width: calc(12 / 10 * 100%); // make image fill width of container on desktop
84
- }
85
- }
86
-
87
- blockquote {
88
- line-height: 1.375;
89
- padding-left: 20px;
90
- margin: 40px 0 40px -16px;
91
- border-left: var(--spacer-1) solid var(--color-border);
92
- font-style: italic;
93
-
94
- p {
95
- font-size: 24px;
96
- }
97
-
98
- @media (min-width: #{$breakpoint-lg}) {
99
- padding-left: var(--spacer-3);
100
- margin: var(--spacer-4) 0 var(--spacer-4) -40px;
101
- max-width: calc(11 / 10 * 100%);
102
-
103
- p {
104
- font-size: 32px;
105
- }
106
- }
107
- }
108
-
109
- hr {
110
- color: var(--text);
111
- border-style: solid;
112
- border-width: thin;
113
- margin-top: 0.5em;
114
- margin-bottom: 0.5em;
115
- }
116
-
117
- dt {
118
- font-weight: bold;
119
- font-style: italic;
120
- line-height: 1.25;
121
- }
122
-
123
- dd {
124
- font-style: italic;
125
- margin-bottom: 0.5em;
126
- }
127
-
128
- // Markdown tables
129
- table {
130
- border-collapse: collapse;
131
- display: block;
132
- width: 100%;
133
- margin-bottom: 1.5em;
134
- overflow: auto;
135
- // For Firefox to horizontally scroll wider tables.
136
- word-break: normal;
137
- word-break: keep-all;
138
-
139
- th {
140
- font-weight: bold;
141
- text-align: left;
142
- }
143
-
144
- th,
145
- td {
146
- padding: var(--spacer-2) var(--spacer-3) var(--spacer-2) 2px;
147
- border-top: 1px solid var(--text);
148
- border-bottom: 1px solid var(--text);
149
- }
150
-
151
- tr {
152
- background-color: inherit;
153
- border-top: 1px solid var(--text);
154
- }
155
-
156
- tr th {
157
- border-top: 2px solid var(--text);
158
- border-bottom: 2px solid var(--text);
159
- }
160
- }
161
- }
data/_sass/_themes.scss DELETED
@@ -1,196 +0,0 @@
1
- @use "sass:map";
2
- $whitesmoke: #f5f5f5;
3
- $white: #fff;
4
-
5
- $red: #e74727;
6
- $blue: #009ddb;
7
- $yellow: #fec92e;
8
- $magenta: #cd2da8;
9
- $night: #000;
10
- $black: #111;
11
- $mint: #26dab7;
12
- $mint-dark: #1eae91;
13
- $orange: #fa8224;
14
- $orange-dark: #df6d16;
15
-
16
- $red-dark: #dc3918;
17
- $blue-dark: #007ab3;
18
- $gray: #45474a;
19
-
20
-
21
- // Theme definition mixin
22
- @mixin define-theme($name, $theme) {
23
- .theme-#{$name} {
24
- --header-background: #{map.get($theme, header-background)};
25
- --header-title: #{map.get($theme, header-title)};
26
- --header-text: #{map.get($theme, header-text)};
27
- --header-links-hover: #{map.get($theme, header-links-hover)};
28
- --header-dots: #{map.get($theme, header-dots)};
29
- --header-icon: #{map.get($theme, header-icon)};
30
- --header-icon-hover: #{map.get($theme, header-icon-hover)};
31
-
32
- --foreground: #{map.get($theme, foreground)};
33
- --background: #{map.get($theme, background)};
34
- --text: #{map.get($theme, text)};
35
- --text-accent: #{map.get($theme, text-accent)};
36
- --link-hover: #{map.get($theme, link-hover)};
37
- --code: #{map.get($theme, code)};
38
- }
39
- }
40
- $theme-mint: (
41
- // Header
42
- header-background: $mint,
43
- header-title: $night,
44
- header-text: $night,
45
- header-links-hover: $white,
46
- header-dots: $night,
47
- header-icon: $night,
48
- header-icon-hover: $white,
49
- // Rest
50
- foreground: $white,
51
- background: $night,
52
- text: $white,
53
- text-accent: $mint,
54
- link-hover: $mint,
55
- code: $mint-dark,
56
- );
57
-
58
- $theme-black: (
59
- // Header
60
- header-background: $night,
61
- header-title: $white,
62
- header-text: $white,
63
- header-links-hover: $red,
64
- header-dots: $red,
65
- header-icon: $white,
66
- header-icon-hover: $red,
67
- // Rest
68
- foreground: $white,
69
- background: $black,
70
- text: $white,
71
- text-accent: $red,
72
- link-hover: $red,
73
- code: $red-dark,
74
- );
75
-
76
- $theme-red: (
77
- // Header
78
- header-background: $red,
79
- header-title: $whitesmoke,
80
- header-text: $black,
81
- header-links-hover: $whitesmoke,
82
- header-dots: $black,
83
- header-icon: $black,
84
- header-icon-hover: $whitesmoke,
85
- // Rest
86
- foreground: $black,
87
- background: $whitesmoke,
88
- text: $black,
89
- text-accent: $red,
90
- link-hover: $red,
91
- code: $red-dark,
92
- );
93
-
94
- $theme-white: (
95
- // Header
96
- header-background: $whitesmoke,
97
- header-title: $black,
98
- header-text: $black,
99
- header-links-hover: $red,
100
- header-dots: $red,
101
- header-icon: $black,
102
- header-icon-hover: $red,
103
- // Rest
104
- foreground: $black,
105
- background: $white,
106
- text: $black,
107
- text-accent: $red,
108
- link-hover: $red,
109
- code: $red-dark,
110
- );
111
-
112
- $theme-yellow: (
113
- // Header
114
- header-background: $yellow,
115
- header-title: $black,
116
- header-text: $black,
117
- header-links-hover: $white,
118
- header-dots: $white,
119
- header-icon: $black,
120
- header-icon-hover: $white,
121
- // Rest
122
- foreground: $black,
123
- background: $white,
124
- text: $black,
125
- text-accent: $yellow,
126
- link-hover: $gray,
127
- code: $gray,
128
- );
129
-
130
- $theme-blue: (
131
- // Header
132
- header-background: $blue,
133
- header-title: $night,
134
- header-text: $night,
135
- header-links-hover: $white,
136
- header-dots: $night,
137
- header-icon: $night,
138
- header-icon-hover: $white,
139
- // Rest
140
- foreground: $white,
141
- background: $night,
142
- text: $white,
143
- text-accent: $blue,
144
- link-hover: $blue,
145
- code: $blue-dark,
146
- );
147
-
148
- $theme-orange: (
149
- // Header
150
- header-background: $orange,
151
- header-title: $white,
152
- header-text: $night,
153
- header-links-hover: $white,
154
- header-dots: $night,
155
- header-icon: $night,
156
- header-icon-hover: $white,
157
- // Rest
158
- foreground: $white,
159
- background: $night,
160
- text: $white,
161
- text-accent: $orange,
162
- link-hover: $orange,
163
- code: $orange-dark,
164
- );
165
-
166
- $theme-magenta: (
167
- // Header
168
- header-background: $magenta,
169
- header-title: $white,
170
- header-text: $white,
171
- header-links-hover: $night,
172
- header-dots: $night,
173
- header-icon: $white,
174
- header-icon-hover: $night,
175
- // Rest
176
- foreground: $night,
177
- background: $white,
178
- text: $night,
179
- text-accent: $magenta,
180
- link-hover: $magenta,
181
- code: $magenta,
182
- );
183
-
184
-
185
- @include define-theme("black", $theme-black);
186
- @include define-theme("blue", $theme-blue);
187
- @include define-theme("mint", $theme-mint);
188
- @include define-theme("orange", $theme-orange);
189
-
190
- @include define-theme("white", $theme-white);
191
- @include define-theme("red", $theme-red);
192
- @include define-theme("yellow", $theme-yellow);
193
- @include define-theme("magenta", $theme-magenta);
194
-
195
-
196
-