Skip to content

Commit 9e5fa15

Browse files
committed
a tiny bit of cleanup before public
1 parent 65d0493 commit 9e5fa15

8 files changed

+9
-40
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ Gemfile
88
Gemfile.lock
99
node_modules
1010
package.json
11+
tn/

404.md

-9
This file was deleted.

_config.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@ url: "https://leonidk.com" # the base hostname & protocol for your site
5454
# !! You don't need to change any of the configuration flags below !!
5555
#
5656

57-
permalink: /:title/
57+
#permalink: /:title/
58+
permalink: /
59+
5860

5961
# The release of Jekyll Now that you're using
6062
version: v1.2.0
@@ -87,3 +89,5 @@ exclude:
8789
- CNAME
8890
- command.txt
8991
- todo.txt
92+
- _temp/index.html
93+
- _temp/

favicon.png _favicon.png

File renamed without changes.

_layouts/page.html

-12
This file was deleted.

_make_favicon.sh

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
convert -background transparent "_favicon.png" -define icon:auto-resize=16,24,32,48,64,72,96,128,256 "favicon.ico"

_make_thumbnails.sh

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
mogrify -path tn/images -thumbnail 160x160 images/*.png
2+
mogrify -path tn/images -thumbnail 160x160 images/*.jpg

index.html

-18
This file was deleted.

0 commit comments

Comments
 (0)