-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
basic site layout from https://github.com/wowthemesnet/mediumish-them…
- Loading branch information
vshanbha
committed
Nov 30, 2024
1 parent
369daac
commit 4286153
Showing
54 changed files
with
5,981 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,5 @@ | ||
_site | ||
.DS_Store | ||
*.swp | ||
.sass-cache | ||
*~ |
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,20 @@ | ||
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-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,183 @@ | ||
GEM | ||
remote: https://rubygems.org/ | ||
specs: | ||
addressable (2.8.7) | ||
public_suffix (>= 2.0.2, < 7.0) | ||
bigdecimal (3.1.8) | ||
colorator (1.1.0) | ||
concurrent-ruby (1.3.4) | ||
em-websocket (0.5.3) | ||
eventmachine (>= 0.12.9) | ||
http_parser.rb (~> 0) | ||
eventmachine (1.2.7) | ||
ffi (1.17.0) | ||
ffi (1.17.0-aarch64-linux-gnu) | ||
ffi (1.17.0-aarch64-linux-musl) | ||
ffi (1.17.0-arm-linux-gnu) | ||
ffi (1.17.0-arm-linux-musl) | ||
ffi (1.17.0-arm64-darwin) | ||
ffi (1.17.0-x86-linux-gnu) | ||
ffi (1.17.0-x86-linux-musl) | ||
ffi (1.17.0-x86_64-darwin) | ||
ffi (1.17.0-x86_64-linux-gnu) | ||
ffi (1.17.0-x86_64-linux-musl) | ||
forwardable-extended (2.6.0) | ||
google-protobuf (4.29.0) | ||
bigdecimal | ||
rake (>= 13) | ||
google-protobuf (4.29.0-aarch64-linux) | ||
bigdecimal | ||
rake (>= 13) | ||
google-protobuf (4.29.0-arm64-darwin) | ||
bigdecimal | ||
rake (>= 13) | ||
google-protobuf (4.29.0-x86-linux) | ||
bigdecimal | ||
rake (>= 13) | ||
google-protobuf (4.29.0-x86_64-darwin) | ||
bigdecimal | ||
rake (>= 13) | ||
google-protobuf (4.29.0-x86_64-linux) | ||
bigdecimal | ||
rake (>= 13) | ||
http_parser.rb (0.8.0) | ||
i18n (1.14.6) | ||
concurrent-ruby (~> 1.0) | ||
jekyll (4.3.4) | ||
addressable (~> 2.4) | ||
colorator (~> 1.0) | ||
em-websocket (~> 0.5) | ||
i18n (~> 1.0) | ||
jekyll-sass-converter (>= 2.0, < 4.0) | ||
jekyll-watch (~> 2.0) | ||
kramdown (~> 2.3, >= 2.3.1) | ||
kramdown-parser-gfm (~> 1.0) | ||
liquid (~> 4.0) | ||
mercenary (>= 0.3.6, < 0.5) | ||
pathutil (~> 0.9) | ||
rouge (>= 3.0, < 5.0) | ||
safe_yaml (~> 1.0) | ||
terminal-table (>= 1.8, < 4.0) | ||
webrick (~> 1.7) | ||
jekyll-archives (2.2.1) | ||
jekyll (>= 3.6, < 5.0) | ||
jekyll-feed (0.17.0) | ||
jekyll (>= 3.7, < 5.0) | ||
jekyll-paginate (1.1.0) | ||
jekyll-sass-converter (3.0.0) | ||
sass-embedded (~> 1.54) | ||
jekyll-seo-tag (2.8.0) | ||
jekyll (>= 3.8, < 5.0) | ||
jekyll-sitemap (1.4.0) | ||
jekyll (>= 3.7, < 5.0) | ||
jekyll-watch (2.2.1) | ||
listen (~> 3.0) | ||
kramdown (2.5.1) | ||
rexml (>= 3.3.9) | ||
kramdown-parser-gfm (1.1.0) | ||
kramdown (~> 2.0) | ||
liquid (4.0.4) | ||
listen (3.9.0) | ||
rb-fsevent (~> 0.10, >= 0.10.3) | ||
rb-inotify (~> 0.9, >= 0.9.10) | ||
mercenary (0.4.0) | ||
pathutil (0.16.2) | ||
forwardable-extended (~> 2.6) | ||
public_suffix (6.0.1) | ||
rake (13.2.1) | ||
rb-fsevent (0.11.2) | ||
rb-inotify (0.11.1) | ||
ffi (~> 1.0) | ||
rexml (3.3.9) | ||
rouge (4.5.1) | ||
safe_yaml (1.0.5) | ||
sass-embedded (1.81.0) | ||
google-protobuf (~> 4.28) | ||
rake (>= 13) | ||
sass-embedded (1.81.0-aarch64-linux-android) | ||
google-protobuf (~> 4.28) | ||
sass-embedded (1.81.0-aarch64-linux-gnu) | ||
google-protobuf (~> 4.28) | ||
sass-embedded (1.81.0-aarch64-linux-musl) | ||
google-protobuf (~> 4.28) | ||
sass-embedded (1.81.0-aarch64-mingw-ucrt) | ||
google-protobuf (~> 4.28) | ||
sass-embedded (1.81.0-arm-linux-androideabi) | ||
google-protobuf (~> 4.28) | ||
sass-embedded (1.81.0-arm-linux-gnueabihf) | ||
google-protobuf (~> 4.28) | ||
sass-embedded (1.81.0-arm-linux-musleabihf) | ||
google-protobuf (~> 4.28) | ||
sass-embedded (1.81.0-arm64-darwin) | ||
google-protobuf (~> 4.28) | ||
sass-embedded (1.81.0-riscv64-linux-android) | ||
google-protobuf (~> 4.28) | ||
sass-embedded (1.81.0-riscv64-linux-gnu) | ||
google-protobuf (~> 4.28) | ||
sass-embedded (1.81.0-riscv64-linux-musl) | ||
google-protobuf (~> 4.28) | ||
sass-embedded (1.81.0-x86-cygwin) | ||
google-protobuf (~> 4.28) | ||
sass-embedded (1.81.0-x86-linux-android) | ||
google-protobuf (~> 4.28) | ||
sass-embedded (1.81.0-x86-linux-gnu) | ||
google-protobuf (~> 4.28) | ||
sass-embedded (1.81.0-x86-linux-musl) | ||
google-protobuf (~> 4.28) | ||
sass-embedded (1.81.0-x86-mingw-ucrt) | ||
google-protobuf (~> 4.28) | ||
sass-embedded (1.81.0-x86_64-cygwin) | ||
google-protobuf (~> 4.28) | ||
sass-embedded (1.81.0-x86_64-darwin) | ||
google-protobuf (~> 4.28) | ||
sass-embedded (1.81.0-x86_64-linux-android) | ||
google-protobuf (~> 4.28) | ||
sass-embedded (1.81.0-x86_64-linux-gnu) | ||
google-protobuf (~> 4.28) | ||
sass-embedded (1.81.0-x86_64-linux-musl) | ||
google-protobuf (~> 4.28) | ||
terminal-table (3.0.2) | ||
unicode-display_width (>= 1.1.1, < 3) | ||
unicode-display_width (2.6.0) | ||
webrick (1.9.0) | ||
|
||
PLATFORMS | ||
aarch64-linux | ||
aarch64-linux-android | ||
aarch64-linux-gnu | ||
aarch64-linux-musl | ||
aarch64-mingw-ucrt | ||
arm-linux-androideabi | ||
arm-linux-gnu | ||
arm-linux-gnueabihf | ||
arm-linux-musl | ||
arm-linux-musleabihf | ||
arm64-darwin | ||
riscv64-linux-android | ||
riscv64-linux-gnu | ||
riscv64-linux-musl | ||
ruby | ||
x86-cygwin | ||
x86-linux | ||
x86-linux-android | ||
x86-linux-gnu | ||
x86-linux-musl | ||
x86-mingw-ucrt | ||
x86_64-cygwin | ||
x86_64-darwin | ||
x86_64-linux | ||
x86_64-linux-android | ||
x86_64-linux-gnu | ||
x86_64-linux-musl | ||
|
||
DEPENDENCIES | ||
jekyll-archives | ||
jekyll-feed | ||
jekyll-paginate | ||
jekyll-seo-tag | ||
jekyll-sitemap | ||
kramdown | ||
rouge | ||
|
||
BUNDLED WITH | ||
2.5.23 |
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,64 @@ | ||
# Site | ||
name: "GitHub Pages and Jekyll Demo with Mediumish theme" | ||
title: "GitHub Pages demo" | ||
description: "Jekyll template, Medium styled, free for bloggers." | ||
logo: 'assets/images/logo.png' | ||
favicon: 'assets/images/logo.png' | ||
baseurl: /github_pages_demo | ||
#google_analytics: 'UA-<somevaluehere>' | ||
#disqus: '<somevaluehere>' | ||
#mailchimp-list: '<some url here>' | ||
include: ["_pages"] | ||
permalink: /:title/ | ||
|
||
# Authors | ||
authors: | ||
# john: | ||
# name: John | ||
# display_name: John | ||
# avatar: 'assets/images/avatar.png' | ||
# gravatar: b1cc14991db7a456fcd761680bbc8f81 | ||
# email: wowthemesnet@gmail.com | ||
# web: https://www.wowthemes.net | ||
# twitter: https://twitter.com/wowthemesnet | ||
# description: "This is the author box. Write a short description of the author here. You are currently previewing Mediumish demo, a Jekyll template compatible with Github pages." | ||
|
||
# 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: "<some client id>" | ||
# adsense-data-ad-slot: "<some slot info>" | ||
|
||
# Lazy Images ("enabled" or "disabled") | ||
lazyimages: "disabled" | ||
|
||
exclude: [changelog.md, LICENSE, 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> | ||
{% if post.rating %} | ||
<div class="mb-2 mt-2 font-weight-normal"> | ||
{% include star_rating_postbox.html %} | ||
</div> | ||
{% endif %} | ||
</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 --> |
Oops, something went wrong.