added some images, favicon and minor update to config
5
Gemfile
|
@ -11,7 +11,10 @@ source "https://rubygems.org"
|
|||
gem "jekyll", "~> 3.8.5"
|
||||
|
||||
# This is the default theme for new Jekyll sites. You may change this to anything you like.
|
||||
gem "minima", "~> 2.0"
|
||||
#gem "minima", "~> 2.0"
|
||||
|
||||
# Web editor for the Jekyll site
|
||||
gem "jekyll-admin", group: :jekyll_plugins
|
||||
|
||||
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
|
||||
# uncomment the line below. To upgrade, run `bundle update github-pages`.
|
||||
|
|
32
Gemfile.lock
|
@ -8,6 +8,7 @@ GEM
|
|||
tzinfo (~> 1.1)
|
||||
addressable (2.5.2)
|
||||
public_suffix (>= 2.0.2, < 4.0)
|
||||
backports (3.12.0)
|
||||
colorator (1.1.0)
|
||||
concurrent-ruby (1.1.4)
|
||||
em-websocket (0.5.1)
|
||||
|
@ -38,6 +39,11 @@ GEM
|
|||
pathutil (~> 0.9)
|
||||
rouge (>= 1.7, < 4)
|
||||
safe_yaml (~> 1.0)
|
||||
jekyll-admin (0.8.1)
|
||||
addressable (~> 2.4)
|
||||
jekyll (~> 3.3)
|
||||
sinatra (~> 1.4)
|
||||
sinatra-contrib (~> 1.4)
|
||||
jekyll-archives (2.1.1)
|
||||
jekyll (>= 2.4)
|
||||
jekyll-data (1.0.0)
|
||||
|
@ -51,8 +57,6 @@ GEM
|
|||
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)
|
||||
|
@ -69,10 +73,6 @@ GEM
|
|||
ruby_dep (~> 1.2)
|
||||
mercenary (0.3.6)
|
||||
mini_portile2 (2.4.0)
|
||||
minima (2.5.0)
|
||||
jekyll (~> 3.5)
|
||||
jekyll-feed (~> 0.9)
|
||||
jekyll-seo-tag (~> 2.1)
|
||||
minimal-mistakes-jekyll (4.15.2)
|
||||
jekyll (~> 3.7)
|
||||
jekyll-data (~> 1.0)
|
||||
|
@ -83,6 +83,7 @@ GEM
|
|||
jekyll-sitemap (~> 1.2)
|
||||
jemoji (~> 0.10)
|
||||
minitest (5.11.3)
|
||||
multi_json (1.13.1)
|
||||
multipart-post (2.0.0)
|
||||
nokogiri (1.10.1)
|
||||
mini_portile2 (~> 2.4.0)
|
||||
|
@ -105,6 +106,11 @@ GEM
|
|||
pathutil (0.16.2)
|
||||
forwardable-extended (~> 2.6)
|
||||
public_suffix (3.0.3)
|
||||
rack (1.6.11)
|
||||
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)
|
||||
|
@ -120,7 +126,19 @@ GEM
|
|||
sawyer (0.8.1)
|
||||
addressable (>= 2.3.5, < 2.7)
|
||||
faraday (~> 0.8, < 1.0)
|
||||
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)
|
||||
thread_safe (0.3.6)
|
||||
tilt (2.0.9)
|
||||
titlecase (0.1.1)
|
||||
tzinfo (1.2.5)
|
||||
thread_safe (~> 0.1)
|
||||
|
@ -130,11 +148,11 @@ PLATFORMS
|
|||
|
||||
DEPENDENCIES
|
||||
jekyll (~> 3.8.5)
|
||||
jekyll-admin
|
||||
jekyll-archives
|
||||
jekyll-feed (~> 0.6)
|
||||
jekyll-gist
|
||||
jekyll-include-cache
|
||||
minima (~> 2.0)
|
||||
minimal-mistakes-jekyll
|
||||
octopress (~> 3.0)
|
||||
tzinfo-data
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
# 'bundle exec jekyll serve'. If you change this file, please restart the server process.
|
||||
|
||||
theme : "minimal-mistakes-jekyll"
|
||||
minimal_mistakes_skin : "dark" # "default" "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise"
|
||||
minimal_mistakes_skin : "dirt" # "default" "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise"
|
||||
|
||||
# Site settings
|
||||
# These are used to personalize your new site. If you look in the HTML files,
|
||||
|
@ -32,7 +32,7 @@ title : "TDN: Rambling mess of my mind"
|
|||
title_separator : "-"
|
||||
name : "Robert McGovern"
|
||||
description : "Random Spews"
|
||||
url : # the base hostname & protocol for your site e.g. "https://mmistakes.github.io"
|
||||
url : "https://tarasis.net" # the base hostname & protocol for your site e.g. "https://mmistakes.github.io"
|
||||
baseurl : ""
|
||||
repository : # GitHub username/repo-name e.g. "mmistakes/minimal-mistakes"
|
||||
teaser : # path of fallback teaser image, e.g. "/assets/images/500x300.png"
|
||||
|
|
After Width: | Height: | Size: 1.6 KiB |
After Width: | Height: | Size: 3.8 KiB |
After Width: | Height: | Size: 27 KiB |
After Width: | Height: | Size: 30 KiB |
After Width: | Height: | Size: 42 KiB |
After Width: | Height: | Size: 47 KiB |
After Width: | Height: | Size: 64 KiB |
After Width: | Height: | Size: 7.2 KiB |
After Width: | Height: | Size: 8.0 KiB |
After Width: | Height: | Size: 11 KiB |
After Width: | Height: | Size: 12 KiB |
After Width: | Height: | Size: 74 KiB |
After Width: | Height: | Size: 64 KiB |
After Width: | Height: | Size: 1.8 KiB |
After Width: | Height: | Size: 1.6 KiB |
After Width: | Height: | Size: 2.4 MiB |
After Width: | Height: | Size: 52 KiB |
After Width: | Height: | Size: 876 B |
After Width: | Height: | Size: 73 KiB |
After Width: | Height: | Size: 2.5 KiB |
After Width: | Height: | Size: 20 KiB |
After Width: | Height: | Size: 12 KiB |
After Width: | Height: | Size: 35 KiB |
After Width: | Height: | Size: 2.8 KiB |
After Width: | Height: | Size: 6.3 KiB |
After Width: | Height: | Size: 8.9 KiB |
After Width: | Height: | Size: 48 KiB |
After Width: | Height: | Size: 40 KiB |
After Width: | Height: | Size: 41 KiB |
After Width: | Height: | Size: 152 KiB |
After Width: | Height: | Size: 23 KiB |
After Width: | Height: | Size: 8.3 KiB |
After Width: | Height: | Size: 8.0 KiB |
After Width: | Height: | Size: 9.2 KiB |
After Width: | Height: | Size: 1.9 KiB |
|
@ -0,0 +1,34 @@
|
|||
<?xml version="1.0" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
|
||||
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
|
||||
<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
|
||||
width="500.000000pt" height="500.000000pt" viewBox="0 0 500.000000 500.000000"
|
||||
preserveAspectRatio="xMidYMid meet">
|
||||
<metadata>
|
||||
Created by potrace 1.11, written by Peter Selinger 2001-2013
|
||||
</metadata>
|
||||
<g transform="translate(0.000000,500.000000) scale(0.100000,-0.100000)"
|
||||
fill="#000000" stroke="none">
|
||||
<path d="M0 2500 l0 -2500 2500 0 2500 0 0 2500 0 2500 -2500 0 -2500 0 0
|
||||
-2500z m1294 1465 c51 -115 97 -219 102 -230 6 -13 10 63 12 213 l2 232 213 0
|
||||
212 0 194 -443 c248 -565 472 -1071 475 -1075 2 -1 33 64 69 145 36 82 97 218
|
||||
136 303 38 85 162 360 274 610 l205 455 201 3 201 2 2 -257 3 -258 64 145 c35
|
||||
80 83 186 106 236 24 50 46 101 50 113 6 21 9 21 208 19 l202 -3 3 -1382 2
|
||||
-1383 -160 0 -160 0 0 1059 c0 675 4 1106 11 1186 10 120 7 171 -6 109 -20
|
||||
-94 -78 -243 -194 -504 l-131 -294 0 -778 0 -778 -160 0 -160 0 -2 414 -3 413
|
||||
-184 -414 -183 -414 -81 3 -81 3 -115 258 c-63 141 -117 257 -120 257 -6 0
|
||||
-26 -43 -126 -270 -26 -58 -62 -138 -80 -177 l-34 -73 -78 0 -79 0 -183 412
|
||||
c-101 227 -188 417 -192 422 -5 6 -9 -178 -9 -412 l0 -422 -155 0 -155 0 0
|
||||
779 0 779 -41 89 c-185 399 -279 640 -279 712 0 11 -5 23 -11 27 -9 5 -10 -1
|
||||
-4 -22 4 -16 10 -554 12 -1196 l4 -1168 -160 0 -161 0 0 1378 c0 758 3 1382 7
|
||||
1386 4 3 101 5 215 4 l209 -3 93 -210z m2936 -2980 l0 -155 -1730 0 -1730 0 0
|
||||
155 0 155 1730 0 1730 0 0 -155z"/>
|
||||
<path d="M1718 3397 l4 -402 90 -205 c49 -113 137 -312 195 -444 58 -131 120
|
||||
-279 138 -330 18 -50 37 -90 41 -89 5 1 25 47 46 103 21 56 54 139 73 185 l36
|
||||
83 -272 609 c-291 652 -298 668 -332 803 l-22 90 3 -403z"/>
|
||||
<path d="M3280 3770 c0 -54 -90 -277 -343 -846 l-276 -622 53 -123 c29 -68 63
|
||||
-154 76 -192 12 -37 26 -67 31 -67 4 0 13 17 20 38 25 79 111 286 204 492 54
|
||||
118 126 279 161 358 l64 142 0 243 c0 217 11 458 25 560 3 22 1 37 -5 37 -5 0
|
||||
-10 -9 -10 -20z"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1.9 KiB |