Skip to content

Commit da1228f

Browse files
authored
add new website logo (#22)
1 parent 8e38b6d commit da1228f

File tree

5 files changed

+37
-3
lines changed

5 files changed

+37
-3
lines changed

.gitignore

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,30 @@
11
dist
22
node_modules
3+
4+
# MacOS - General
5+
.DS_Store
6+
.AppleDouble
7+
.LSOverride
8+
9+
# MacOS - Icon must end with two \r
10+
Icon
11+
12+
13+
# MacOS - Thumbnails
14+
._*
15+
16+
# MacOS - Files that might appear in the root of a volume
17+
.DocumentRevisions-V100
18+
.fseventsd
19+
.Spotlight-V100
20+
.TemporaryItems
21+
.Trashes
22+
.VolumeIcon.icns
23+
.com.apple.timemachine.donotpresent
24+
25+
# MacOS - Directories potentially created on remote AFP share
26+
.AppleDB
27+
.AppleDesktop
28+
Network Trash Folder
29+
Temporary Items
30+
.apdisk

docs/.vuepress/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ module.exports = config({
3434
},
3535

3636
themeConfig: {
37-
logo: "/logo.svg",
37+
logo: "/coffee.svg",
3838
hostname: "https://vuepress-theme-hope-demo.mrhope.site",
3939

4040
author: "iluwatar",

docs/.vuepress/public/coffee.svg

Lines changed: 7 additions & 0 deletions
Loading

docs/.vuepress/public/logo.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ blog: false
33
home: true
44
icon: home
55
title: Java Design Patterns
6-
heroImage: /logo.svg
6+
heroImage: /coffee.svg
77
heroText: Software design patterns, principles, and snippets
88
tagline: The best designers will use many design patterns that dovetail and intertwine to produce a greater whole --Erich Gamma
99
heroFullScreen: true

0 commit comments

Comments
 (0)