Skip to content

Commit

Permalink
added minimal mistakes theme
Browse files Browse the repository at this point in the history
  • Loading branch information
BkPankaj committed May 22, 2024
1 parent 88d01ae commit a90da32
Show file tree
Hide file tree
Showing 9 changed files with 262 additions and 508 deletions.
42 changes: 11 additions & 31 deletions docs/Gemfile
Original file line number Diff line number Diff line change
@@ -1,39 +1,19 @@
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
#
# This will help ensure the proper Jekyll version is running.
# Happy Jekylling!
#gem "jekyll", "~> 3.9.5"
gem "github-pages", group: :jekyll_plugins

# This is the default theme for new Jekyll sites. You may change this to anything you like.
gem "minima", "~> 2.0"
gem "tzinfo-data"
gem "wdm", "~> 0.1.0" if Gem.win_platform?
gem 'webrick', '~> 1.7'

# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
# uncomment the line below. To upgrade, run `bundle update github-pages`.
gem "github-pages", group: :jekyll_plugins

# If you have any plugins, put them here!
group :jekyll_plugins do
gem "jekyll-feed", "~> 0.6"
gem "jekyll-paginate"
gem "jekyll-sitemap"
gem "jekyll-gist"
gem "jekyll-feed"
gem "jemoji"
gem "jekyll-include-cache"
gem "jekyll-algolia"
end

# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
# and associated library.
platforms :mingw, :x64_mingw, :mswin, :jruby do
gem "tzinfo", "~> 1.2"
gem "tzinfo-data"
end

# Performance-booster for watching directories on Windows
gem "wdm", "~> 0.1.0", :platforms => [:mingw, :x64_mingw, :mswin]

# kramdown v2 ships without the gfm parser by default. If you're using
# kramdown v1, comment out this line.
gem "kramdown-parser-gfm"
gem "minimal-mistakes-jekyll"
gem "webrick"
44 changes: 30 additions & 14 deletions docs/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ GEM
tzinfo (~> 2.0)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
algolia_html_extractor (2.6.4)
json (~> 2.0)
nokogiri (~> 1.10)
algoliasearch (1.27.5)
httpclient (~> 2.8, >= 2.8.3)
json (>= 1.5.1)
base64 (0.2.0)
bigdecimal (3.1.8)
coffee-script (2.4.1)
Expand All @@ -38,6 +44,7 @@ GEM
faraday-net_http (3.1.0)
net-http
ffi (1.16.3)
filesize (0.2.0)
forwardable-extended (2.6.0)
gemoji (4.1.0)
github-pages (231)
Expand Down Expand Up @@ -95,6 +102,7 @@ GEM
activesupport (>= 2)
nokogiri (>= 1.4)
http_parser.rb (0.8.0)
httpclient (2.8.3)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
jekyll (3.9.5)
Expand All @@ -110,6 +118,15 @@ GEM
pathutil (~> 0.9)
rouge (>= 1.7, < 4)
safe_yaml (~> 1.0)
jekyll-algolia (1.7.1)
algolia_html_extractor (~> 2.6)
algoliasearch (~> 1.26)
filesize (~> 0.1)
jekyll (>= 3.6, < 5.0)
json (~> 2.0)
nokogiri (~> 1.6)
progressbar (~> 1.9)
verbal_expressions (~> 0.1.5)
jekyll-avatar (0.8.0)
jekyll (>= 3.0, < 5.0)
jekyll-coffeescript (1.2.2)
Expand Down Expand Up @@ -205,6 +222,7 @@ GEM
gemoji (>= 3, < 5)
html-pipeline (~> 2.2)
jekyll (>= 3.0, < 5.0)
json (2.7.2)
kramdown (2.4.0)
rexml
kramdown-parser-gfm (1.1.0)
Expand All @@ -218,13 +236,6 @@ GEM
jekyll (>= 3.5, < 5.0)
jekyll-feed (~> 0.9)
jekyll-seo-tag (~> 2.1)
minimal-mistakes-jekyll (4.26.1)
jekyll (>= 3.7, < 5.0)
jekyll-feed (~> 0.1)
jekyll-gist (~> 1.5)
jekyll-include-cache (~> 0.1)
jekyll-paginate (~> 1.1)
jekyll-sitemap (~> 1.3)
minitest (5.22.3)
mutex_m (0.2.0)
net-http (0.4.1)
Expand All @@ -236,6 +247,7 @@ GEM
sawyer (~> 0.9)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
progressbar (1.13.0)
public_suffix (5.0.5)
racc (1.7.3)
rb-fsevent (0.11.2)
Expand All @@ -258,26 +270,30 @@ GEM
ethon (>= 0.9.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
tzinfo-data (1.2024.1)
tzinfo (>= 1.0.0)
unf (0.1.4)
unf_ext
unf_ext (0.0.9.1)
unicode-display_width (1.8.0)
uri (0.13.0)
verbal_expressions (0.1.5)
webrick (1.8.1)

PLATFORMS
x86_64-linux

DEPENDENCIES
github-pages
jekyll-feed (~> 0.6)
kramdown-parser-gfm
minima (~> 2.0)
minimal-mistakes-jekyll
tzinfo (~> 1.2)
jekyll-algolia
jekyll-feed
jekyll-gist
jekyll-include-cache
jekyll-paginate
jekyll-sitemap
jemoji
tzinfo-data
wdm (~> 0.1.0)
webrick
webrick (~> 1.7)

BUNDLED WITH
2.3.5
19 changes: 16 additions & 3 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,15 @@ github_username: BkPankaj

# Build settings
markdown: kramdown
theme: minima
plugins:
- jekyll-feed
remote_theme: mmistakes/minimal-mistakes

permalink: /:categories/:title/
paginate: 5 # amount of posts to show
paginate_path: /page:num/
timezone: # https://en.wikipedia.org/wiki/List_of_tz_database_time_zones

include:
- _pages

# Exclude from processing.
# The following items will not be processed, by default. Create a custom list
Expand All @@ -42,3 +48,10 @@ plugins:
# - vendor/gems/
# - vendor/ruby/

plugins:
- jekyll-paginate
- jekyll-sitemap
- jekyll-gist
- jekyll-feed
- jemoji
- jekyll-include-cache
85 changes: 0 additions & 85 deletions docs/_site/404.html

This file was deleted.

78 changes: 1 addition & 77 deletions docs/_site/about/index.html
Original file line number Diff line number Diff line change
@@ -1,47 +1,4 @@
<!DOCTYPE html>
<html lang="en"><head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1"><!-- Begin Jekyll SEO tag v2.8.0 -->
<title>About | GSoC 2024 VisualCircuit Block Library - Pankaj Borade</title>
<meta name="generator" content="Jekyll v3.9.0" />
<meta property="og:title" content="About" />
<meta property="og:locale" content="en_US" />
<link rel="canonical" href="http://localhost:4000/gsoc2024-Pankaj_Borade/about/" />
<meta property="og:url" content="http://localhost:4000/gsoc2024-Pankaj_Borade/about/" />
<meta property="og:site_name" content="GSoC 2024 VisualCircuit Block Library - Pankaj Borade" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="About" />
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"WebSite","headline":"About","name":"GSoC 2024 VisualCircuit Block Library - Pankaj Borade","url":"http://localhost:4000/gsoc2024-Pankaj_Borade/about/"}</script>
<!-- End Jekyll SEO tag -->
<link rel="stylesheet" href="/gsoc2024-Pankaj_Borade/assets/main.css"><link type="application/atom+xml" rel="alternate" href="http://localhost:4000/gsoc2024-Pankaj_Borade/feed.xml" title="GSoC 2024 VisualCircuit Block Library - Pankaj Borade" /></head>
<body><header class="site-header" role="banner">

<div class="wrapper"><a class="site-title" rel="author" href="/gsoc2024-Pankaj_Borade/">GSoC 2024 VisualCircuit Block Library - Pankaj Borade</a><nav class="site-nav">
<input type="checkbox" id="nav-trigger" class="nav-trigger" />
<label for="nav-trigger">
<span class="menu-icon">
<svg viewBox="0 0 18 15" width="18px" height="15px">
<path d="M18,1.484c0,0.82-0.665,1.484-1.484,1.484H1.484C0.665,2.969,0,2.304,0,1.484l0,0C0,0.665,0.665,0,1.484,0 h15.032C17.335,0,18,0.665,18,1.484L18,1.484z M18,7.516C18,8.335,17.335,9,16.516,9H1.484C0.665,9,0,8.335,0,7.516l0,0 c0-0.82,0.665-1.484,1.484-1.484h15.032C17.335,6.031,18,6.696,18,7.516L18,7.516z M18,13.516C18,14.335,17.335,15,16.516,15H1.484 C0.665,15,0,14.335,0,13.516l0,0c0-0.82,0.665-1.483,1.484-1.483h15.032C17.335,12.031,18,12.695,18,13.516L18,13.516z"/>
</svg>
</span>
</label>

<div class="trigger"><a class="page-link" href="/gsoc2024-Pankaj_Borade/about/">About</a></div>
</nav></div>
</header>
<main class="page-content" aria-label="Content">
<div class="wrapper">
<article class="post">

<header class="post-header">
<h1 class="post-title">About</h1>
</header>

<div class="post-content">
<p>This is the base Jekyll theme. You can find out more info about customizing your Jekyll theme, as well as basic Jekyll usage documentation at <a href="https://jekyllrb.com/">jekyllrb.com</a></p>
<p>This is the base Jekyll theme. You can find out more info about customizing your Jekyll theme, as well as basic Jekyll usage documentation at <a href="https://jekyllrb.com/">jekyllrb.com</a></p>

<p>You can find the source code for Minima at GitHub:
<a href="https://github.com/jekyll">jekyll</a> /
Expand All @@ -51,36 +8,3 @@ <h1 class="post-title">About</h1>
<a href="https://github.com/jekyll">jekyll</a> /
<a href="https://github.com/jekyll/jekyll">jekyll</a></p>


</div>

</article>

</div>
</main><footer class="site-footer h-card">
<data class="u-url" href="/gsoc2024-Pankaj_Borade/"></data>

<div class="wrapper">

<h2 class="footer-heading">GSoC 2024 VisualCircuit Block Library - Pankaj Borade</h2>

<div class="footer-col-wrapper">
<div class="footer-col footer-col-1">
<ul class="contact-list">
<li class="p-name">GSoC 2024 VisualCircuit Block Library - Pankaj Borade</li><li><a class="u-email" href="mailto:borade[dot]keshav825[at]gmail[dot]com">borade[dot]keshav825[at]gmail[dot]com</a></li></ul>
</div>

<div class="footer-col footer-col-2"><ul class="social-media-list"><li><a href="https://github.com/BkPankaj"><svg class="svg-icon"><use xlink:href="/gsoc2024-Pankaj_Borade/assets/minima-social-icons.svg#github"></use></svg> <span class="username">BkPankaj</span></a></li></ul>
</div>

<div class="footer-col footer-col-3">
<p></p>
</div>
</div>

</div>

</footer>
</body>

</html>
Loading

0 comments on commit a90da32

Please sign in to comment.