jekyll-theme-cs50 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (100) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE.txt +21 -0
  3. data/_includes/aside.html +24 -0
  4. data/_includes/footer.md +0 -0
  5. data/_includes/header.md +0 -0
  6. data/_includes/main.html +5 -0
  7. data/_includes/nav.md +0 -0
  8. data/_layouts/page.html +136 -0
  9. data/_sass/jekyll-theme-cs50.scss +314 -0
  10. data/_sass/node_modules/bootstrap/LICENSE +22 -0
  11. data/_sass/node_modules/bootstrap/scss/_alert.scss +51 -0
  12. data/_sass/node_modules/bootstrap/scss/_badge.scss +53 -0
  13. data/_sass/node_modules/bootstrap/scss/_breadcrumb.scss +41 -0
  14. data/_sass/node_modules/bootstrap/scss/_button-group.scss +163 -0
  15. data/_sass/node_modules/bootstrap/scss/_buttons.scss +140 -0
  16. data/_sass/node_modules/bootstrap/scss/_card.scss +310 -0
  17. data/_sass/node_modules/bootstrap/scss/_carousel.scss +198 -0
  18. data/_sass/node_modules/bootstrap/scss/_close.scss +44 -0
  19. data/_sass/node_modules/bootstrap/scss/_code.scss +48 -0
  20. data/_sass/node_modules/bootstrap/scss/_custom-forms.scss +507 -0
  21. data/_sass/node_modules/bootstrap/scss/_dropdown.scss +191 -0
  22. data/_sass/node_modules/bootstrap/scss/_forms.scss +334 -0
  23. data/_sass/node_modules/bootstrap/scss/_functions.scss +86 -0
  24. data/_sass/node_modules/bootstrap/scss/_grid.scss +52 -0
  25. data/_sass/node_modules/bootstrap/scss/_images.scss +42 -0
  26. data/_sass/node_modules/bootstrap/scss/_input-group.scss +193 -0
  27. data/_sass/node_modules/bootstrap/scss/_jumbotron.scss +16 -0
  28. data/_sass/node_modules/bootstrap/scss/_list-group.scss +121 -0
  29. data/_sass/node_modules/bootstrap/scss/_media.scss +8 -0
  30. data/_sass/node_modules/bootstrap/scss/_mixins.scss +41 -0
  31. data/_sass/node_modules/bootstrap/scss/_modal.scss +186 -0
  32. data/_sass/node_modules/bootstrap/scss/_nav.scss +120 -0
  33. data/_sass/node_modules/bootstrap/scss/_navbar.scss +299 -0
  34. data/_sass/node_modules/bootstrap/scss/_pagination.scss +78 -0
  35. data/_sass/node_modules/bootstrap/scss/_popover.scss +183 -0
  36. data/_sass/node_modules/bootstrap/scss/_print.scss +141 -0
  37. data/_sass/node_modules/bootstrap/scss/_progress.scss +34 -0
  38. data/_sass/node_modules/bootstrap/scss/_reboot.scss +462 -0
  39. data/_sass/node_modules/bootstrap/scss/_root.scss +19 -0
  40. data/_sass/node_modules/bootstrap/scss/_spinners.scss +53 -0
  41. data/_sass/node_modules/bootstrap/scss/_tables.scss +187 -0
  42. data/_sass/node_modules/bootstrap/scss/_toasts.scss +43 -0
  43. data/_sass/node_modules/bootstrap/scss/_tooltip.scss +115 -0
  44. data/_sass/node_modules/bootstrap/scss/_transitions.scss +22 -0
  45. data/_sass/node_modules/bootstrap/scss/_type.scss +125 -0
  46. data/_sass/node_modules/bootstrap/scss/_utilities.scss +16 -0
  47. data/_sass/node_modules/bootstrap/scss/_variables.scss +1091 -0
  48. data/_sass/node_modules/bootstrap/scss/bootstrap-grid.scss +29 -0
  49. data/_sass/node_modules/bootstrap/scss/bootstrap-reboot.scss +12 -0
  50. data/_sass/node_modules/bootstrap/scss/bootstrap.scss +44 -0
  51. data/_sass/node_modules/bootstrap/scss/mixins/_alert.scss +13 -0
  52. data/_sass/node_modules/bootstrap/scss/mixins/_background-variant.scss +21 -0
  53. data/_sass/node_modules/bootstrap/scss/mixins/_badge.scss +11 -0
  54. data/_sass/node_modules/bootstrap/scss/mixins/_border-radius.scss +35 -0
  55. data/_sass/node_modules/bootstrap/scss/mixins/_box-shadow.scss +5 -0
  56. data/_sass/node_modules/bootstrap/scss/mixins/_breakpoints.scss +123 -0
  57. data/_sass/node_modules/bootstrap/scss/mixins/_buttons.scss +111 -0
  58. data/_sass/node_modules/bootstrap/scss/mixins/_caret.scss +62 -0
  59. data/_sass/node_modules/bootstrap/scss/mixins/_clearfix.scss +7 -0
  60. data/_sass/node_modules/bootstrap/scss/mixins/_float.scss +11 -0
  61. data/_sass/node_modules/bootstrap/scss/mixins/_forms.scss +198 -0
  62. data/_sass/node_modules/bootstrap/scss/mixins/_gradients.scss +45 -0
  63. data/_sass/node_modules/bootstrap/scss/mixins/_grid-framework.scss +66 -0
  64. data/_sass/node_modules/bootstrap/scss/mixins/_grid.scss +51 -0
  65. data/_sass/node_modules/bootstrap/scss/mixins/_hover.scss +37 -0
  66. data/_sass/node_modules/bootstrap/scss/mixins/_image.scss +36 -0
  67. data/_sass/node_modules/bootstrap/scss/mixins/_list-group.scss +21 -0
  68. data/_sass/node_modules/bootstrap/scss/mixins/_lists.scss +7 -0
  69. data/_sass/node_modules/bootstrap/scss/mixins/_nav-divider.scss +10 -0
  70. data/_sass/node_modules/bootstrap/scss/mixins/_pagination.scss +22 -0
  71. data/_sass/node_modules/bootstrap/scss/mixins/_reset-text.scss +17 -0
  72. data/_sass/node_modules/bootstrap/scss/mixins/_resize.scss +6 -0
  73. data/_sass/node_modules/bootstrap/scss/mixins/_screen-reader.scss +33 -0
  74. data/_sass/node_modules/bootstrap/scss/mixins/_size.scss +6 -0
  75. data/_sass/node_modules/bootstrap/scss/mixins/_table-row.scss +39 -0
  76. data/_sass/node_modules/bootstrap/scss/mixins/_text-emphasis.scss +14 -0
  77. data/_sass/node_modules/bootstrap/scss/mixins/_text-hide.scss +13 -0
  78. data/_sass/node_modules/bootstrap/scss/mixins/_text-truncate.scss +8 -0
  79. data/_sass/node_modules/bootstrap/scss/mixins/_transition.scss +16 -0
  80. data/_sass/node_modules/bootstrap/scss/mixins/_visibility.scss +7 -0
  81. data/_sass/node_modules/bootstrap/scss/utilities/_align.scss +8 -0
  82. data/_sass/node_modules/bootstrap/scss/utilities/_background.scss +19 -0
  83. data/_sass/node_modules/bootstrap/scss/utilities/_borders.scss +63 -0
  84. data/_sass/node_modules/bootstrap/scss/utilities/_clearfix.scss +3 -0
  85. data/_sass/node_modules/bootstrap/scss/utilities/_display.scss +38 -0
  86. data/_sass/node_modules/bootstrap/scss/utilities/_embed.scss +39 -0
  87. data/_sass/node_modules/bootstrap/scss/utilities/_flex.scss +51 -0
  88. data/_sass/node_modules/bootstrap/scss/utilities/_float.scss +9 -0
  89. data/_sass/node_modules/bootstrap/scss/utilities/_overflow.scss +5 -0
  90. data/_sass/node_modules/bootstrap/scss/utilities/_position.scss +32 -0
  91. data/_sass/node_modules/bootstrap/scss/utilities/_screenreaders.scss +11 -0
  92. data/_sass/node_modules/bootstrap/scss/utilities/_shadows.scss +6 -0
  93. data/_sass/node_modules/bootstrap/scss/utilities/_sizing.scss +20 -0
  94. data/_sass/node_modules/bootstrap/scss/utilities/_spacing.scss +73 -0
  95. data/_sass/node_modules/bootstrap/scss/utilities/_text.scss +67 -0
  96. data/_sass/node_modules/bootstrap/scss/utilities/_visibility.scss +11 -0
  97. data/_sass/node_modules/primer-markdown/build/build.scss +1 -0
  98. data/_sass/package.json +12 -0
  99. data/assets/css/style.scss +4 -0
  100. metadata +266 -0
@@ -0,0 +1,51 @@
1
+ // stylelint-disable declaration-no-important
2
+
3
+ // Flex variation
4
+ //
5
+ // Custom styles for additional flex alignment options.
6
+
7
+ @each $breakpoint in map-keys($grid-breakpoints) {
8
+ @include media-breakpoint-up($breakpoint) {
9
+ $infix: breakpoint-infix($breakpoint, $grid-breakpoints);
10
+
11
+ .flex#{$infix}-row { flex-direction: row !important; }
12
+ .flex#{$infix}-column { flex-direction: column !important; }
13
+ .flex#{$infix}-row-reverse { flex-direction: row-reverse !important; }
14
+ .flex#{$infix}-column-reverse { flex-direction: column-reverse !important; }
15
+
16
+ .flex#{$infix}-wrap { flex-wrap: wrap !important; }
17
+ .flex#{$infix}-nowrap { flex-wrap: nowrap !important; }
18
+ .flex#{$infix}-wrap-reverse { flex-wrap: wrap-reverse !important; }
19
+ .flex#{$infix}-fill { flex: 1 1 auto !important; }
20
+ .flex#{$infix}-grow-0 { flex-grow: 0 !important; }
21
+ .flex#{$infix}-grow-1 { flex-grow: 1 !important; }
22
+ .flex#{$infix}-shrink-0 { flex-shrink: 0 !important; }
23
+ .flex#{$infix}-shrink-1 { flex-shrink: 1 !important; }
24
+
25
+ .justify-content#{$infix}-start { justify-content: flex-start !important; }
26
+ .justify-content#{$infix}-end { justify-content: flex-end !important; }
27
+ .justify-content#{$infix}-center { justify-content: center !important; }
28
+ .justify-content#{$infix}-between { justify-content: space-between !important; }
29
+ .justify-content#{$infix}-around { justify-content: space-around !important; }
30
+
31
+ .align-items#{$infix}-start { align-items: flex-start !important; }
32
+ .align-items#{$infix}-end { align-items: flex-end !important; }
33
+ .align-items#{$infix}-center { align-items: center !important; }
34
+ .align-items#{$infix}-baseline { align-items: baseline !important; }
35
+ .align-items#{$infix}-stretch { align-items: stretch !important; }
36
+
37
+ .align-content#{$infix}-start { align-content: flex-start !important; }
38
+ .align-content#{$infix}-end { align-content: flex-end !important; }
39
+ .align-content#{$infix}-center { align-content: center !important; }
40
+ .align-content#{$infix}-between { align-content: space-between !important; }
41
+ .align-content#{$infix}-around { align-content: space-around !important; }
42
+ .align-content#{$infix}-stretch { align-content: stretch !important; }
43
+
44
+ .align-self#{$infix}-auto { align-self: auto !important; }
45
+ .align-self#{$infix}-start { align-self: flex-start !important; }
46
+ .align-self#{$infix}-end { align-self: flex-end !important; }
47
+ .align-self#{$infix}-center { align-self: center !important; }
48
+ .align-self#{$infix}-baseline { align-self: baseline !important; }
49
+ .align-self#{$infix}-stretch { align-self: stretch !important; }
50
+ }
51
+ }
@@ -0,0 +1,9 @@
1
+ @each $breakpoint in map-keys($grid-breakpoints) {
2
+ @include media-breakpoint-up($breakpoint) {
3
+ $infix: breakpoint-infix($breakpoint, $grid-breakpoints);
4
+
5
+ .float#{$infix}-left { @include float-left; }
6
+ .float#{$infix}-right { @include float-right; }
7
+ .float#{$infix}-none { @include float-none; }
8
+ }
9
+ }
@@ -0,0 +1,5 @@
1
+ // stylelint-disable declaration-no-important
2
+
3
+ @each $value in $overflows {
4
+ .overflow-#{$value} { overflow: $value !important; }
5
+ }
@@ -0,0 +1,32 @@
1
+ // stylelint-disable declaration-no-important
2
+
3
+ // Common values
4
+ @each $position in $positions {
5
+ .position-#{$position} { position: $position !important; }
6
+ }
7
+
8
+ // Shorthand
9
+
10
+ .fixed-top {
11
+ position: fixed;
12
+ top: 0;
13
+ right: 0;
14
+ left: 0;
15
+ z-index: $zindex-fixed;
16
+ }
17
+
18
+ .fixed-bottom {
19
+ position: fixed;
20
+ right: 0;
21
+ bottom: 0;
22
+ left: 0;
23
+ z-index: $zindex-fixed;
24
+ }
25
+
26
+ .sticky-top {
27
+ @supports (position: sticky) {
28
+ position: sticky;
29
+ top: 0;
30
+ z-index: $zindex-sticky;
31
+ }
32
+ }
@@ -0,0 +1,11 @@
1
+ //
2
+ // Screenreaders
3
+ //
4
+
5
+ .sr-only {
6
+ @include sr-only();
7
+ }
8
+
9
+ .sr-only-focusable {
10
+ @include sr-only-focusable();
11
+ }
@@ -0,0 +1,6 @@
1
+ // stylelint-disable declaration-no-important
2
+
3
+ .shadow-sm { box-shadow: $box-shadow-sm !important; }
4
+ .shadow { box-shadow: $box-shadow !important; }
5
+ .shadow-lg { box-shadow: $box-shadow-lg !important; }
6
+ .shadow-none { box-shadow: none !important; }
@@ -0,0 +1,20 @@
1
+ // stylelint-disable declaration-no-important
2
+
3
+ // Width and height
4
+
5
+ @each $prop, $abbrev in (width: w, height: h) {
6
+ @each $size, $length in $sizes {
7
+ .#{$abbrev}-#{$size} { #{$prop}: $length !important; }
8
+ }
9
+ }
10
+
11
+ .mw-100 { max-width: 100% !important; }
12
+ .mh-100 { max-height: 100% !important; }
13
+
14
+ // Viewport additional helpers
15
+
16
+ .min-vw-100 { min-width: 100vw !important; }
17
+ .min-vh-100 { min-height: 100vh !important; }
18
+
19
+ .vw-100 { width: 100vw !important; }
20
+ .vh-100 { height: 100vh !important; }
@@ -0,0 +1,73 @@
1
+ // stylelint-disable declaration-no-important
2
+
3
+ // Margin and Padding
4
+
5
+ @each $breakpoint in map-keys($grid-breakpoints) {
6
+ @include media-breakpoint-up($breakpoint) {
7
+ $infix: breakpoint-infix($breakpoint, $grid-breakpoints);
8
+
9
+ @each $prop, $abbrev in (margin: m, padding: p) {
10
+ @each $size, $length in $spacers {
11
+ .#{$abbrev}#{$infix}-#{$size} { #{$prop}: $length !important; }
12
+ .#{$abbrev}t#{$infix}-#{$size},
13
+ .#{$abbrev}y#{$infix}-#{$size} {
14
+ #{$prop}-top: $length !important;
15
+ }
16
+ .#{$abbrev}r#{$infix}-#{$size},
17
+ .#{$abbrev}x#{$infix}-#{$size} {
18
+ #{$prop}-right: $length !important;
19
+ }
20
+ .#{$abbrev}b#{$infix}-#{$size},
21
+ .#{$abbrev}y#{$infix}-#{$size} {
22
+ #{$prop}-bottom: $length !important;
23
+ }
24
+ .#{$abbrev}l#{$infix}-#{$size},
25
+ .#{$abbrev}x#{$infix}-#{$size} {
26
+ #{$prop}-left: $length !important;
27
+ }
28
+ }
29
+ }
30
+
31
+ // Negative margins (e.g., where `.mb-n1` is negative version of `.mb-1`)
32
+ @each $size, $length in $spacers {
33
+ @if $size != 0 {
34
+ .m#{$infix}-n#{$size} { margin: -$length !important; }
35
+ .mt#{$infix}-n#{$size},
36
+ .my#{$infix}-n#{$size} {
37
+ margin-top: -$length !important;
38
+ }
39
+ .mr#{$infix}-n#{$size},
40
+ .mx#{$infix}-n#{$size} {
41
+ margin-right: -$length !important;
42
+ }
43
+ .mb#{$infix}-n#{$size},
44
+ .my#{$infix}-n#{$size} {
45
+ margin-bottom: -$length !important;
46
+ }
47
+ .ml#{$infix}-n#{$size},
48
+ .mx#{$infix}-n#{$size} {
49
+ margin-left: -$length !important;
50
+ }
51
+ }
52
+ }
53
+
54
+ // Some special margin utils
55
+ .m#{$infix}-auto { margin: auto !important; }
56
+ .mt#{$infix}-auto,
57
+ .my#{$infix}-auto {
58
+ margin-top: auto !important;
59
+ }
60
+ .mr#{$infix}-auto,
61
+ .mx#{$infix}-auto {
62
+ margin-right: auto !important;
63
+ }
64
+ .mb#{$infix}-auto,
65
+ .my#{$infix}-auto {
66
+ margin-bottom: auto !important;
67
+ }
68
+ .ml#{$infix}-auto,
69
+ .mx#{$infix}-auto {
70
+ margin-left: auto !important;
71
+ }
72
+ }
73
+ }
@@ -0,0 +1,67 @@
1
+ // stylelint-disable declaration-no-important
2
+
3
+ //
4
+ // Text
5
+ //
6
+
7
+ .text-monospace { font-family: $font-family-monospace; }
8
+
9
+ // Alignment
10
+
11
+ .text-justify { text-align: justify !important; }
12
+ .text-wrap { white-space: normal !important; }
13
+ .text-nowrap { white-space: nowrap !important; }
14
+ .text-truncate { @include text-truncate; }
15
+
16
+ // Responsive alignment
17
+
18
+ @each $breakpoint in map-keys($grid-breakpoints) {
19
+ @include media-breakpoint-up($breakpoint) {
20
+ $infix: breakpoint-infix($breakpoint, $grid-breakpoints);
21
+
22
+ .text#{$infix}-left { text-align: left !important; }
23
+ .text#{$infix}-right { text-align: right !important; }
24
+ .text#{$infix}-center { text-align: center !important; }
25
+ }
26
+ }
27
+
28
+ // Transformation
29
+
30
+ .text-lowercase { text-transform: lowercase !important; }
31
+ .text-uppercase { text-transform: uppercase !important; }
32
+ .text-capitalize { text-transform: capitalize !important; }
33
+
34
+ // Weight and italics
35
+
36
+ .font-weight-light { font-weight: $font-weight-light !important; }
37
+ .font-weight-lighter { font-weight: $font-weight-lighter !important; }
38
+ .font-weight-normal { font-weight: $font-weight-normal !important; }
39
+ .font-weight-bold { font-weight: $font-weight-bold !important; }
40
+ .font-weight-bolder { font-weight: $font-weight-bolder !important; }
41
+ .font-italic { font-style: italic !important; }
42
+
43
+ // Contextual colors
44
+
45
+ .text-white { color: $white !important; }
46
+
47
+ @each $color, $value in $theme-colors {
48
+ @include text-emphasis-variant(".text-#{$color}", $value);
49
+ }
50
+
51
+ .text-body { color: $body-color !important; }
52
+ .text-muted { color: $text-muted !important; }
53
+
54
+ .text-black-50 { color: rgba($black, .5) !important; }
55
+ .text-white-50 { color: rgba($white, .5) !important; }
56
+
57
+ // Misc
58
+
59
+ .text-hide {
60
+ @include text-hide($ignore-warning: true);
61
+ }
62
+
63
+ .text-decoration-none { text-decoration: none !important; }
64
+
65
+ // Reset
66
+
67
+ .text-reset { color: inherit !important; }
@@ -0,0 +1,11 @@
1
+ //
2
+ // Visibility utilities
3
+ //
4
+
5
+ .visible {
6
+ @include invisible(visible);
7
+ }
8
+
9
+ .invisible {
10
+ @include invisible(hidden);
11
+ }
@@ -0,0 +1 @@
1
+ .markdown-body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size:16px;line-height:1.5;word-wrap:break-word}.markdown-body::before{display:table;content:""}.markdown-body::after{display:table;clear:both;content:""}.markdown-body>*:first-child{margin-top:0 !important}.markdown-body>*:last-child{margin-bottom:0 !important}.markdown-body a:not([href]){color:inherit;text-decoration:none}.markdown-body .absent{color:#cb2431}.markdown-body .anchor{float:left;padding-right:4px;margin-left:-20px;line-height:1}.markdown-body .anchor:focus{outline:none}.markdown-body p,.markdown-body blockquote,.markdown-body ul,.markdown-body ol,.markdown-body dl,.markdown-body table,.markdown-body pre{margin-top:0;margin-bottom:16px}.markdown-body hr{height:.25em;padding:0;margin:24px 0;background-color:#e1e4e8;border:0}.markdown-body blockquote{padding:0 1em;color:#6a737d;border-left:0.25em solid #dfe2e5}.markdown-body blockquote>:first-child{margin-top:0}.markdown-body blockquote>:last-child{margin-bottom:0}.markdown-body kbd{display:inline-block;padding:3px 5px;font-size:11px;line-height:10px;color:#444d56;vertical-align:middle;background-color:#fafbfc;border:solid 1px #c6cbd1;border-bottom-color:#959da5;border-radius:3px;box-shadow:inset 0 -1px 0 #959da5}.markdown-body h1,.markdown-body h2,.markdown-body h3,.markdown-body h4,.markdown-body h5,.markdown-body h6{margin-top:24px;margin-bottom:16px;font-weight:600;line-height:1.25}.markdown-body h1 .octicon-link,.markdown-body h2 .octicon-link,.markdown-body h3 .octicon-link,.markdown-body h4 .octicon-link,.markdown-body h5 .octicon-link,.markdown-body h6 .octicon-link{color:#1b1f23;vertical-align:middle;visibility:hidden}.markdown-body h1:hover .anchor,.markdown-body h2:hover .anchor,.markdown-body h3:hover .anchor,.markdown-body h4:hover .anchor,.markdown-body h5:hover .anchor,.markdown-body h6:hover .anchor{text-decoration:none}.markdown-body h1:hover .anchor .octicon-link,.markdown-body h2:hover .anchor .octicon-link,.markdown-body h3:hover .anchor .octicon-link,.markdown-body h4:hover .anchor .octicon-link,.markdown-body h5:hover .anchor .octicon-link,.markdown-body h6:hover .anchor .octicon-link{visibility:visible}.markdown-body h1 tt,.markdown-body h1 code,.markdown-body h2 tt,.markdown-body h2 code,.markdown-body h3 tt,.markdown-body h3 code,.markdown-body h4 tt,.markdown-body h4 code,.markdown-body h5 tt,.markdown-body h5 code,.markdown-body h6 tt,.markdown-body h6 code{font-size:inherit}.markdown-body h1{padding-bottom:0.3em;font-size:2em;border-bottom:1px solid #eaecef}.markdown-body h2{padding-bottom:0.3em;font-size:1.5em;border-bottom:1px solid #eaecef}.markdown-body h3{font-size:1.25em}.markdown-body h4{font-size:1em}.markdown-body h5{font-size:0.875em}.markdown-body h6{font-size:0.85em;color:#6a737d}.markdown-body ul,.markdown-body ol{padding-left:2em}.markdown-body ul.no-list,.markdown-body ol.no-list{padding:0;list-style-type:none}.markdown-body ul ul,.markdown-body ul ol,.markdown-body ol ol,.markdown-body ol ul{margin-top:0;margin-bottom:0}.markdown-body li{word-wrap:break-all}.markdown-body li>p{margin-top:16px}.markdown-body li+li{margin-top:.25em}.markdown-body dl{padding:0}.markdown-body dl dt{padding:0;margin-top:16px;font-size:1em;font-style:italic;font-weight:600}.markdown-body dl dd{padding:0 16px;margin-bottom:16px}.markdown-body table{display:block;width:100%;overflow:auto}.markdown-body table th{font-weight:600}.markdown-body table th,.markdown-body table td{padding:6px 13px;border:1px solid #dfe2e5}.markdown-body table tr{background-color:#fff;border-top:1px solid #c6cbd1}.markdown-body table tr:nth-child(2n){background-color:#f6f8fa}.markdown-body table img{background-color:transparent}.markdown-body img{max-width:100%;box-sizing:content-box;background-color:#fff}.markdown-body img[align=right]{padding-left:20px}.markdown-body img[align=left]{padding-right:20px}.markdown-body .emoji{max-width:none;vertical-align:text-top;background-color:transparent}.markdown-body span.frame{display:block;overflow:hidden}.markdown-body span.frame>span{display:block;float:left;width:auto;padding:7px;margin:13px 0 0;overflow:hidden;border:1px solid #dfe2e5}.markdown-body span.frame span img{display:block;float:left}.markdown-body span.frame span span{display:block;padding:5px 0 0;clear:both;color:#24292e}.markdown-body span.align-center{display:block;overflow:hidden;clear:both}.markdown-body span.align-center>span{display:block;margin:13px auto 0;overflow:hidden;text-align:center}.markdown-body span.align-center span img{margin:0 auto;text-align:center}.markdown-body span.align-right{display:block;overflow:hidden;clear:both}.markdown-body span.align-right>span{display:block;margin:13px 0 0;overflow:hidden;text-align:right}.markdown-body span.align-right span img{margin:0;text-align:right}.markdown-body span.float-left{display:block;float:left;margin-right:13px;overflow:hidden}.markdown-body span.float-left span{margin:13px 0 0}.markdown-body span.float-right{display:block;float:right;margin-left:13px;overflow:hidden}.markdown-body span.float-right>span{display:block;margin:13px auto 0;overflow:hidden;text-align:right}.markdown-body code,.markdown-body tt{padding:0.2em 0.4em;margin:0;font-size:85%;background-color:rgba(27,31,35,0.05);border-radius:3px}.markdown-body code br,.markdown-body tt br{display:none}.markdown-body del code{text-decoration:inherit}.markdown-body pre{word-wrap:normal}.markdown-body pre>code{padding:0;margin:0;font-size:100%;word-break:normal;white-space:pre;background:transparent;border:0}.markdown-body .highlight{margin-bottom:16px}.markdown-body .highlight pre{margin-bottom:0;word-break:normal}.markdown-body .highlight pre,.markdown-body pre{padding:16px;overflow:auto;font-size:85%;line-height:1.45;background-color:#f6f8fa;border-radius:3px}.markdown-body pre code,.markdown-body pre tt{display:inline;max-width:auto;padding:0;margin:0;overflow:visible;line-height:inherit;word-wrap:normal;background-color:transparent;border:0}.markdown-body .csv-data td,.markdown-body .csv-data th{padding:5px;overflow:hidden;font-size:12px;line-height:1;text-align:left;white-space:nowrap}.markdown-body .csv-data .blob-num{padding:10px 8px 9px;text-align:right;background:#fff;border:0}.markdown-body .csv-data tr{border-top:0}.markdown-body .csv-data th{font-weight:600;background:#f6f8fa;border-top:0}
@@ -0,0 +1,12 @@
1
+ {
2
+ "dependencies": {
3
+ "bootstrap": "^4.2.1",
4
+ "primer-markdown": "^3.7.11"
5
+ },
6
+ "description": "",
7
+ "name": "",
8
+ "scripts": {
9
+ "install": "node -e \"require('fs').renameSync('node_modules/primer-markdown/build/build.css', 'node_modules/primer-markdown/build/build.scss')\""
10
+ },
11
+ "version": "0.1.0"
12
+ }
@@ -0,0 +1,4 @@
1
+ ---
2
+ ---
3
+
4
+ @import "{{ site.theme }}";
metadata ADDED
@@ -0,0 +1,266 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: jekyll-theme-cs50
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.3
5
+ platform: ruby
6
+ authors:
7
+ - CS50
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2018-12-23 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: jekyll
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '3.8'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '3.8'
27
+ - !ruby/object:Gem::Dependency
28
+ name: jekyll-default-layout
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - "~>"
32
+ - !ruby/object:Gem::Version
33
+ version: '0.1'
34
+ type: :runtime
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - "~>"
39
+ - !ruby/object:Gem::Version
40
+ version: '0.1'
41
+ - !ruby/object:Gem::Dependency
42
+ name: jekyll-optional-front-matter
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - "~>"
46
+ - !ruby/object:Gem::Version
47
+ version: '0.3'
48
+ type: :runtime
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - "~>"
53
+ - !ruby/object:Gem::Version
54
+ version: '0.3'
55
+ - !ruby/object:Gem::Dependency
56
+ name: jekyll-redirect-from
57
+ requirement: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - "~>"
60
+ - !ruby/object:Gem::Version
61
+ version: '0.14'
62
+ type: :runtime
63
+ prerelease: false
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - "~>"
67
+ - !ruby/object:Gem::Version
68
+ version: '0.14'
69
+ - !ruby/object:Gem::Dependency
70
+ name: jekyll-relative-links
71
+ requirement: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - "~>"
74
+ - !ruby/object:Gem::Version
75
+ version: '0.5'
76
+ type: :runtime
77
+ prerelease: false
78
+ version_requirements: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - "~>"
81
+ - !ruby/object:Gem::Version
82
+ version: '0.5'
83
+ - !ruby/object:Gem::Dependency
84
+ name: jekyll-titles-from-headings
85
+ requirement: !ruby/object:Gem::Requirement
86
+ requirements:
87
+ - - "~>"
88
+ - !ruby/object:Gem::Version
89
+ version: '0.5'
90
+ type: :runtime
91
+ prerelease: false
92
+ version_requirements: !ruby/object:Gem::Requirement
93
+ requirements:
94
+ - - "~>"
95
+ - !ruby/object:Gem::Version
96
+ version: '0.5'
97
+ - !ruby/object:Gem::Dependency
98
+ name: jemoji
99
+ requirement: !ruby/object:Gem::Requirement
100
+ requirements:
101
+ - - "~>"
102
+ - !ruby/object:Gem::Version
103
+ version: '0.10'
104
+ type: :runtime
105
+ prerelease: false
106
+ version_requirements: !ruby/object:Gem::Requirement
107
+ requirements:
108
+ - - "~>"
109
+ - !ruby/object:Gem::Version
110
+ version: '0.10'
111
+ - !ruby/object:Gem::Dependency
112
+ name: bundler
113
+ requirement: !ruby/object:Gem::Requirement
114
+ requirements:
115
+ - - "~>"
116
+ - !ruby/object:Gem::Version
117
+ version: '1.16'
118
+ type: :development
119
+ prerelease: false
120
+ version_requirements: !ruby/object:Gem::Requirement
121
+ requirements:
122
+ - - "~>"
123
+ - !ruby/object:Gem::Version
124
+ version: '1.16'
125
+ - !ruby/object:Gem::Dependency
126
+ name: rake
127
+ requirement: !ruby/object:Gem::Requirement
128
+ requirements:
129
+ - - "~>"
130
+ - !ruby/object:Gem::Version
131
+ version: '12.0'
132
+ type: :development
133
+ prerelease: false
134
+ version_requirements: !ruby/object:Gem::Requirement
135
+ requirements:
136
+ - - "~>"
137
+ - !ruby/object:Gem::Version
138
+ version: '12.0'
139
+ description:
140
+ email:
141
+ executables: []
142
+ extensions: []
143
+ extra_rdoc_files: []
144
+ files:
145
+ - LICENSE.txt
146
+ - _includes/aside.html
147
+ - _includes/footer.md
148
+ - _includes/header.md
149
+ - _includes/main.html
150
+ - _includes/nav.md
151
+ - _layouts/page.html
152
+ - _sass/jekyll-theme-cs50.scss
153
+ - _sass/node_modules/bootstrap/LICENSE
154
+ - _sass/node_modules/bootstrap/scss/_alert.scss
155
+ - _sass/node_modules/bootstrap/scss/_badge.scss
156
+ - _sass/node_modules/bootstrap/scss/_breadcrumb.scss
157
+ - _sass/node_modules/bootstrap/scss/_button-group.scss
158
+ - _sass/node_modules/bootstrap/scss/_buttons.scss
159
+ - _sass/node_modules/bootstrap/scss/_card.scss
160
+ - _sass/node_modules/bootstrap/scss/_carousel.scss
161
+ - _sass/node_modules/bootstrap/scss/_close.scss
162
+ - _sass/node_modules/bootstrap/scss/_code.scss
163
+ - _sass/node_modules/bootstrap/scss/_custom-forms.scss
164
+ - _sass/node_modules/bootstrap/scss/_dropdown.scss
165
+ - _sass/node_modules/bootstrap/scss/_forms.scss
166
+ - _sass/node_modules/bootstrap/scss/_functions.scss
167
+ - _sass/node_modules/bootstrap/scss/_grid.scss
168
+ - _sass/node_modules/bootstrap/scss/_images.scss
169
+ - _sass/node_modules/bootstrap/scss/_input-group.scss
170
+ - _sass/node_modules/bootstrap/scss/_jumbotron.scss
171
+ - _sass/node_modules/bootstrap/scss/_list-group.scss
172
+ - _sass/node_modules/bootstrap/scss/_media.scss
173
+ - _sass/node_modules/bootstrap/scss/_mixins.scss
174
+ - _sass/node_modules/bootstrap/scss/_modal.scss
175
+ - _sass/node_modules/bootstrap/scss/_nav.scss
176
+ - _sass/node_modules/bootstrap/scss/_navbar.scss
177
+ - _sass/node_modules/bootstrap/scss/_pagination.scss
178
+ - _sass/node_modules/bootstrap/scss/_popover.scss
179
+ - _sass/node_modules/bootstrap/scss/_print.scss
180
+ - _sass/node_modules/bootstrap/scss/_progress.scss
181
+ - _sass/node_modules/bootstrap/scss/_reboot.scss
182
+ - _sass/node_modules/bootstrap/scss/_root.scss
183
+ - _sass/node_modules/bootstrap/scss/_spinners.scss
184
+ - _sass/node_modules/bootstrap/scss/_tables.scss
185
+ - _sass/node_modules/bootstrap/scss/_toasts.scss
186
+ - _sass/node_modules/bootstrap/scss/_tooltip.scss
187
+ - _sass/node_modules/bootstrap/scss/_transitions.scss
188
+ - _sass/node_modules/bootstrap/scss/_type.scss
189
+ - _sass/node_modules/bootstrap/scss/_utilities.scss
190
+ - _sass/node_modules/bootstrap/scss/_variables.scss
191
+ - _sass/node_modules/bootstrap/scss/bootstrap-grid.scss
192
+ - _sass/node_modules/bootstrap/scss/bootstrap-reboot.scss
193
+ - _sass/node_modules/bootstrap/scss/bootstrap.scss
194
+ - _sass/node_modules/bootstrap/scss/mixins/_alert.scss
195
+ - _sass/node_modules/bootstrap/scss/mixins/_background-variant.scss
196
+ - _sass/node_modules/bootstrap/scss/mixins/_badge.scss
197
+ - _sass/node_modules/bootstrap/scss/mixins/_border-radius.scss
198
+ - _sass/node_modules/bootstrap/scss/mixins/_box-shadow.scss
199
+ - _sass/node_modules/bootstrap/scss/mixins/_breakpoints.scss
200
+ - _sass/node_modules/bootstrap/scss/mixins/_buttons.scss
201
+ - _sass/node_modules/bootstrap/scss/mixins/_caret.scss
202
+ - _sass/node_modules/bootstrap/scss/mixins/_clearfix.scss
203
+ - _sass/node_modules/bootstrap/scss/mixins/_float.scss
204
+ - _sass/node_modules/bootstrap/scss/mixins/_forms.scss
205
+ - _sass/node_modules/bootstrap/scss/mixins/_gradients.scss
206
+ - _sass/node_modules/bootstrap/scss/mixins/_grid-framework.scss
207
+ - _sass/node_modules/bootstrap/scss/mixins/_grid.scss
208
+ - _sass/node_modules/bootstrap/scss/mixins/_hover.scss
209
+ - _sass/node_modules/bootstrap/scss/mixins/_image.scss
210
+ - _sass/node_modules/bootstrap/scss/mixins/_list-group.scss
211
+ - _sass/node_modules/bootstrap/scss/mixins/_lists.scss
212
+ - _sass/node_modules/bootstrap/scss/mixins/_nav-divider.scss
213
+ - _sass/node_modules/bootstrap/scss/mixins/_pagination.scss
214
+ - _sass/node_modules/bootstrap/scss/mixins/_reset-text.scss
215
+ - _sass/node_modules/bootstrap/scss/mixins/_resize.scss
216
+ - _sass/node_modules/bootstrap/scss/mixins/_screen-reader.scss
217
+ - _sass/node_modules/bootstrap/scss/mixins/_size.scss
218
+ - _sass/node_modules/bootstrap/scss/mixins/_table-row.scss
219
+ - _sass/node_modules/bootstrap/scss/mixins/_text-emphasis.scss
220
+ - _sass/node_modules/bootstrap/scss/mixins/_text-hide.scss
221
+ - _sass/node_modules/bootstrap/scss/mixins/_text-truncate.scss
222
+ - _sass/node_modules/bootstrap/scss/mixins/_transition.scss
223
+ - _sass/node_modules/bootstrap/scss/mixins/_visibility.scss
224
+ - _sass/node_modules/bootstrap/scss/utilities/_align.scss
225
+ - _sass/node_modules/bootstrap/scss/utilities/_background.scss
226
+ - _sass/node_modules/bootstrap/scss/utilities/_borders.scss
227
+ - _sass/node_modules/bootstrap/scss/utilities/_clearfix.scss
228
+ - _sass/node_modules/bootstrap/scss/utilities/_display.scss
229
+ - _sass/node_modules/bootstrap/scss/utilities/_embed.scss
230
+ - _sass/node_modules/bootstrap/scss/utilities/_flex.scss
231
+ - _sass/node_modules/bootstrap/scss/utilities/_float.scss
232
+ - _sass/node_modules/bootstrap/scss/utilities/_overflow.scss
233
+ - _sass/node_modules/bootstrap/scss/utilities/_position.scss
234
+ - _sass/node_modules/bootstrap/scss/utilities/_screenreaders.scss
235
+ - _sass/node_modules/bootstrap/scss/utilities/_shadows.scss
236
+ - _sass/node_modules/bootstrap/scss/utilities/_sizing.scss
237
+ - _sass/node_modules/bootstrap/scss/utilities/_spacing.scss
238
+ - _sass/node_modules/bootstrap/scss/utilities/_text.scss
239
+ - _sass/node_modules/bootstrap/scss/utilities/_visibility.scss
240
+ - _sass/node_modules/primer-markdown/build/build.scss
241
+ - _sass/package.json
242
+ - assets/css/style.scss
243
+ homepage: https://cs50.harvard.edu/
244
+ licenses:
245
+ - MIT
246
+ metadata: {}
247
+ post_install_message:
248
+ rdoc_options: []
249
+ require_paths:
250
+ - lib
251
+ required_ruby_version: !ruby/object:Gem::Requirement
252
+ requirements:
253
+ - - ">="
254
+ - !ruby/object:Gem::Version
255
+ version: '0'
256
+ required_rubygems_version: !ruby/object:Gem::Requirement
257
+ requirements:
258
+ - - ">="
259
+ - !ruby/object:Gem::Version
260
+ version: '0'
261
+ requirements: []
262
+ rubygems_version: 3.0.1
263
+ signing_key:
264
+ specification_version: 4
265
+ summary: This is CS50's theme for Jekyll.
266
+ test_files: []