jekyll-theme-nocc 2.0.0
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 +7 -0
- data/LICENSE.txt +21 -0
- data/README.md +92 -0
- data/_config.yml +102 -0
- data/_includes/carousel.html +39 -0
- data/_includes/code_block.html +3 -0
- data/_includes/disqus_comments.html +16 -0
- data/_includes/features.html +18 -0
- data/_includes/footer.html +55 -0
- data/_includes/google_analytics.html +8 -0
- data/_includes/head.html +33 -0
- data/_includes/image.html +20 -0
- data/_includes/navbar.html +48 -0
- data/_includes/read_time.html +3 -0
- data/_includes/scripts.html +88 -0
- data/_layouts/carousel.html +39 -0
- data/_layouts/default.html +17 -0
- data/_layouts/home.html +92 -0
- data/_layouts/images_gallery.html +63 -0
- data/_layouts/page.html +35 -0
- data/_layouts/post.html +62 -0
- data/_layouts/posts_index.html +33 -0
- data/_layouts/tag.html +35 -0
- data/_layouts/tags_index.html +79 -0
- data/_sass/_custom.scss +144 -0
- data/assets/css/styles.scss +3 -0
- data/assets/images/404.webp +0 -0
- data/assets/images/503.webp +0 -0
- data/assets/images/bg-about.webp +0 -0
- data/assets/images/bg-contact.webp +0 -0
- data/assets/images/bg-gallery.webp +0 -0
- data/assets/images/bg-index-2.webp +0 -0
- data/assets/images/bg-index-3.webp +0 -0
- data/assets/images/bg-index.webp +0 -0
- data/assets/images/bg-post.webp +0 -0
- data/assets/images/favicon.ico +0 -0
- data/assets/images/favicon.png +0 -0
- data/assets/images/favicon.svg +36 -0
- data/assets/images/gallery/Futuristic-drama.webp +0 -0
- data/assets/images/gallery/Random-Engineers.webp +0 -0
- data/assets/images/gallery/Weird-trio-with-mousehand.webp +0 -0
- data/assets/images/icon-192.png +0 -0
- data/assets/images/icon-512.png +0 -0
- data/assets/images/jekyll-logo.svg +129 -0
- data/assets/images/nocc-showcase.webp +0 -0
- data/assets/images/nocc-theme-showroom.png +0 -0
- data/assets/images/nocc-webshot.webp +0 -0
- data/assets/images/nocc_icon.svg +91 -0
- data/assets/images/nocc_package_logo.png +0 -0
- data/assets/images/npm-logo.svg +10 -0
- data/assets/vendor/nocc-bootstrap-theme/AUTHORS.md +3 -0
- data/assets/vendor/nocc-bootstrap-theme/CODE_OF_CONDUCT.md +3 -0
- data/assets/vendor/nocc-bootstrap-theme/CONTRIBUTING.md +5 -0
- data/assets/vendor/nocc-bootstrap-theme/LICENSE +21 -0
- data/assets/vendor/nocc-bootstrap-theme/README.md +209 -0
- data/assets/vendor/nocc-bootstrap-theme/css/nocc-theme.css +10442 -0
- data/assets/vendor/nocc-bootstrap-theme/css/nocc-theme.min.css +5 -0
- data/assets/vendor/nocc-bootstrap-theme/fonts/lora-webfont/lora-v35-latin-600.woff2 +0 -0
- data/assets/vendor/nocc-bootstrap-theme/fonts/lora-webfont/lora-v35-latin-600italic.woff2 +0 -0
- data/assets/vendor/nocc-bootstrap-theme/fonts/lora-webfont/lora-v35-latin-italic.woff2 +0 -0
- data/assets/vendor/nocc-bootstrap-theme/fonts/lora-webfont/lora-v35-latin-regular.woff2 +0 -0
- data/assets/vendor/nocc-bootstrap-theme/fonts/oxygen-webfont/oxygen-mono-v14-latin-regular.woff2 +0 -0
- data/assets/vendor/nocc-bootstrap-theme/fonts/roboto-webfont/roboto-v30-latin-300.woff2 +0 -0
- data/assets/vendor/nocc-bootstrap-theme/fonts/roboto-webfont/roboto-v30-latin-300italic.woff2 +0 -0
- data/assets/vendor/nocc-bootstrap-theme/fonts/roboto-webfont/roboto-v30-latin-700.woff2 +0 -0
- data/assets/vendor/nocc-bootstrap-theme/fonts/roboto-webfont/roboto-v30-latin-700italic.woff2 +0 -0
- data/assets/vendor/nocc-bootstrap-theme/fonts/roboto-webfont/roboto-v30-latin-900.woff2 +0 -0
- data/assets/vendor/nocc-bootstrap-theme/fonts/roboto-webfont/roboto-v30-latin-900italic.woff2 +0 -0
- data/assets/vendor/nocc-bootstrap-theme/fonts/roboto-webfont/roboto-v30-latin-italic.woff2 +0 -0
- data/assets/vendor/nocc-bootstrap-theme/fonts/roboto-webfont/roboto-v30-latin-regular.woff2 +0 -0
- data/assets/vendor/nocc-bootstrap-theme/icons/1.11.0/bootstrap.svg +4 -0
- data/assets/vendor/nocc-bootstrap-theme/icons/1.11.0/clipboard.svg +4 -0
- data/assets/vendor/nocc-bootstrap-theme/icons/1.11.0/currency-bitcoin.svg +3 -0
- data/assets/vendor/nocc-bootstrap-theme/icons/1.11.0/download.svg +4 -0
- data/assets/vendor/nocc-bootstrap-theme/icons/1.11.0/envelope-at-fill.svg +4 -0
- data/assets/vendor/nocc-bootstrap-theme/icons/1.11.0/filetype-svg.svg +3 -0
- data/assets/vendor/nocc-bootstrap-theme/icons/1.11.0/gift-fill.svg +3 -0
- data/assets/vendor/nocc-bootstrap-theme/icons/1.11.0/github.svg +3 -0
- data/assets/vendor/nocc-bootstrap-theme/icons/1.11.0/google.svg +3 -0
- data/assets/vendor/nocc-bootstrap-theme/icons/1.11.0/link-45deg.svg +4 -0
- data/assets/vendor/nocc-bootstrap-theme/icons/1.11.0/linkedin.svg +3 -0
- data/assets/vendor/nocc-bootstrap-theme/icons/1.11.0/magic.svg +3 -0
- data/assets/vendor/nocc-bootstrap-theme/icons/1.11.0/moon.svg +4 -0
- data/assets/vendor/nocc-bootstrap-theme/icons/1.11.0/speedometer.svg +4 -0
- data/assets/vendor/nocc-bootstrap-theme/icons/1.11.0/sun.svg +3 -0
- data/assets/vendor/nocc-bootstrap-theme/icons/1.11.0/twitter-x.svg +3 -0
- data/assets/vendor/nocc-bootstrap-theme/images/bg-about.webp +0 -0
- data/assets/vendor/nocc-bootstrap-theme/images/bg-gallery.webp +0 -0
- data/assets/vendor/nocc-bootstrap-theme/images/bg-index-2.webp +0 -0
- data/assets/vendor/nocc-bootstrap-theme/images/bg-index-3.webp +0 -0
- data/assets/vendor/nocc-bootstrap-theme/images/bg-index.webp +0 -0
- data/assets/vendor/nocc-bootstrap-theme/images/bg-post.webp +0 -0
- data/assets/vendor/nocc-bootstrap-theme/images/favicon_io/android-chrome-192x192.png +0 -0
- data/assets/vendor/nocc-bootstrap-theme/images/favicon_io/android-chrome-512x512.png +0 -0
- data/assets/vendor/nocc-bootstrap-theme/images/favicon_io/apple-touch-icon.png +0 -0
- data/assets/vendor/nocc-bootstrap-theme/images/favicon_io/favicon-16x16.png +0 -0
- data/assets/vendor/nocc-bootstrap-theme/images/favicon_io/favicon-32x32.png +0 -0
- data/assets/vendor/nocc-bootstrap-theme/images/favicon_io/favicon.ico +0 -0
- data/assets/vendor/nocc-bootstrap-theme/images/favicon_io/favicon.png +0 -0
- data/assets/vendor/nocc-bootstrap-theme/images/favicon_io/favicon.svg +54 -0
- data/assets/vendor/nocc-bootstrap-theme/images/favicon_io/site.webmanifest +1 -0
- data/assets/vendor/nocc-bootstrap-theme/images/gallery/Futuristic-drama.webp +0 -0
- data/assets/vendor/nocc-bootstrap-theme/images/gallery/Random-Engineers.webp +0 -0
- data/assets/vendor/nocc-bootstrap-theme/images/gallery/Weird-trio-with-mousehand.webp +0 -0
- data/assets/vendor/nocc-bootstrap-theme/images/nocc/kofi_s_logo_nolabel.webp +0 -0
- data/assets/vendor/nocc-bootstrap-theme/images/nocc/nocc-showcase.webp +0 -0
- data/assets/vendor/nocc-bootstrap-theme/images/nocc/nocc-theme-showroom.png +0 -0
- data/assets/vendor/nocc-bootstrap-theme/images/nocc/nocc-theme-webshot.png +0 -0
- data/assets/vendor/nocc-bootstrap-theme/images/nocc/nocc-theme-webshot.webp +0 -0
- data/assets/vendor/nocc-bootstrap-theme/images/nocc/nocc-webshot.webp +0 -0
- data/assets/vendor/nocc-bootstrap-theme/images/nocc/nocc_home_image.webp +0 -0
- data/assets/vendor/nocc-bootstrap-theme/images/nocc/nocc_logo.png +0 -0
- data/assets/vendor/nocc-bootstrap-theme/js/bootstrap/5.3.3/bootstrap.bundle.min.js +7 -0
- data/assets/vendor/nocc-bootstrap-theme/js/bootstrap/5.3.3/bootstrap.bundle.min.js.map +1 -0
- data/assets/vendor/nocc-bootstrap-theme/js/clipboardjs/clipboard.min.js +7 -0
- data/assets/vendor/nocc-bootstrap-theme/js/copy-clipboard.js +18 -0
- data/assets/vendor/nocc-bootstrap-theme/js/jq-bootstrap-validation.js +475 -0
- data/assets/vendor/nocc-bootstrap-theme/js/jq-bootstrap-validation.min.js +1 -0
- data/assets/vendor/nocc-bootstrap-theme/js/jquery/3.7.1/jquery.min.js +2 -0
- data/assets/vendor/nocc-bootstrap-theme/js/jquery/3.7.1/jquery.min.map +1 -0
- data/assets/vendor/nocc-bootstrap-theme/js/jquery/jqcloud/2.0.3/jqcloud.min.js +8 -0
- data/assets/vendor/nocc-bootstrap-theme/js/ko-fi/widget_2.min.js +1 -0
- data/assets/vendor/nocc-bootstrap-theme/js/theme-toggler.js +68 -0
- data/assets/vendor/nocc-bootstrap-theme/js/theme-toggler.min.js +1 -0
- data/assets/vendor/nocc-bootstrap-theme/manifest.json +1 -0
- data/assets/vendor/nocc-bootstrap-theme/package.json +78 -0
- metadata +284 -0
@@ -0,0 +1,129 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
2
|
+
<!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
|
3
|
+
|
4
|
+
<svg
|
5
|
+
width="800px"
|
6
|
+
height="800px"
|
7
|
+
viewBox="0 0 512 512"
|
8
|
+
version="1.1"
|
9
|
+
id="svg10"
|
10
|
+
sodipodi:docname="jekyll-svgrepo-com.svg"
|
11
|
+
inkscape:version="1.3.2 (091e20ef0f, 2023-11-25)"
|
12
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
13
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
14
|
+
xmlns="http://www.w3.org/2000/svg"
|
15
|
+
xmlns:svg="http://www.w3.org/2000/svg">
|
16
|
+
<defs
|
17
|
+
id="defs10" />
|
18
|
+
<sodipodi:namedview
|
19
|
+
id="namedview10"
|
20
|
+
pagecolor="#ffffff"
|
21
|
+
bordercolor="#000000"
|
22
|
+
borderopacity="0.25"
|
23
|
+
inkscape:showpageshadow="2"
|
24
|
+
inkscape:pageopacity="0.0"
|
25
|
+
inkscape:pagecheckerboard="0"
|
26
|
+
inkscape:deskcolor="#d1d1d1"
|
27
|
+
inkscape:zoom="1.44875"
|
28
|
+
inkscape:cx="400"
|
29
|
+
inkscape:cy="400"
|
30
|
+
inkscape:window-width="3440"
|
31
|
+
inkscape:window-height="1371"
|
32
|
+
inkscape:window-x="0"
|
33
|
+
inkscape:window-y="0"
|
34
|
+
inkscape:window-maximized="1"
|
35
|
+
inkscape:current-layer="svg10" />
|
36
|
+
<path
|
37
|
+
opacity=".3"
|
38
|
+
d="M269.02 59.151c-.184.737-.188 1.529-.033 2.365 0 0 2.507 16.642-.339 24.048L147.643 400.197l.009.004c-8.636 23.11 2.937 48.911 26.014 57.787 23.077 8.875 48.955-2.524 58.03-25.464l.011.005 121.005-314.634c2.366-6.155 15.86-18.079 15.86-18.079.677-.516 1.202-1.108 1.56-1.778l.059-.122c.065-.132.141-.258.193-.395 3.12-8.113-17.005-23.405-44.952-34.152-27.948-10.748-53.133-12.884-56.253-4.771-.053.137-.083.281-.122.422l-.037.131z"
|
39
|
+
id="path2" />
|
40
|
+
<linearGradient
|
41
|
+
id="a"
|
42
|
+
gradientUnits="userSpaceOnUse"
|
43
|
+
x1="206.458"
|
44
|
+
y1="215.263"
|
45
|
+
x2="283.13"
|
46
|
+
y2="291.934"
|
47
|
+
gradientTransform="rotate(-23.964 255.81 252.823)">
|
48
|
+
<stop
|
49
|
+
offset="0"
|
50
|
+
stop-color="#919191"
|
51
|
+
id="stop2" />
|
52
|
+
<stop
|
53
|
+
offset="1"
|
54
|
+
stop-color="#ffffff"
|
55
|
+
id="stop3" />
|
56
|
+
</linearGradient>
|
57
|
+
<path
|
58
|
+
fill="url(#a)"
|
59
|
+
d="M265.523 56.477c-.185.737-.19 1.529-.033 2.365 0 0 2.508 16.642-.34 24.048L144.144 397.522l.011.004c-8.635 23.11 2.937 48.911 26.014 57.787 23.075 8.875 48.955-2.524 58.03-25.464l.011.005L349.215 115.22c2.365-6.155 15.86-18.079 15.86-18.079.677-.516 1.202-1.107 1.56-1.778l.058-.122c.065-.131.141-.258.193-.395 3.12-8.113-17.005-23.404-44.951-34.152-27.948-10.748-53.133-12.884-56.253-4.771-.053.137-.083.281-.122.422l-.037.132z"
|
60
|
+
id="path3" />
|
61
|
+
<linearGradient
|
62
|
+
id="b"
|
63
|
+
gradientUnits="userSpaceOnUse"
|
64
|
+
x1="177.629"
|
65
|
+
y1="273.752"
|
66
|
+
x2="224.046"
|
67
|
+
y2="320.169"
|
68
|
+
gradientTransform="rotate(-23.964 255.81 252.823)">
|
69
|
+
<stop
|
70
|
+
offset="0"
|
71
|
+
stop-color="#900"
|
72
|
+
id="stop4" />
|
73
|
+
<stop
|
74
|
+
offset="1"
|
75
|
+
stop-color="#e80000"
|
76
|
+
id="stop5" />
|
77
|
+
</linearGradient>
|
78
|
+
<path
|
79
|
+
fill="url(#b)"
|
80
|
+
d="M303.48 198.814L216.218 425.71l.057.021c-6.436 16.262-25.166 24.723-41.781 18.333-16.615-6.39-25.608-25.512-19.488-41.897l55.758-144.982s6.964-11.233 20.637-19.225c13.673-7.991 24.949-6.305 40.132-13.053 15.182-6.748 31.947-26.093 31.947-26.093z"
|
81
|
+
id="path5" />
|
82
|
+
<ellipse
|
83
|
+
transform="rotate(21.038 315.94 76.192)"
|
84
|
+
fill="#333"
|
85
|
+
cx="315.97"
|
86
|
+
cy="76.201"
|
87
|
+
rx="33.648"
|
88
|
+
ry="8.85"
|
89
|
+
id="ellipse5" />
|
90
|
+
<path
|
91
|
+
opacity=".3"
|
92
|
+
fill="#FFF"
|
93
|
+
d="M265.489 58.841s2.471 16.737-.34 24.048L144.144 397.522l.011.004c-8.635 23.11 2.937 48.911 26.014 57.787a45.103 45.103 0 0012.164 2.822c-15.556-11.702-22.23-32.632-15.093-51.73l-.011-.004L285.833 98.009s-16.144-15.159-20.344-39.168z"
|
94
|
+
id="path6" />
|
95
|
+
<g
|
96
|
+
fill="#FFF"
|
97
|
+
id="g10">
|
98
|
+
<circle
|
99
|
+
opacity=".5"
|
100
|
+
cx="226.531"
|
101
|
+
cy="261.806"
|
102
|
+
r="3.506"
|
103
|
+
id="circle6" />
|
104
|
+
<circle
|
105
|
+
opacity=".5"
|
106
|
+
cx="249.514"
|
107
|
+
cy="287.227"
|
108
|
+
r="5.285"
|
109
|
+
id="circle7" />
|
110
|
+
<circle
|
111
|
+
opacity=".5"
|
112
|
+
cx="214.429"
|
113
|
+
cy="317.459"
|
114
|
+
r="9.915"
|
115
|
+
id="circle8" />
|
116
|
+
<circle
|
117
|
+
opacity=".5"
|
118
|
+
cx="198.375"
|
119
|
+
cy="335.795"
|
120
|
+
r="5.286"
|
121
|
+
id="circle9" />
|
122
|
+
<circle
|
123
|
+
opacity=".5"
|
124
|
+
cx="219.43"
|
125
|
+
cy="375.008"
|
126
|
+
r="3.506"
|
127
|
+
id="circle10" />
|
128
|
+
</g>
|
129
|
+
</svg>
|
Binary file
|
Binary file
|
Binary file
|
@@ -0,0 +1,91 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
2
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
3
|
+
|
4
|
+
<svg
|
5
|
+
version="1.1"
|
6
|
+
id="svg1"
|
7
|
+
width="290"
|
8
|
+
height="290"
|
9
|
+
viewBox="0 0 290 290"
|
10
|
+
sodipodi:docname="nocc_icon.svg"
|
11
|
+
inkscape:version="1.3.2 (091e20ef0f, 2023-11-25)"
|
12
|
+
inkscape:export-filename="nocc_logo.png"
|
13
|
+
inkscape:export-xdpi="96"
|
14
|
+
inkscape:export-ydpi="96"
|
15
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
16
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
17
|
+
xmlns="http://www.w3.org/2000/svg"
|
18
|
+
xmlns:svg="http://www.w3.org/2000/svg">
|
19
|
+
<defs
|
20
|
+
id="defs1" />
|
21
|
+
<sodipodi:namedview
|
22
|
+
id="namedview1"
|
23
|
+
pagecolor="#ffffff"
|
24
|
+
bordercolor="#000000"
|
25
|
+
borderopacity="0.25"
|
26
|
+
inkscape:showpageshadow="2"
|
27
|
+
inkscape:pageopacity="0.0"
|
28
|
+
inkscape:pagecheckerboard="0"
|
29
|
+
inkscape:deskcolor="#d1d1d1"
|
30
|
+
showguides="true"
|
31
|
+
inkscape:zoom="2.2996032"
|
32
|
+
inkscape:cx="159.37533"
|
33
|
+
inkscape:cy="205.03538"
|
34
|
+
inkscape:window-width="3440"
|
35
|
+
inkscape:window-height="1371"
|
36
|
+
inkscape:window-x="0"
|
37
|
+
inkscape:window-y="0"
|
38
|
+
inkscape:window-maximized="1"
|
39
|
+
inkscape:current-layer="g2">
|
40
|
+
<sodipodi:guide
|
41
|
+
position="81.913276,66.061794"
|
42
|
+
orientation="0,-1"
|
43
|
+
id="guide1"
|
44
|
+
inkscape:locked="false" />
|
45
|
+
<sodipodi:guide
|
46
|
+
position="85.111451,83.792061"
|
47
|
+
orientation="1,0"
|
48
|
+
id="guide2"
|
49
|
+
inkscape:locked="false" />
|
50
|
+
<sodipodi:guide
|
51
|
+
position="84.342724,172.84908"
|
52
|
+
orientation="0,-1"
|
53
|
+
id="guide3"
|
54
|
+
inkscape:locked="false" />
|
55
|
+
</sodipodi:namedview>
|
56
|
+
<g
|
57
|
+
inkscape:groupmode="layer"
|
58
|
+
id="layer1"
|
59
|
+
inkscape:label="LOGO"
|
60
|
+
style="display:inline"
|
61
|
+
transform="translate(15.195734,0.66258774)">
|
62
|
+
<rect
|
63
|
+
style="display:inline;fill:#cccccc;fill-opacity:1;stroke-width:0.982129"
|
64
|
+
id="rect3"
|
65
|
+
width="116.31799"
|
66
|
+
height="116.60574"
|
67
|
+
x="64.90818"
|
68
|
+
y="71.334038" />
|
69
|
+
<path
|
70
|
+
style="fill:#55b3f3;fill-opacity:1"
|
71
|
+
d="M 69.845871,76.466997 H 176.43244 V 183.27466 H 135.211 l -23.24421,-40.26015 -0.4201,40.34011 H 69.908783 Z"
|
72
|
+
id="path1"
|
73
|
+
sodipodi:nodetypes="cccccccc" />
|
74
|
+
<g
|
75
|
+
id="g2"
|
76
|
+
transform="matrix(3.7879601,0,0,3.7786125,-266.29181,-416.61321)">
|
77
|
+
<rect
|
78
|
+
style="display:inline;fill:#ffffff;fill-opacity:1;stroke-width:0.646419"
|
79
|
+
id="rect3-0"
|
80
|
+
width="76.558357"
|
81
|
+
height="76.747749"
|
82
|
+
x="66.287941"
|
83
|
+
y="110.08025" />
|
84
|
+
<path
|
85
|
+
style="display:inline;fill:#55b3f3;fill-opacity:1;stroke-width:0.524328"
|
86
|
+
d="m 76.671314,120.61226 h 55.886336 v 56.00227 h -21.61356 l -12.187592,-21.10952 -0.220266,21.15145 h -21.83193 z"
|
87
|
+
id="path1-6"
|
88
|
+
sodipodi:nodetypes="cccccccc" />
|
89
|
+
</g>
|
90
|
+
</g>
|
91
|
+
</svg>
|
Binary file
|
@@ -0,0 +1,10 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
|
3
|
+
<svg width="800px" height="800px" viewBox="0 0 256 256" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" preserveAspectRatio="xMidYMid">
|
4
|
+
<g>
|
5
|
+
<polygon fill="#C12127" points="0 256 0 0 256 0 256 256">
|
6
|
+
|
7
|
+
<polygon fill="#FFFFFF" points="48 48 208 48 208 208 176 208 176 80 128 80 128 208 48 208">
|
8
|
+
|
9
|
+
</g>
|
10
|
+
</svg>
|
@@ -0,0 +1,21 @@
|
|
1
|
+
# MIT License
|
2
|
+
|
3
|
+
Copyright (c) 2024 Carles Loriente
|
4
|
+
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
7
|
+
in the Software without restriction, including without limitation the rights
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
10
|
+
furnished to do so, subject to the following conditions:
|
11
|
+
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
13
|
+
copies or substantial portions of the Software.
|
14
|
+
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
21
|
+
SOFTWARE.
|
@@ -0,0 +1,209 @@
|
|
1
|
+
<h1 align="center">A Responsive Bootstrap 5 dual Theme</h1>
|
2
|
+
|
3
|
+
<p align="center">
|
4
|
+
<a href="https://bootstrap-theme.notesoncloudcomputing.com/">
|
5
|
+
<img src="https://bootstrap-theme.notesoncloudcomputing.com/assets/vendor/nocc-bootstrap-theme/images/nocc/nocc-theme-showroom.png" alt="NOCC logo" width="800" height="311">
|
6
|
+
</a>
|
7
|
+
</p>
|
8
|
+
|
9
|
+
[](https://www.npm.im/nocc-bootstrap-theme)
|
10
|
+
[](https://github.com/sponsors/carlesloriente)
|
11
|
+
[](https://www.npm.im/nocc-bootstrap-theme)
|
12
|
+
[](https://github.com/carlesloriente/nocc-bootstrap-theme/actions/workflows/publish-release.yml)
|
13
|
+
[](https://raw.githubusercontent.com/carlesloriente/nocc-bootstrap-theme/main/LICENSE)
|
14
|
+
[](https://socket.dev/npm/package/nocc-bootstrap-theme)
|
15
|
+
|
16
|
+
## Introduction
|
17
|
+
|
18
|
+
**Are you tired of outdated Bootstrap themes?**
|
19
|
+
|
20
|
+
**Say hello to NOCC 🎉**: A Modern Bootstrap 5 Theme!
|
21
|
+
|
22
|
+
It comes in three powerful options:
|
23
|
+
|
24
|
+
- **💎 Theme Jekyll Nocc**: A Ruby gem that brings the power of NOCC directly to your Jekyll project. [Get it now!](https://rubygems.org/gems/jekyll-theme-nocc).
|
25
|
+
- **🌟 Nocc Bootstrap Theme**: An NPM Package that brings the power of NOCC directly to your NodeJS project. [Get it now!](https://www.npmjs.com/package/nocc-bootstrap-theme).
|
26
|
+
- **🌐 Full Site Bundle for Jekyll**: A complete static website showcasing NOCC's seamless integration. Featuring a beautifully designed homepage, dynamic tag cloud, image gallery, and more. [Explore on GitHub](https://github.com/carlesloriente/bootstrap-theme-jekyll).
|
27
|
+
|
28
|
+
> **ⓘ** NOCC is a complete replacement for Bootstrap 5.3.3
|
29
|
+
|
30
|
+
## Table of contents
|
31
|
+
|
32
|
+
- [Introduction](#introduction)
|
33
|
+
- [Table of contents](#table-of-contents)
|
34
|
+
- [Features](#features)
|
35
|
+
- [What's included](#whats-included)
|
36
|
+
- [Bundled dependencies](#bundled-dependencies)
|
37
|
+
- [Quick Start](#quick-start)
|
38
|
+
- [Customize it](#customize-it)
|
39
|
+
- [Installing from source](#installing-from-source)
|
40
|
+
- [Demo website](#demo-website)
|
41
|
+
- [Testing your changes](#testing-your-changes)
|
42
|
+
- [Bugs and Issues](#bugs-and-issues)
|
43
|
+
- [Contributing](#contributing)
|
44
|
+
- [Creator](#creator)
|
45
|
+
- [Thanks](#thanks)
|
46
|
+
- [Copyright and License](#copyright-and-license)
|
47
|
+
|
48
|
+
## Features
|
49
|
+
|
50
|
+
1. **Use of the latest Bootstrap 5 library**
|
51
|
+
2. **Fully Responsive and Dual Color (light and dark)**
|
52
|
+
3. **CSS and JS files are minimized by default**
|
53
|
+
4. **Self-hosted Google web fonts**
|
54
|
+
5. **Demo site built-in**
|
55
|
+
|
56
|
+
## What's included
|
57
|
+
|
58
|
+
You'll find all the required directories and files within the download, logically grouping common assets and providing compiled and minified variations.
|
59
|
+
|
60
|
+
### Bundled dependencies
|
61
|
+
|
62
|
+
- [Bootstrap 5.3.3](https://getbootstrap.com)
|
63
|
+
- [jQuery 3.7.1](https://jquery.com)
|
64
|
+
- [Clipboard.js 2.0.11](https://clipboardjs.com)
|
65
|
+
- [jCloud 2.0.3](https://github.com/mistic100/jQCloud)
|
66
|
+
- [Roboto Sans-serif](https://fonts.google.com/specimen/Roboto), [Lora Serif](https://fonts.google.com/specimen/Lora), and [Oxygen Mono](https://fonts.google.com/specimen/Oxygen+Mono) font families
|
67
|
+
- [A few Bootstrap 5 icons](https://icons.getbootstrap.com)
|
68
|
+
|
69
|
+
## Quick Start
|
70
|
+
|
71
|
+
Select your favourite package manager and follow the instructions below.
|
72
|
+
|
73
|
+
- Install with npm:
|
74
|
+
|
75
|
+
```bash
|
76
|
+
npm install nocc-bootstrap-theme --save
|
77
|
+
```
|
78
|
+
|
79
|
+
- Install with yarn:
|
80
|
+
|
81
|
+
```bash
|
82
|
+
yarn add nocc-bootstrap-theme
|
83
|
+
```
|
84
|
+
|
85
|
+
- Install with Composer:
|
86
|
+
|
87
|
+
```bash
|
88
|
+
composer require nocc-bootstrap-theme
|
89
|
+
```
|
90
|
+
|
91
|
+
The package folder structure looks like this:
|
92
|
+
|
93
|
+
```filesystem
|
94
|
+
nocc-bootstrap-theme/
|
95
|
+
├─ css/
|
96
|
+
├─ fonts/
|
97
|
+
├─ icons/
|
98
|
+
├─ images/
|
99
|
+
├─ js/
|
100
|
+
└─ src/
|
101
|
+
```
|
102
|
+
|
103
|
+
- The `css/nocc-theme.css` (or the minified `nocc-theme.min.css`) file loads the fonts and icons. Remember to include JavaScript files and images in your project.
|
104
|
+
|
105
|
+
You can also import the source SCSS files to your manifest (e.g. index.scss).
|
106
|
+
|
107
|
+
```scss
|
108
|
+
@import "nocc-bootstrap-theme/src/styles/main.scss";
|
109
|
+
```
|
110
|
+
|
111
|
+
If you need documentation or help with Bootstrap or its components in general, please head over to [Bootstrap documentation](https://getbootstrap.com/docs/5.3/getting-started/introduction/).
|
112
|
+
|
113
|
+
## Customize it
|
114
|
+
|
115
|
+
You can change or use this theme in your own Sass code; please download the source code from the [GitHub repository](https://github.com/carlesloriente/nocc-bootstrap-theme) and change it.
|
116
|
+
|
117
|
+
### Installing from source
|
118
|
+
|
119
|
+
- Install node v20.10.0 or higher
|
120
|
+
- Clone project `git clone --recursive git@github.com:carlesloriente/nocc-bootstrap-theme.git`
|
121
|
+
- Go into the project folder `cd nocc-bootstrap-theme`
|
122
|
+
- Init the Bootstrap submodule `git submodule update --init --recursive` (only needed the very first time)
|
123
|
+
|
124
|
+
The folder structure looks like this:
|
125
|
+
|
126
|
+
```filesystem
|
127
|
+
nocc-bootstrap-theme/
|
128
|
+
├─ bootstrap/
|
129
|
+
├─ scripts/
|
130
|
+
├─ src/
|
131
|
+
| ├─ fonts/
|
132
|
+
| ├─ icons/
|
133
|
+
| ├─ images/
|
134
|
+
| ├─ js/
|
135
|
+
| └─ styles/
|
136
|
+
└─ static/
|
137
|
+
├─ gallery/
|
138
|
+
└─ posts/
|
139
|
+
```
|
140
|
+
|
141
|
+
Install node modules, run the command:
|
142
|
+
|
143
|
+
```bash
|
144
|
+
npm install
|
145
|
+
```
|
146
|
+
|
147
|
+
Build the distribution, run the command:
|
148
|
+
|
149
|
+
```bash
|
150
|
+
npm run compile
|
151
|
+
```
|
152
|
+
|
153
|
+
#### Demo website
|
154
|
+
|
155
|
+
The source includes resources for building and running locally a sample website.
|
156
|
+
|
157
|
+
If you want to see the theme in action, complete the following steps.
|
158
|
+
|
159
|
+
Now, let's build the demo site, run the command:
|
160
|
+
|
161
|
+
```bash
|
162
|
+
npm run compile-demo
|
163
|
+
```
|
164
|
+
|
165
|
+
The folder `demo` contains all the generated site files.
|
166
|
+
|
167
|
+
To run the bundled web server, run the command:
|
168
|
+
|
169
|
+
```bash
|
170
|
+
npm run server-watch
|
171
|
+
```
|
172
|
+
|
173
|
+
Additionally, an option builds the files on the fly when there's a change and runs the web server incorporating a watcher, so you can write code and see your changes immediately in the browser. Run the command:
|
174
|
+
|
175
|
+
```bash
|
176
|
+
npm run start-demo
|
177
|
+
```
|
178
|
+
|
179
|
+
#### Testing your changes
|
180
|
+
|
181
|
+
If you want to test the code, run the command:
|
182
|
+
|
183
|
+
```bash
|
184
|
+
npm run lint
|
185
|
+
```
|
186
|
+
|
187
|
+
## Bugs and Issues
|
188
|
+
|
189
|
+
Have a bug or an issue with this package? [Open a new issue](https://github.com/carlesloriente/nocc-bootstrap-theme/issues) here on GitHub!
|
190
|
+
|
191
|
+
## Contributing
|
192
|
+
|
193
|
+
New contributors are always welcome! Check out [CONTRIBUTING.md](https://github.com/carlesloriente/nocc-bootstrap-theme/blob/master/CONTRIBUTING.md) to get involved.
|
194
|
+
|
195
|
+
## Creator
|
196
|
+
|
197
|
+
**[Carles Loriente](https://www.linkedin.com/in/carles-loriente/)** is the creator and maintainer of the NOCC Bootstrap theme.
|
198
|
+
|
199
|
+
- [Linkedin](https://www.linkedin.com/in/carles-loriente)
|
200
|
+
- [Twitter](https://twitter.com/godarthvader)
|
201
|
+
- [GitHub](https://github.com/carlesloriente)
|
202
|
+
|
203
|
+
## Thanks
|
204
|
+
|
205
|
+
[Bootstrap 5](https://getbootstrap.com/) framework created by [Mark Otto](https://twitter.com/mdo) and [Jacob Thorton](https://twitter.com/fat).
|
206
|
+
|
207
|
+
## Copyright and License
|
208
|
+
|
209
|
+
Copyright (c) 2025 Carles Loriente. Code released under the [MIT](https://github.com/carlesloriente/nocc-bootstrap-theme/blob/master/LICENSE) license.
|