Skip to content

Commit 4e9f2ee

Browse files
committed
2 parents bd6e90a + 0cee466 commit 4e9f2ee

16 files changed

+562
-282
lines changed

Gemfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,18 @@ source "http://rubygems.org"
88
# This will help ensure the proper Jekyll version is running.
99
# Happy Jekylling!
1010

11-
gem "jekyll"
11+
#gem "jekyll"
1212
gem "rack"
1313
gem "webrick"
14+
gem "faraday-retry"
1415
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
1516
# uncomment the line below. To upgrade, run `bundle update github-pages`.
1617
# gem "github-pages", group: :jekyll_plugins
1718
# If you have any plugins, put them here!
1819
group :jekyll_plugins do
1920
gem "jekyll-feed"
2021
gem 'jekyll-admin', "0.9.0"
22+
gem "github-pages"
2123
end
2224

2325
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem

Gemfile.lock

Lines changed: 300 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,300 @@
1+
GEM
2+
remote: http://rubygems.org/
3+
specs:
4+
activesupport (6.0.6.1)
5+
concurrent-ruby (~> 1.0, >= 1.0.2)
6+
i18n (>= 0.7, < 2)
7+
minitest (~> 5.1)
8+
tzinfo (~> 1.1)
9+
zeitwerk (~> 2.2, >= 2.2.2)
10+
addressable (2.8.6)
11+
public_suffix (>= 2.0.2, < 6.0)
12+
backports (3.24.1)
13+
coffee-script (2.4.1)
14+
coffee-script-source
15+
execjs
16+
coffee-script-source (1.12.2)
17+
colorator (1.1.0)
18+
commonmarker (0.23.10)
19+
concurrent-ruby (1.2.3)
20+
dnsruby (1.70.0)
21+
simpleidn (~> 0.2.1)
22+
em-websocket (0.5.3)
23+
eventmachine (>= 0.12.9)
24+
http_parser.rb (~> 0)
25+
ethon (0.16.0)
26+
ffi (>= 1.15.0)
27+
eventmachine (1.2.7)
28+
execjs (2.9.1)
29+
faraday (2.9.0)
30+
faraday-net_http (>= 2.0, < 3.2)
31+
faraday-net_http (3.1.0)
32+
net-http
33+
faraday-retry (2.2.0)
34+
faraday (~> 2.0)
35+
ffi (1.16.3-x64-mingw-ucrt)
36+
forwardable-extended (2.6.0)
37+
gemoji (4.1.0)
38+
github-pages (230)
39+
github-pages-health-check (= 1.18.2)
40+
jekyll (= 3.9.5)
41+
jekyll-avatar (= 0.8.0)
42+
jekyll-coffeescript (= 1.2.2)
43+
jekyll-commonmark-ghpages (= 0.4.0)
44+
jekyll-default-layout (= 0.1.5)
45+
jekyll-feed (= 0.17.0)
46+
jekyll-gist (= 1.5.0)
47+
jekyll-github-metadata (= 2.16.1)
48+
jekyll-include-cache (= 0.2.1)
49+
jekyll-mentions (= 1.6.0)
50+
jekyll-optional-front-matter (= 0.3.2)
51+
jekyll-paginate (= 1.1.0)
52+
jekyll-readme-index (= 0.3.0)
53+
jekyll-redirect-from (= 0.16.0)
54+
jekyll-relative-links (= 0.7.0)
55+
jekyll-remote-theme (= 0.4.3)
56+
jekyll-sass-converter (= 1.5.2)
57+
jekyll-seo-tag (= 2.8.0)
58+
jekyll-sitemap (= 1.4.0)
59+
jekyll-swiss (= 1.0.0)
60+
jekyll-theme-architect (= 0.2.0)
61+
jekyll-theme-cayman (= 0.2.0)
62+
jekyll-theme-dinky (= 0.2.0)
63+
jekyll-theme-hacker (= 0.2.0)
64+
jekyll-theme-leap-day (= 0.2.0)
65+
jekyll-theme-merlot (= 0.2.0)
66+
jekyll-theme-midnight (= 0.2.0)
67+
jekyll-theme-minimal (= 0.2.0)
68+
jekyll-theme-modernist (= 0.2.0)
69+
jekyll-theme-primer (= 0.6.0)
70+
jekyll-theme-slate (= 0.2.0)
71+
jekyll-theme-tactile (= 0.2.0)
72+
jekyll-theme-time-machine (= 0.2.0)
73+
jekyll-titles-from-headings (= 0.5.3)
74+
jemoji (= 0.13.0)
75+
kramdown (= 2.4.0)
76+
kramdown-parser-gfm (= 1.1.0)
77+
liquid (= 4.0.4)
78+
mercenary (~> 0.3)
79+
minima (= 2.5.1)
80+
nokogiri (>= 1.13.6, < 2.0)
81+
rouge (= 3.30.0)
82+
terminal-table (~> 1.4)
83+
github-pages-health-check (1.18.2)
84+
addressable (~> 2.3)
85+
dnsruby (~> 1.60)
86+
octokit (>= 4, < 8)
87+
public_suffix (>= 3.0, < 6.0)
88+
typhoeus (~> 1.3)
89+
html-pipeline (2.14.3)
90+
activesupport (>= 2)
91+
nokogiri (>= 1.4)
92+
http_parser.rb (0.8.0)
93+
i18n (1.14.1)
94+
concurrent-ruby (~> 1.0)
95+
jekyll (3.9.5)
96+
addressable (~> 2.4)
97+
colorator (~> 1.0)
98+
em-websocket (~> 0.5)
99+
i18n (>= 0.7, < 2)
100+
jekyll-sass-converter (~> 1.0)
101+
jekyll-watch (~> 2.0)
102+
kramdown (>= 1.17, < 3)
103+
liquid (~> 4.0)
104+
mercenary (~> 0.3.3)
105+
pathutil (~> 0.9)
106+
rouge (>= 1.7, < 4)
107+
safe_yaml (~> 1.0)
108+
jekyll-admin (0.9.0)
109+
jekyll (>= 3.3, < 5.0)
110+
sinatra (~> 1.4)
111+
sinatra-contrib (~> 1.4)
112+
jekyll-avatar (0.8.0)
113+
jekyll (>= 3.0, < 5.0)
114+
jekyll-coffeescript (1.2.2)
115+
coffee-script (~> 2.2)
116+
coffee-script-source (~> 1.12)
117+
jekyll-commonmark (1.4.0)
118+
commonmarker (~> 0.22)
119+
jekyll-commonmark-ghpages (0.4.0)
120+
commonmarker (~> 0.23.7)
121+
jekyll (~> 3.9.0)
122+
jekyll-commonmark (~> 1.4.0)
123+
rouge (>= 2.0, < 5.0)
124+
jekyll-default-layout (0.1.5)
125+
jekyll (>= 3.0, < 5.0)
126+
jekyll-feed (0.17.0)
127+
jekyll (>= 3.7, < 5.0)
128+
jekyll-gist (1.5.0)
129+
octokit (~> 4.2)
130+
jekyll-github-metadata (2.16.1)
131+
jekyll (>= 3.4, < 5.0)
132+
octokit (>= 4, < 7, != 4.4.0)
133+
jekyll-include-cache (0.2.1)
134+
jekyll (>= 3.7, < 5.0)
135+
jekyll-mentions (1.6.0)
136+
html-pipeline (~> 2.3)
137+
jekyll (>= 3.7, < 5.0)
138+
jekyll-optional-front-matter (0.3.2)
139+
jekyll (>= 3.0, < 5.0)
140+
jekyll-paginate (1.1.0)
141+
jekyll-readme-index (0.3.0)
142+
jekyll (>= 3.0, < 5.0)
143+
jekyll-redirect-from (0.16.0)
144+
jekyll (>= 3.3, < 5.0)
145+
jekyll-relative-links (0.7.0)
146+
jekyll (>= 3.3, < 5.0)
147+
jekyll-remote-theme (0.4.3)
148+
addressable (~> 2.0)
149+
jekyll (>= 3.5, < 5.0)
150+
jekyll-sass-converter (>= 1.0, <= 3.0.0, != 2.0.0)
151+
rubyzip (>= 1.3.0, < 3.0)
152+
jekyll-sass-converter (1.5.2)
153+
sass (~> 3.4)
154+
jekyll-seo-tag (2.8.0)
155+
jekyll (>= 3.8, < 5.0)
156+
jekyll-sitemap (1.4.0)
157+
jekyll (>= 3.7, < 5.0)
158+
jekyll-swiss (1.0.0)
159+
jekyll-theme-architect (0.2.0)
160+
jekyll (> 3.5, < 5.0)
161+
jekyll-seo-tag (~> 2.0)
162+
jekyll-theme-cayman (0.2.0)
163+
jekyll (> 3.5, < 5.0)
164+
jekyll-seo-tag (~> 2.0)
165+
jekyll-theme-dinky (0.2.0)
166+
jekyll (> 3.5, < 5.0)
167+
jekyll-seo-tag (~> 2.0)
168+
jekyll-theme-hacker (0.2.0)
169+
jekyll (> 3.5, < 5.0)
170+
jekyll-seo-tag (~> 2.0)
171+
jekyll-theme-leap-day (0.2.0)
172+
jekyll (> 3.5, < 5.0)
173+
jekyll-seo-tag (~> 2.0)
174+
jekyll-theme-merlot (0.2.0)
175+
jekyll (> 3.5, < 5.0)
176+
jekyll-seo-tag (~> 2.0)
177+
jekyll-theme-midnight (0.2.0)
178+
jekyll (> 3.5, < 5.0)
179+
jekyll-seo-tag (~> 2.0)
180+
jekyll-theme-minimal (0.2.0)
181+
jekyll (> 3.5, < 5.0)
182+
jekyll-seo-tag (~> 2.0)
183+
jekyll-theme-modernist (0.2.0)
184+
jekyll (> 3.5, < 5.0)
185+
jekyll-seo-tag (~> 2.0)
186+
jekyll-theme-primer (0.6.0)
187+
jekyll (> 3.5, < 5.0)
188+
jekyll-github-metadata (~> 2.9)
189+
jekyll-seo-tag (~> 2.0)
190+
jekyll-theme-slate (0.2.0)
191+
jekyll (> 3.5, < 5.0)
192+
jekyll-seo-tag (~> 2.0)
193+
jekyll-theme-tactile (0.2.0)
194+
jekyll (> 3.5, < 5.0)
195+
jekyll-seo-tag (~> 2.0)
196+
jekyll-theme-time-machine (0.2.0)
197+
jekyll (> 3.5, < 5.0)
198+
jekyll-seo-tag (~> 2.0)
199+
jekyll-titles-from-headings (0.5.3)
200+
jekyll (>= 3.3, < 5.0)
201+
jekyll-watch (2.2.1)
202+
listen (~> 3.0)
203+
jemoji (0.13.0)
204+
gemoji (>= 3, < 5)
205+
html-pipeline (~> 2.2)
206+
jekyll (>= 3.0, < 5.0)
207+
kramdown (2.4.0)
208+
rexml
209+
kramdown-parser-gfm (1.1.0)
210+
kramdown (~> 2.0)
211+
liquid (4.0.4)
212+
listen (3.8.0)
213+
rb-fsevent (~> 0.10, >= 0.10.3)
214+
rb-inotify (~> 0.9, >= 0.9.10)
215+
mercenary (0.3.6)
216+
minima (2.5.1)
217+
jekyll (>= 3.5, < 5.0)
218+
jekyll-feed (~> 0.9)
219+
jekyll-seo-tag (~> 2.1)
220+
minitest (5.22.2)
221+
multi_json (1.15.0)
222+
net-http (0.4.1)
223+
uri
224+
nokogiri (1.16.2-x64-mingw-ucrt)
225+
racc (~> 1.4)
226+
octokit (4.25.1)
227+
faraday (>= 1, < 3)
228+
sawyer (~> 0.9)
229+
pathutil (0.16.2)
230+
forwardable-extended (~> 2.6)
231+
public_suffix (5.0.4)
232+
racc (1.7.3)
233+
rack (1.6.13)
234+
rack-protection (1.5.5)
235+
rack
236+
rack-test (2.1.0)
237+
rack (>= 1.3)
238+
rb-fsevent (0.11.2)
239+
rb-inotify (0.10.1)
240+
ffi (~> 1.0)
241+
rexml (3.2.6)
242+
rouge (3.30.0)
243+
rubyzip (2.3.2)
244+
safe_yaml (1.0.5)
245+
sass (3.7.4)
246+
sass-listen (~> 4.0.0)
247+
sass-listen (4.0.0)
248+
rb-fsevent (~> 0.9, >= 0.9.4)
249+
rb-inotify (~> 0.9, >= 0.9.7)
250+
sawyer (0.9.2)
251+
addressable (>= 2.3.5)
252+
faraday (>= 0.17.3, < 3)
253+
simpleidn (0.2.1)
254+
unf (~> 0.1.4)
255+
sinatra (1.4.8)
256+
rack (~> 1.5)
257+
rack-protection (~> 1.4)
258+
tilt (>= 1.3, < 3)
259+
sinatra-contrib (1.4.7)
260+
backports (>= 2.0)
261+
multi_json
262+
rack-protection
263+
rack-test
264+
sinatra (~> 1.4.0)
265+
tilt (>= 1.3, < 3)
266+
terminal-table (1.8.0)
267+
unicode-display_width (~> 1.1, >= 1.1.1)
268+
thread_safe (0.3.6)
269+
tilt (2.3.0)
270+
typhoeus (1.4.1)
271+
ethon (>= 0.9.0)
272+
tzinfo (1.2.11)
273+
thread_safe (~> 0.1)
274+
tzinfo-data (1.2024.1)
275+
tzinfo (>= 1.0.0)
276+
unf (0.1.4)
277+
unf_ext
278+
unf_ext (0.0.9.1-x64-mingw-ucrt)
279+
unicode-display_width (1.8.0)
280+
uri (0.13.0)
281+
wdm (0.1.1)
282+
webrick (1.8.1)
283+
zeitwerk (2.6.13)
284+
285+
PLATFORMS
286+
x64-mingw-ucrt
287+
288+
DEPENDENCIES
289+
faraday-retry
290+
github-pages
291+
jekyll-admin (= 0.9.0)
292+
jekyll-feed
293+
rack
294+
tzinfo (~> 1.2)
295+
tzinfo-data
296+
wdm
297+
webrick
298+
299+
BUNDLED WITH
300+
2.4.19

README.md

Lines changed: 2 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,2 @@
1-
# WhatATheme
2-
**WhatATheme** is a customizable Jekyll Portfolio theme which supports blogging. You can use this theme in order to create an elegant, fully responsive portfolio.
3-
4-
#### You can checkout the [**Demo Here**](https://thedevslot.github.io/WhatATheme/) :boom:
5-
6-
![WhatATheme](assets/images/meta.jpg)
7-
8-
# Features :sparkles:
9-
* Free and Easy setup
10-
* No Coding Required
11-
* Compatible with [Github Pages](https://pages.github.com/)
12-
* Responsive and Blogging Ready
13-
* HTML Compressor using [Jekyll Compress HTML](https://jch.penibelst.de/)
14-
* Minified CSS using SaSS
15-
* CMS Admin Support using [Jekyll Admin](https://jekyll.github.io/jekyll-admin/)
16-
* Supports Latest [Jekyll 4.x](https://jekyllrb.com/) and [Bundler](https://bundler.io/)
17-
* Stylesheet built using SaSS
18-
* Comments using Disqus
19-
* Analytics using Google Analytics
20-
* Instant Search using [Simple Jekyll Search](https://github.com/christian-fei/Simple-Jekyll-Search/)
21-
22-
# Installation :books:
23-
### System Requirements
24-
* [Ruby](https://www.ruby-lang.org/en/)
25-
* [Jekyll](https://jekyllrb.com/)
26-
> You can read **What is Jekyll** [**here**](https://thedevslot.github.io/WhatATheme/blog/what-is-jekyll-how-to-use-it)
27-
### Up and Running
28-
* Fork the [Repository](https://github.com/thedevslot/WhatATheme/)
29-
* Clone or download the repository into directory of your choice: `git clone https://github.com/thedevslot/WhatATheme.git`
30-
* Inside the directory run `bundle install`
31-
* Host WhatATheme locally by running `bundle exec jekyll s`
32-
33-
> You can read **How to Install and use WhatATheme?** [**here**](https://thedevslot.github.io/WhatATheme/blog/how-to-install-whatatheme)
34-
35-
[<img src="https://i.imgur.com/TVI946Z.png" width="250" />](https://youtu.be/VfPa2c9kwhQ)
36-
37-
---
38-
39-
### Content Credits :green_heart:
40-
* [Hero Image](https://images.pexels.com/photos/220444/pexels-photo-220444.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940) used as a background image in the very first section of Homepage.
41-
* [Author Image](https://cdn.pixabay.com/photo/2015/10/05/22/37/blank-profile-picture-973460_960_720.png) used in the Author Section.
42-
* [Font Awesome](https://fontawesome.com/)
43-
* [Poppins Font](https://fonts.google.com/specimen/Poppins)
44-
* [Memphis Pattern](https://www.freepik.com/free-vector/memphis-pattern-background_4034913.htm#page=1&query=memphis%20pattern&position=23) used for some Social Media Images and the Favicon.
45-
46-
---
47-
48-
### Credits :bulb:
49-
* [Sneha Omer](http://sassyecoder.github.io/)
50-
* [Harsh Trivedi](http://harsh98trivedi.github.io/)
51-
52-
### License
53-
The contents of this repository are licensed under the [**GNU General Public License v2.0**](https://github.com/thedevslot/WhatATheme/blob/master/LICENSE)
1+
# [nanocodex.github.io](https://nanocodex.github.io/)
2+
Credits go to [thedevslot](https://github.com/thedevslot) for making the [WhatATheme Website Template](https://github.com/thedevslot/WhatATheme), very professional site layout and it's just what I was looking for. 7/10 would recommend. 👍

0 commit comments

Comments
 (0)