-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
tumblery
committed
Jun 27, 2021
0 parents
commit 5900396
Showing
71 changed files
with
6,081 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
layout: default | ||
title: 404 | ||
permalink: /404.html | ||
--- | ||
|
||
<div class="text-center"> | ||
<h1 class="display-1 mt-5 mb-4"><span class="badge badge-danger">404</span> Page does not exist!</h1> | ||
<p>Please use the search bar at the top or visit our <a href="{{site.baseurl}}/">homepage</a>!</p> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
source "https://rubygems.org" | ||
|
||
# Hello! This is where you manage which Jekyll version is used to run. | ||
# When you want to use a different version, change it below, save the | ||
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so: | ||
# | ||
# bundle exec jekyll serve | ||
# | ||
|
||
# If you have any plugins, put them here! | ||
gem 'wdm', '>= 0.1.0' if Gem.win_platform? | ||
group :jekyll_plugins do | ||
gem 'jekyll-admin', group: :jekyll_plugins | ||
gem 'jekyll-feed' | ||
gem 'jekyll-sitemap' | ||
gem 'jekyll-paginate' | ||
gem 'jekyll-seo-tag' | ||
gem 'jekyll-archives' | ||
gem 'kramdown' | ||
gem 'rouge' | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,107 @@ | ||
GEM | ||
remote: https://rubygems.org/ | ||
specs: | ||
addressable (2.6.0) | ||
public_suffix (>= 2.0.2, < 4.0) | ||
backports (3.21.0) | ||
colorator (1.1.0) | ||
concurrent-ruby (1.1.4) | ||
em-websocket (0.5.1) | ||
eventmachine (>= 0.12.9) | ||
http_parser.rb (~> 0.6.0) | ||
eventmachine (1.2.7) | ||
eventmachine (1.2.7-x64-mingw32) | ||
ffi (1.10.0) | ||
ffi (1.10.0-x64-mingw32) | ||
forwardable-extended (2.6.0) | ||
http_parser.rb (0.6.0) | ||
i18n (0.9.5) | ||
concurrent-ruby (~> 1.0) | ||
jekyll (3.8.5) | ||
addressable (~> 2.4) | ||
colorator (~> 1.0) | ||
em-websocket (~> 0.5) | ||
i18n (~> 0.7) | ||
jekyll-sass-converter (~> 1.0) | ||
jekyll-watch (~> 2.0) | ||
kramdown (~> 1.14) | ||
liquid (~> 4.0) | ||
mercenary (~> 0.3.3) | ||
pathutil (~> 0.9) | ||
rouge (>= 1.7, < 4) | ||
safe_yaml (~> 1.0) | ||
jekyll-admin (0.11.0) | ||
jekyll (>= 3.7, < 5.0) | ||
sinatra (~> 1.4) | ||
sinatra-contrib (~> 1.4) | ||
jekyll-archives (2.1.1) | ||
jekyll (>= 2.4) | ||
jekyll-feed (0.11.0) | ||
jekyll (~> 3.3) | ||
jekyll-paginate (1.1.0) | ||
jekyll-sass-converter (1.5.2) | ||
sass (~> 3.4) | ||
jekyll-seo-tag (2.5.0) | ||
jekyll (~> 3.3) | ||
jekyll-sitemap (1.2.0) | ||
jekyll (~> 3.3) | ||
jekyll-watch (2.1.2) | ||
listen (~> 3.0) | ||
kramdown (1.17.0) | ||
liquid (4.0.1) | ||
listen (3.1.5) | ||
rb-fsevent (~> 0.9, >= 0.9.4) | ||
rb-inotify (~> 0.9, >= 0.9.7) | ||
ruby_dep (~> 1.2) | ||
mercenary (0.3.6) | ||
multi_json (1.15.0) | ||
pathutil (0.16.2) | ||
forwardable-extended (~> 2.6) | ||
public_suffix (3.0.3) | ||
rack (1.6.13) | ||
rack-protection (1.5.5) | ||
rack | ||
rack-test (1.1.0) | ||
rack (>= 1.0, < 3) | ||
rb-fsevent (0.10.3) | ||
rb-inotify (0.10.0) | ||
ffi (~> 1.0) | ||
rouge (3.3.0) | ||
ruby_dep (1.5.0) | ||
safe_yaml (1.0.5) | ||
sass (3.7.3) | ||
sass-listen (~> 4.0.0) | ||
sass-listen (4.0.0) | ||
rb-fsevent (~> 0.9, >= 0.9.4) | ||
rb-inotify (~> 0.9, >= 0.9.7) | ||
sinatra (1.4.8) | ||
rack (~> 1.5) | ||
rack-protection (~> 1.4) | ||
tilt (>= 1.3, < 3) | ||
sinatra-contrib (1.4.7) | ||
backports (>= 2.0) | ||
multi_json | ||
rack-protection | ||
rack-test | ||
sinatra (~> 1.4.0) | ||
tilt (>= 1.3, < 3) | ||
tilt (2.0.10) | ||
wdm (0.1.1) | ||
|
||
PLATFORMS | ||
ruby | ||
x64-mingw32 | ||
|
||
DEPENDENCIES | ||
jekyll-admin | ||
jekyll-archives | ||
jekyll-feed | ||
jekyll-paginate | ||
jekyll-seo-tag | ||
jekyll-sitemap | ||
kramdown | ||
rouge | ||
wdm (>= 0.1.0) | ||
|
||
BUNDLED WITH | ||
2.1.4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
Copyright (c) 2019 WowThemes.net | ||
License: MIT | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
noteId: "295749f0d73f11eb89082b3cfe09c68a" | ||
tags: [] | ||
|
||
--- | ||
|
||
# boostalss.github.io |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
# Site | ||
name: "BOOSTALSS" | ||
title: "BOOSTALSS" | ||
description: "Let's Study algorithms!" | ||
logo: 'assets/images/logo.png' | ||
favicon: 'assets/images/logo.png' | ||
baseurl: '' | ||
google_analytics: 'UA-46278016-1' | ||
disqus: 'demowebsite' | ||
mailchimp-list: 'https://wowthemes.us11.list-manage.com/subscribe/post?u=8aeb20a530e124561927d3bd8&id=8c3d2d214b' | ||
include: ["_pages"] | ||
permalink: /:title/ | ||
|
||
# Authors | ||
authors: | ||
happyBeagle: | ||
name: Jo Min Jung | ||
display_name: happyBeagle | ||
gravatar: fac2239fb739a49a376a874dde21dd71 | ||
email: [email protected] | ||
web: https://happybeagle.github.io/ | ||
description: "Enjoying learning new things. Interested in embedded, AI, algorithms, backend" | ||
|
||
# Plugins | ||
plugins: | ||
- jekyll-paginate | ||
- jekyll-sitemap | ||
- jekyll-feed | ||
- jekyll-seo-tag | ||
- jekyll-archives | ||
|
||
# Archives | ||
jekyll-archives: | ||
enabled: | ||
- categories | ||
layout: archive | ||
permalinks: | ||
category: '/category/:name/' | ||
|
||
# Pagination | ||
paginate: 6 | ||
paginate_path: /page:num/ | ||
|
||
# Other | ||
markdown: kramdown | ||
|
||
kramdown: | ||
input: GFM | ||
syntax_highlighter: rouge | ||
syntax_highlighter_opts: | ||
block: | ||
line_numbers: true | ||
|
||
# Adsense (change to "enabled" to activate, also your client id and ad slot. Create a new ad unit from your Adsense account to get the slot.) | ||
adsense: "disabled" | ||
adsense-data-ad-client: "ca-pub-3412143450191416" | ||
adsense-data-ad-slot: "1363087678" | ||
|
||
# Lazy Images ("enabled" or "disabled") | ||
lazyimages: "disabled" | ||
|
||
exclude: [changelog.md, LICENSE.txt, README.md, Gemfile, Gemfile.lock] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> | ||
<!-- Under Header --> | ||
<ins class="adsbygoogle" | ||
style="display:block" | ||
data-ad-client="{{site.adsense-data-ad-client}}" | ||
data-ad-slot="{{site.adsense-data-ad-slot}}" | ||
data-ad-format="auto" | ||
data-full-width-responsive="true"></ins> | ||
<script> | ||
(adsbygoogle = window.adsbygoogle || []).push({}); | ||
</script> | ||
<br/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<section class="disqus"> | ||
<div id="disqus_thread"></div> | ||
<script type="text/javascript"> | ||
var disqus_shortname = '{{site.disqus}}'; | ||
var disqus_developer = 0; | ||
(function() { | ||
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; | ||
dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; | ||
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); | ||
})(); | ||
</script> | ||
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript> | ||
<a href="http://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a> | ||
</section> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
<!-- begin post --> | ||
{% assign author = site.authors[post.author] %} | ||
<div class="col-md-6 mb-30px"> | ||
<div class="listfeaturedtag h-100"> | ||
<div class="row h-100"> | ||
<div class="col-12 col-md-12 col-lg-5 pr-lg-0"> | ||
<div class="h-100"> | ||
<div class="wrapthumbnail"> | ||
<a href="{{ site.baseurl }}{{ post.url }}"> | ||
{% if site.lazyimages == "enabled" %} | ||
<img class="featured-box-img-cover lazyimg" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAACCAQAAAA3fa6RAAAADklEQVR42mNkAANGCAUAACMAA2w/AMgAAAAASUVORK5CYII=" data-src="{% if post.image contains "://" %}{{ post.image }}{% else %}{{ site.baseurl }}/{{ post.image }}{% endif %}"> | ||
{% else %} | ||
<img class="featured-box-img-cover" src="{% if post.image contains "://" %}{{ post.image }}{% else %}{{ site.baseurl }}/{{ post.image }}{% endif %}"> | ||
{% endif %} | ||
</a> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="col-12 col-md-12 col-lg-7"> | ||
<div class="h-100 card-group"> | ||
<div class="card"> | ||
<div class="card-body"> | ||
<h2 class="card-title"> | ||
<a class="text-dark" href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a> | ||
{% comment %} {% if post.rating %} | ||
<div class="mb-2 mt-2 font-weight-normal"> | ||
{% include star_rating_postbox.html %} | ||
</div> | ||
{% endif %} {% endcomment %} | ||
</h2> | ||
|
||
<h4 class="card-text">{{ post.excerpt | strip_html | truncatewords:25 }}</h4> | ||
</div> | ||
<div class="card-footer b-0 bg-white mt-auto"> | ||
<div class="wrapfooter"> | ||
{% if post.author %} | ||
<span class="meta-footer-thumb"> | ||
{% if author.avatar %} | ||
<img class="author-thumb" src="{{site.baseurl}}/{{ author.avatar }}" alt="{{ author.display_name }}"> | ||
{% else %} | ||
<img class="author-thumb" src="https://www.gravatar.com/avatar/{{ author.gravatar }}?s=250&d=mm&r=x" alt="{{ author.display_name }}"> | ||
{% endif %} | ||
</span> | ||
<span class="author-meta"> | ||
<span class="post-name"><a target="_blank" href="{{ author.web }}">{{ author.display_name }}</a></span><br/> | ||
{% endif %} | ||
<span class="post-date">{{ post.date | date_to_string }}</span> | ||
</span> | ||
<span class="post-read-more"><a href="{{ site.baseurl }}/{{ post.url }}" title="Read Story"><svg class="svgIcon-use" width="25" height="25" viewbox="0 0 25 25"><path d="M19 6c0-1.1-.9-2-2-2H8c-1.1 0-2 .9-2 2v14.66h.012c.01.103.045.204.12.285a.5.5 0 0 0 .706.03L12.5 16.85l5.662 4.126a.508.508 0 0 0 .708-.03.5.5 0 0 0 .118-.285H19V6zm-6.838 9.97L7 19.636V6c0-.55.45-1 1-1h9c.55 0 1 .45 1 1v13.637l-5.162-3.668a.49.49 0 0 0-.676 0z" fill-rule="evenodd"></path></svg></a></span> | ||
<div class="clearfix"></div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<!-- end post --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{% if paginator.total_pages > 1 %} | ||
<div class="pagination"> | ||
{% if paginator.previous_page %} | ||
<a class="ml-1 mr-1" href="{{ paginator.previous_page_path | prepend: site.baseurl | replace: '//', '/' }}">« Prev</a> | ||
{% else %} | ||
<span>« Prev</span> | ||
{% endif %} | ||
|
||
{% for page in (1..paginator.total_pages) %} | ||
{% if page == paginator.page %} | ||
<span class="ml-1 mr-1">{{ page }}</span> | ||
{% elsif page == 1 %} | ||
<a class="ml-1 mr-1" href="{{ paginator.previous_page_path | prepend: site.baseurl | replace: '//', '/' }}">{{ page }}</a> | ||
{% else %} | ||
<a class="ml-1 mr-1" href="{{ site.paginate_path | prepend: site.baseurl | replace: '//', '/' | replace: ':num', page }}">{{ page }}</a> | ||
{% endif %} | ||
{% endfor %} | ||
|
||
{% if paginator.next_page %} | ||
<a class="ml-1 mr-1" href="{{ paginator.next_page_path | prepend: site.baseurl | replace: '//', '/' }}">Next »</a> | ||
{% else %} | ||
<span>Next »</span> | ||
{% endif %} | ||
</div> | ||
{% endif %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
<!-- begin post --> | ||
{% assign author = site.authors[post.author] %} | ||
|
||
<div class="col-lg-4 col-md-6 mb-30px card-group"> | ||
<div class="card h-100"> | ||
<div class="maxthumb"> | ||
<a href="{{ site.baseurl }}{{ post.url }}"> | ||
{% if post.image %} | ||
|
||
{% if site.lazyimages == "enabled" %} | ||
<img class="img-fluid lazyimg" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAACCAQAAAA3fa6RAAAADklEQVR42mNkAANGCAUAACMAA2w/AMgAAAAASUVORK5CYII=" data-src="{% if post.image contains "://" %}{{ post.image }}{% else %}{{ site.baseurl }}/{{ post.image }}{% endif %}" alt="{{ post.title }}"> | ||
{% else %} | ||
<img class="img-fluid" src="{% if post.image contains "://" %}{{ post.image }}{% else %}{{ site.baseurl }}/{{ post.image }}{% endif %}" alt="{{ post.title }}"> | ||
{% endif %} | ||
|
||
{% endif %} | ||
</a> | ||
</div> | ||
<div class="card-body"> | ||
<h2 class="card-title"> | ||
<a class="text-dark" href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a> | ||
{% comment %} {% if post.rating %} | ||
<div class="mb-2 mt-2 font-weight-normal"> | ||
{% include star_rating_postbox.html %} | ||
</div> | ||
{% endif %} {% endcomment %} | ||
</h2> | ||
<h4 class="card-text">{{ post.excerpt | strip_html | truncatewords:30 }}</h4> | ||
</div> | ||
<div class="card-footer bg-white"> | ||
<div class="wrapfooter"> | ||
{% if post.author %} | ||
<span class="meta-footer-thumb"> | ||
{% if author.avatar %} | ||
<img class="author-thumb" src="{{site.baseurl}}/{{ author.avatar }}" alt="{{ author.display_name }}"> | ||
{% else %} | ||
<img class="author-thumb" src="https://www.gravatar.com/avatar/{{ author.gravatar }}?s=250&d=mm&r=x" alt="{{ author.display_name }}"> | ||
{% endif %} | ||
</span> | ||
<span class="author-meta"> | ||
<span class="post-name"><a target="_blank" href="{{ author.web }}">{{ author.display_name }}</a></span><br/> | ||
{% endif %} | ||
<span class="post-date">{{ post.date | date_to_string }}</span> | ||
</span> | ||
<span class="post-read-more"><a href="{{ site.baseurl }}{{ post.url }}" title="Read Story"><svg class="svgIcon-use" width="25" height="25" viewbox="0 0 25 25"><path d="M19 6c0-1.1-.9-2-2-2H8c-1.1 0-2 .9-2 2v14.66h.012c.01.103.045.204.12.285a.5.5 0 0 0 .706.03L12.5 16.85l5.662 4.126a.508.508 0 0 0 .708-.03.5.5 0 0 0 .118-.285H19V6zm-6.838 9.97L7 19.636V6c0-.55.45-1 1-1h9c.55 0 1 .45 1 1v13.637l-5.162-3.668a.49.49 0 0 0-.676 0z" fill-rule="evenodd"></path></svg></a></span> | ||
<div class="clearfix"></div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<!-- end post --> |
Oops, something went wrong.