Commit 8363e14
Website Cleanup
- fixes iluwatar#219 removed 2about.md and rename 1patterns.html to
patterns.html
- fixes iluwatar#217 changed forkme banner to more intuitive github-buttons
- Work on iluwatar#213 properly name all the categories, fix issue with spaces
in categories and tags1 parent 40cf52a commit 8363e14
File tree
9 files changed
+44
-104
lines changed- _includes
- _layouts
- pages
- static
- css
- js
9 files changed
+44
-104
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | | - | |
| 38 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
17 | 26 | | |
18 | 27 | | |
19 | 28 | | |
20 | | - | |
21 | 29 | | |
22 | 30 | | |
23 | 31 | | |
| |||
40 | 48 | | |
41 | 49 | | |
42 | 50 | | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | 51 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| 10 | + | |
9 | 11 | | |
10 | 12 | | |
11 | 13 | | |
12 | 14 | | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
8 | 12 | | |
9 | | - | |
10 | 13 | | |
11 | 14 | | |
12 | 15 | | |
13 | | - | |
| 16 | + | |
14 | 17 | | |
15 | 18 | | |
16 | 19 | | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | 20 | | |
23 | 21 | | |
24 | 22 | | |
25 | | - | |
26 | 23 | | |
27 | 24 | | |
28 | 25 | | |
| |||
This file was deleted.
File renamed without changes.
- README.md+19-130
- abstract-factory/index.md+2-4
- adapter/index.md+2-2
- async-method-invocation/index.md+2-2
- bridge/index.md+2-2
- builder/index.md+2-2
- business-delegate/index.md+2-2
- callback/index.md+2-2
- chain-of-responsibility/index.md+2-2
- command/index.md+2-2
- composite/index.md+2-2
- dao/index.md+2-2
- decorator/index.md+2-2
- dependency-injection/index.md+2-2
- double-checked-locking/index.md+2-2
- double-dispatch/index.md+2-2
- event-aggregator/index.md+2-2
- execute-around/index.md+2-2
- facade/index.md+2-2
- factory-method/index.md+2-2
- flux/index.md+2-2
- flyweight/index.md+2-2
- front-controller/index.md+2-2
- half-sync-half-async/index.md+2-2
- intercepting-filter/index.md+2-2
- interpreter/index.md+2-2
- introduction/index.md-20
- iterator/index.md+2-2
- layers/index.md+2-2
- lazy-loading/index.md+2-2
- mediator/index.md+2-2
- memento/index.md+2-2
- model-view-controller/index.md+2-2
- model-view-presenter/index.md+2-2
- multiton/index.md+2-2
- naked-objects/index.md+2-2
- null-object/index.md+2-2
- object-pool/index.md+2-2
- observer/index.md+2-2
- poison-pill/index.md+2-2
- private-class-data/index.md+2-2
- property/index.md+2-2
- prototype/index.md+2-2
- proxy/index.md+2-2
- repository/etc/repository.png
- repository/etc/repository.ucls+3-3
- repository/index.md+2-2
- repository/src/main/java/com/iluwatar/repository/App.java+10-10
- repository/src/main/java/com/iluwatar/repository/PersonRepository.java+1-1
- resource-acquisition-is-initialization/index.md+2-2
- servant/index.md+2-2
- service-layer/index.md+2-2
- service-locator/index.md+2-2
- singleton/index.md+2-2
- specification/index.md+2-2
- state/index.md+2-2
- step-builder/index.md+2-2
- strategy/index.md+2-2
- template-method/index.md+2-2
- thread-pool/index.md+2-2
- tolerant-reader/index.md+2-2
- visitor/index.md+2-2
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
| |||
104 | 105 | | |
105 | 106 | | |
106 | 107 | | |
107 | | - | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
108 | 118 | | |
109 | 119 | | |
110 | 120 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
95 | | - | |
| 94 | + | |
| 95 | + | |
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
102 | | - | |
| 101 | + | |
| 102 | + | |
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
| |||
0 commit comments