jekyll-theme-iamlynnmckay 0.0.5 → 0.0.8

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 (65) hide show
  1. checksums.yaml +4 -4
  2. data/{LICENSE.txt → LICENSE} +5 -5
  3. data/README.md +1 -6
  4. data/_config.yml +74 -78
  5. data/_includes/404-template.html +18 -0
  6. data/_includes/about-template.html +1 -0
  7. data/_includes/bib-template.html +1 -0
  8. data/_includes/blog-template.html +11 -0
  9. data/_includes/contact-template.html +3 -0
  10. data/_includes/css.html +2 -0
  11. data/_includes/default-template.html +17 -0
  12. data/_includes/disqus-comments.html +0 -2
  13. data/_includes/footer.html +27 -112
  14. data/_includes/google-analytics.html +10 -12
  15. data/_includes/head.html +9 -6
  16. data/_includes/header.html +25 -24
  17. data/_includes/home-template.html +21 -0
  18. data/_includes/js.html +1 -0
  19. data/_includes/list-of-homepage-links.html +8 -0
  20. data/_includes/page-template.html +8 -0
  21. data/_includes/post-categories.html +5 -0
  22. data/_includes/post-date.html +5 -0
  23. data/_includes/post-item-proxy.html +1 -0
  24. data/_includes/post-item.html +6 -0
  25. data/_includes/post-meta.html +12 -0
  26. data/_includes/post-tags.html +6 -0
  27. data/_includes/post-template.html +16 -0
  28. data/_includes/posts-by-category.html +1 -0
  29. data/_includes/posts-by-date-top-three.html +2 -0
  30. data/_includes/posts-by-date.html +1 -0
  31. data/_includes/posts-by-tag.html +1 -0
  32. data/_includes/posts-list-nested.html +14 -0
  33. data/_includes/posts-list.html +8 -0
  34. data/_includes/social.html +73 -0
  35. data/_layouts/404.html +5 -0
  36. data/_layouts/bib.html +1 -1
  37. data/_layouts/default.html +1 -15
  38. data/_layouts/home.html +1 -57
  39. data/_layouts/page.html +5 -0
  40. data/_layouts/post.html +1 -43
  41. data/_sass/_minima-custom.scss +699 -0
  42. data/_sass/iamlynnmckay.scss +282 -0
  43. data/assets/css/main.scss +4 -0
  44. data/assets/js/bouncing-ball-in-canvas-element.js +41 -0
  45. data/assets/js/main.js +13 -0
  46. data/assets/js/random-color-for-font-awesome-icons.js +5 -0
  47. metadata +52 -51
  48. data/_includes/scripts.html +0 -73
  49. data/_includes/tailwind.config.js +0 -12
  50. data/_layouts/about.html +0 -7
  51. data/_layouts/posts.html +0 -36
  52. data/_sass/syntax-highlighting.scss +0 -71
  53. data/assets/_files/.gitignore +0 -14
  54. data/assets/_files/_bibliography/references.bib +0 -13
  55. data/assets/_files/_config.yml +0 -78
  56. data/assets/_files/_includes/tailwind.config.js +0 -12
  57. data/assets/_files/about.html +0 -6
  58. data/assets/_files/index.html +0 -3
  59. data/assets/_files/package.json +0 -10
  60. data/assets/_files/postcss.config.js +0 -21
  61. data/assets/_files/posts.html +0 -4
  62. data/assets/_images/logo.svg +0 -1
  63. data/assets/_scripts/build.sh +0 -34
  64. data/assets/_scripts/run.sh +0 -7
  65. data/assets/main.scss +0 -204
@@ -1,71 +0,0 @@
1
- /**
2
- * Syntax highlighting styles
3
- */
4
- .highlight {
5
- background: #fff;
6
- @extend %vertical-rhythm;
7
-
8
- .highlighter-rouge & {
9
- background: #eef;
10
- }
11
-
12
- .c { color: #998; font-style: italic } // Comment
13
- .err { color: #a61717; background-color: #e3d2d2 } // Error
14
- .k { font-weight: bold } // Keyword
15
- .o { font-weight: bold } // Operator
16
- .cm { color: #998; font-style: italic } // Comment.Multiline
17
- .cp { color: #999; font-weight: bold } // Comment.Preproc
18
- .c1 { color: #998; font-style: italic } // Comment.Single
19
- .cs { color: #999; font-weight: bold; font-style: italic } // Comment.Special
20
- .gd { color: #000; background-color: #fdd } // Generic.Deleted
21
- .gd .x { color: #000; background-color: #faa } // Generic.Deleted.Specific
22
- .ge { font-style: italic } // Generic.Emph
23
- .gr { color: #a00 } // Generic.Error
24
- .gh { color: #999 } // Generic.Heading
25
- .gi { color: #000; background-color: #dfd } // Generic.Inserted
26
- .gi .x { color: #000; background-color: #afa } // Generic.Inserted.Specific
27
- .go { color: #888 } // Generic.Output
28
- .gp { color: #555 } // Generic.Prompt
29
- .gs { font-weight: bold } // Generic.Strong
30
- .gu { color: #aaa } // Generic.Subheading
31
- .gt { color: #a00 } // Generic.Traceback
32
- .kc { font-weight: bold } // Keyword.Constant
33
- .kd { font-weight: bold } // Keyword.Declaration
34
- .kp { font-weight: bold } // Keyword.Pseudo
35
- .kr { font-weight: bold } // Keyword.Reserved
36
- .kt { color: #458; font-weight: bold } // Keyword.Type
37
- .m { color: #099 } // Literal.Number
38
- .s { color: #d14 } // Literal.String
39
- .na { color: #008080 } // Name.Attribute
40
- .nb { color: #0086B3 } // Name.Builtin
41
- .nc { color: #458; font-weight: bold } // Name.Class
42
- .no { color: #008080 } // Name.Constant
43
- .ni { color: #800080 } // Name.Entity
44
- .ne { color: #900; font-weight: bold } // Name.Exception
45
- .nf { color: #900; font-weight: bold } // Name.Function
46
- .nn { color: #555 } // Name.Namespace
47
- .nt { color: #000080 } // Name.Tag
48
- .nv { color: #008080 } // Name.Variable
49
- .ow { font-weight: bold } // Operator.Word
50
- .w { color: #bbb } // Text.Whitespace
51
- .mf { color: #099 } // Literal.Number.Float
52
- .mh { color: #099 } // Literal.Number.Hex
53
- .mi { color: #099 } // Literal.Number.Integer
54
- .mo { color: #099 } // Literal.Number.Oct
55
- .sb { color: #d14 } // Literal.String.Backtick
56
- .sc { color: #d14 } // Literal.String.Char
57
- .sd { color: #d14 } // Literal.String.Doc
58
- .s2 { color: #d14 } // Literal.String.Double
59
- .se { color: #d14 } // Literal.String.Escape
60
- .sh { color: #d14 } // Literal.String.Heredoc
61
- .si { color: #d14 } // Literal.String.Interpol
62
- .sx { color: #d14 } // Literal.String.Other
63
- .sr { color: #009926 } // Literal.String.Regex
64
- .s1 { color: #d14 } // Literal.String.Single
65
- .ss { color: #990073 } // Literal.String.Symbol
66
- .bp { color: #999 } // Name.Builtin.Pseudo
67
- .vc { color: #008080 } // Name.Variable.Class
68
- .vg { color: #008080 } // Name.Variable.Global
69
- .vi { color: #008080 } // Name.Variable.Instance
70
- .il { color: #099 } // Literal.Number.Integer.Long
71
- }
@@ -1,14 +0,0 @@
1
- *.gem
2
- .DS_STORE
3
- .bundle
4
- .jekyll-cache
5
- .jekyll-metadata
6
- .sass-cache
7
- Gemfile.lock
8
- _includes/tailwind.js
9
- _site
10
- node_modules/
11
- vendor/bundle/
12
- vendor/cache/
13
- vendor/gems/
14
- vendor/ruby/
@@ -1,13 +0,0 @@
1
- ---
2
- #
3
- ---
4
- @article{dijkstra1968letters,
5
- title={Letters to the editor: go to statement considered harmful},
6
- author={Dijkstra, Edsger W},
7
- journal={Communications of the ACM},
8
- volume={11},
9
- number={3},
10
- pages={147--148},
11
- year={1968},
12
- publisher={ACM New York, NY, USA}
13
- }
@@ -1,78 +0,0 @@
1
- # minima
2
-
3
- email: site.email@example.com
4
- baseurl: ""
5
-
6
- # jekyll-seo-tag
7
- author: "Site.Author"
8
- url: "https://site.url"
9
- title: "site.title"
10
- description: "This is the value of site.description."
11
- descriptions:
12
- posts: "posts..."
13
- about: "about..."
14
- twitter:
15
- username: "site.twitter.username"
16
- card: "site.twitter.card"
17
- logo: "assets/_images/logo.svg"
18
-
19
- # jekyll-scholar
20
- scholar:
21
- style: apa
22
-
23
- # custom social links
24
- bandcamp:
25
- username: site.?.username
26
- github:
27
- username: site.?.username
28
- instagram:
29
- username: site.?.username
30
- patreon:
31
- username: site.?.username
32
- pinterest:
33
- username: site.?.username
34
- reddit:
35
- username: site.?.username
36
- soundcloud:
37
- username: site.?.username
38
- stack-overflow:
39
- username: site.?.username
40
- twitch:
41
- username: site.?.username
42
- venmo:
43
- username: site.?.username
44
- wikipedia:
45
- username: site.?.username
46
- youtube:
47
- username: site.?.username
48
-
49
- # Build settings
50
- theme: jekyll-theme-iamlynnmckay
51
-
52
- plugins:
53
- - jekyll-feed
54
- - jekyll-seo-tag
55
- - jekyll-sitemap
56
- - jekyll-postcss
57
- - jekyll-scholar
58
-
59
- exclude:
60
- - .gitignore
61
- - .jekyll-cache/
62
- - .sass-cache/
63
- - .todo
64
- - Gemfile
65
- - Gemfile.lock
66
- - README.md
67
- - bin
68
- - gemfiles/
69
- - netlify.toml
70
- - node_modules/
71
- - package-lock.json
72
- - postcss.config.js
73
- - purgecss.config.js
74
- - vendor/bundle/
75
- - vendor/cache/
76
- - vendor/gems/
77
- - vendor/ruby/
78
- - yarn.lock
@@ -1,12 +0,0 @@
1
- module.exports = {
2
- future: {
3
- // removeDeprecatedGapUtilities: true,
4
- // purgeLayersByDefault: true,
5
- },
6
- purge: [],
7
- theme: {
8
- extend: {},
9
- },
10
- variants: {},
11
- plugins: [],
12
- }
@@ -1,6 +0,0 @@
1
- ---
2
- layout: about
3
- title: About
4
- ---
5
-
6
- Lorem ipsum doler set amet...
@@ -1,3 +0,0 @@
1
- ---
2
- layout: home
3
- ---
@@ -1,10 +0,0 @@
1
- {
2
- "devDependencies": {
3
- "@fullhuman/postcss-purgecss": "^4.0.0",
4
- "autoprefixer": "^9.7.6",
5
- "cssnano": "^4.1.10",
6
- "postcss": "^8.2.4",
7
- "postcss-import": "^12.0.1",
8
- "tailwindcss": "^1.4.0"
9
- }
10
- }
@@ -1,21 +0,0 @@
1
- const jekyllEnv = process.env.JEKYLL_ENV || "development";
2
-
3
- module.exports = {
4
- plugins: [
5
- require("postcss-import"),
6
- require("tailwindcss")("./_includes/tailwind.config.js"),
7
- require("autoprefixer"),
8
- ...(jekyllEnv != "development"
9
- ? [
10
- require("@fullhuman/postcss-purgecss")({
11
- content: ["!(_site|node_modules)/**/*.+(html|js|md)", "*.html"],
12
- whitelistPatternsChildren: [/highlight/],
13
- defaultExtractor: (content) =>
14
- content.match(/[\w-/:]+(?<!:)/g) || [],
15
- }),
16
- require("cssnano")({ preset: "default" }),
17
- ]
18
- : [])
19
- ]
20
- };
21
-
@@ -1,4 +0,0 @@
1
- ---
2
- layout: posts
3
- title: Posts
4
- ---
@@ -1 +0,0 @@
1
- <svg width="100%" height="100%" xmlns="http://www.w3.org/2000/svg"><rect x="0" y="0" width="500" height="500" style="fill:#FFF" /></svg>
@@ -1,34 +0,0 @@
1
- #!/bin/bash
2
-
3
- set -oue pipefail
4
-
5
- _main() {
6
- local CWD="${PWD}"
7
- cd "$(dirname ${0})/.."
8
- local ROOT="${PWD}"
9
- for f in "Makefile"
10
- do
11
- if [ ! -f "${CWD}/${f}" ]
12
- then
13
- mkdir -p "$(dirname ${CWD}/${f})"
14
- cp "${ROOT}/${f}" "${CWD}/${f}"
15
- fi
16
- done
17
- cd "./_files"
18
- local ROOT="${PWD}"
19
- for f in $(find . -type f)
20
- do
21
- if [ ! -f "${CWD}/${f}" ]
22
- then
23
- mkdir -p "$(dirname ${CWD}/${f})"
24
- cp "${ROOT}/${f}" "${CWD}/${f}"
25
- fi
26
- done
27
- cd "${CWD}"
28
- bundle clean
29
- npm install
30
- bundle install
31
- yarn install
32
- }
33
-
34
- _main
@@ -1,7 +0,0 @@
1
- #!/bin/bash
2
-
3
- _main() {
4
- bundle exec jekyll serve --livereload --drafts --future --port 5000 --livereload_port 35729
5
- }
6
-
7
- _main
data/assets/main.scss DELETED
@@ -1,204 +0,0 @@
1
- ---
2
- # Only the main Sass file needs front matter (the dashes are enough)
3
- ---
4
-
5
- @import "tailwindcss/base";
6
- @import "tailwindcss/components";
7
- @import "tailwindcss/utilities";
8
-
9
- /**
10
- * Syntax highlighting styles, stolen from minima theme
11
- */
12
- .highlight {
13
- font-weight: bold;
14
-
15
- .c { @apply text-gray-200; font-style: italic } /* Comment */
16
- .err { @apply text-pink-900; @apply bg-white; } /* Error */
17
- .k { font-weight: bold } /* Keyword */
18
- .o { font-weight: bold } /* Operator */
19
- .cm { @apply text-gray-200; font-style: italic } /* Comment.Multiline */
20
- .cp { @apply text-gray-100; font-weight: bold } /* Comment.Preproc */
21
- .c1 { @apply text-gray-200; font-style: italic } /* Comment.Single */
22
- .cs { @apply text-gray-100; font-weight: bold; font-style: italic } /* Comment.Special */
23
- .gd { @apply text-gray-900; @apply bg-white; } /* Generic.Deleted */
24
- .gd .x { @apply text-gray-900; @apply bg-white; } /* Generic.Deleted.Specific */
25
- .ge { font-style: italic } /* Generic.Emph */
26
- .gr { @apply text-red-600; } /* Generic.Error */
27
- .gh { @apply text-gray-100; } /* Generic.Heading */
28
- .gi { @apply text-gray-900; background-color: #dfd } /* Generic.Inserted */
29
- .gi .x { @apply text-gray-900; background-color: #afa } /* Generic.Inserted.Specific */
30
- .go { @apply text-gray-300; } /* Generic.Output */
31
- .gp { @apply text-gray-400; } /* Generic.Prompt */
32
- .gs { font-weight: bold } /* Generic.Strong */
33
- .gu { @apply text-gray-500; } /* Generic.Subheading */
34
- .gt { @apply text-red-600; } /* Generic.Traceback */
35
- .kc { font-weight: bold } /* Keyword.Constant */
36
- .kd { font-weight: bold } /* Keyword.Declaration */
37
- .kp { font-weight: bold } /* Keyword.Pseudo */
38
- .kr { font-weight: bold } /* Keyword.Reserved */
39
- .kt { @apply text-teal-900; font-weight: bold } /* Keyword.Type */
40
- .m { @apply text-indigo-200; } /* Literal.Number */
41
- .s { @apply text-red-500; } /* Literal.String */
42
- .n { @apply text-indigo-600; } /* Name.??? */
43
- .na { @apply text-indigo-500; } /* Name.Attribute */
44
- .nb { @apply text-indigo-700; } /* Name.Builtin */
45
- .nc { @apply text-indigo-800; font-weight: bold } /* Name.Class */
46
- .no { @apply text-indigo-500; } /* Name.Constant */
47
- .ni { @apply text-red-800; } /* Name.Entity */
48
- .ne { @apply text-red-400; font-weight: bold } /* Name.Exception */
49
- .nf { @apply text-red-400; font-weight: bold } /* Name.Function */
50
- .nn { @apply text-gray-400; } /* Name.Namespace */
51
- .nt { @apply text-indigo-900; } /* Name.Tag */
52
- .nv { @apply text-indigo-500; } /* Name.Variable */
53
- .ow { font-weight: bold } /* Operator.Word */
54
- .w { @apply text-gray-600; } /* Text.Whitespace */
55
- .mf { @apply text-indigo-200; } /* Literal.Number.Float */
56
- .mh { @apply text-indigo-200; } /* Literal.Number.Hex */
57
- .mi { @apply text-indigo-200; } /* Literal.Number.Integer */
58
- .mo { @apply text-indigo-200; } /* Literal.Number.Oct */
59
- .sb { @apply text-red-500; } /* Literal.String.Backtick */
60
- .sc { @apply text-red-500; } /* Literal.String.Char */
61
- .sd { @apply text-red-500; } /* Literal.String.Doc */
62
- .s2 { @apply text-red-500; } /* Literal.String.Double */
63
- .se { @apply text-red-500; } /* Literal.String.Escape */
64
- .sh { @apply text-red-500; } /* Literal.String.Heredoc */
65
- .si { @apply text-red-500; } /* Literal.String.Interpol */
66
- .sx { @apply text-red-500; } /* Literal.String.Other */
67
- .sr { @apply text-indigo-900; } /* Literal.String.Regex */
68
- .s1 { @apply text-red-500; } /* Literal.String.Single */
69
- .ss { @apply text-red-900; } /* Literal.String.Symbol */
70
- .bp { @apply text-gray-100; } /* Name.Builtin.Pseudo */
71
- .vc { @apply text-indigo-500; } /* Name.Variable.Class */
72
- .vg { @apply text-indigo-500; } /* Name.Variable.Global */
73
- .vi { @apply text-indigo-500; } /* Name.Variable.Instance */
74
- .il { @apply text-indigo-200; } /* Literal.Number.Integer.Long */
75
- }
76
-
77
-
78
- .text-shadow-black {
79
- text-shadow: 1px 1px 5px #000;
80
- }
81
-
82
- /* @@TODO: look at the tailwind website and use of @apply, it does a lot of what you're trying to do */
83
- /*
84
- div {
85
- border: 1px solid rgb(255, 0, 0) !important;
86
- }
87
- */
88
-
89
- a:hover {
90
- @apply underline;
91
- }
92
-
93
- .x-h1 {
94
- @apply text-3xl;
95
- @apply mt-8;
96
- @apply mb-8;
97
- }
98
- .x-h2 {
99
- @apply text-2xl;
100
- @apply mt-4;
101
- @apply mb-4;
102
- }
103
- .x-h3 {
104
- @apply text-xl;
105
- @apply mt-2;
106
- @apply mb-2;
107
- }
108
- .x-h4 {
109
- @apply text-lg;
110
- }
111
- .x-h5 {
112
- @apply text-lg;
113
- }
114
- .x-h6 {
115
- @apply text-lg;
116
- }
117
- .x-p {
118
- @apply text-base;
119
- @apply mt-2;
120
- @apply mb-2;
121
- }
122
- .x-body {
123
- @apply text-gray-200;
124
- @apply bg-black;
125
- }
126
- .x-blockquote {
127
- @apply m-2;
128
- @apply text-center;
129
- @apply italic;
130
- }
131
- .x-figure {
132
- @apply mt-8;
133
- @apply mb-8;
134
- @apply flex;
135
- @apply justify-center;
136
- }
137
- .x-ul {
138
- @apply mt-4;
139
- @apply mb-4;
140
- }
141
- .x-li {
142
- @apply ml-3;
143
- @apply mt-2;
144
- @apply mb-2;
145
- }
146
- .x-a {
147
- &:hover {
148
- @apply underline;
149
- }
150
- }
151
- .x-time {
152
- @apply block;
153
- }
154
- .x-section {
155
- @apply mt-8;
156
- @apply mb-8;
157
- }
158
- .x-code {
159
- @apply text-gray-400;
160
- @apply font-mono;
161
- }
162
- .x-pre {
163
- @apply text-gray-400;
164
- @apply font-mono;
165
- }
166
- .x-nav {
167
- @apply m-1;
168
- }
169
-
170
- h1 { @extend .x-h1;}
171
- h2 { @extend .x-h2;}
172
- h3 { @extend .x-h3;}
173
- h4 { @extend .x-h4;}
174
- h5 { @extend .x-h5;}
175
- h6 { @extend .x-h6;}
176
- p { @extend .x-p;}
177
- body { @extend .x-body;}
178
- blockquote { @extend .x-blockquote; }
179
- figure { @extend .x-figure; }
180
- ul { @extend .x-ul;}
181
- li { @extend .x-li;}
182
- li::before { content: "• "; }
183
- li.x-fa::before { content: ""; }
184
- a { @extend .x-a;}
185
- time { @extend .x-time; }
186
- section { @extend .x-section; }
187
- code { @extend .x-code; }
188
- pre { @extend .x-code; }
189
- nav { @extend .x-nav; }
190
-
191
- .text-category {
192
- @apply text-gray-400;
193
- }
194
- .text-tag {
195
- @apply text-gray-400;
196
- }
197
- .text-date {
198
- @apply text-gray-400;
199
-
200
- }
201
- .text-title {
202
- @apply text-white;
203
- @apply text-2xl;
204
- }