Skip to content

Commit aab7481

Browse files
Begin folder reorg
1 parent 81cf0ae commit aab7481

File tree

129 files changed

+32
-240
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

129 files changed

+32
-240
lines changed

.gitignore

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.DS_Store
2-
/site/accounts
3-
/assets/
4-
/thumbs/*
2+
/src/accounts
3+
/www/assets/
4+
/www/thumbs/
55
node_modules
66
*.cache

.gitmodules

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
[submodule "www/kirby"]
2+
path = www/kirby
3+
url = [email protected]:getkirby/kirby.git
4+
[submodule "www/panel"]
5+
path = www/panel
6+
url = [email protected]:getkirby/panel.git
7+
[submodule "src/plugins/patterns"]
8+
path = src/plugins/patterns
9+
url = [email protected]:getkirby-plugins/patterns-plugin.git
10+
[submodule "src/plugins/geo"]
11+
path = src/plugins/geo
12+
url = [email protected]:getkirby-plugins/geo-plugin.git
13+
[submodule "src/fields/markdown"]
14+
path = src/fields/markdown
15+
url = [email protected]:JonasDoebertin/kirby-visual-markdown.git
16+
[submodule "src/plugins/alphabetise"]
17+
path = src/plugins/alphabetise
18+
url = [email protected]:shoesforindustry/kirby-plugins-alphabetise.git

package.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,12 @@
2424
},
2525
"config": {
2626
"src": {
27-
"assets": "./site/assets/",
28-
"path": "./site/"
27+
"assets": "./src/assets/",
28+
"path": "./src/"
2929
},
3030
"dest": {
31-
"assets": "./assets/"
31+
"assets": "./www/assets/",
32+
"path": "./www/"
3233
}
3334
},
3435
"devDependencies": {

site/accounts/.logins

-1
This file was deleted.

site/accounts/paulrobertlloyd.php

-12
This file was deleted.

site/plugins/alphabetise/alphabetise.php

-53
This file was deleted.

site/plugins/alphabetise/package.json

-9
This file was deleted.

site/plugins/alphabetise/readme.md

-108
This file was deleted.

site/plugins/kirbytextRaw/kirbytextRaw.php

-23
This file was deleted.

site/plugins/kirbytextRaw/readme.md

-27
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

src/fields/markdown

Submodule markdown added at 785fb4f

site/patterns/common/distances/distances.html.php src/patterns/common/distances/distances.html.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<? foreach($p->distances()->yaml() as $distance): ?>
1111
<tr class="c-distances__item">
1212
<td class="c-distances__location">
13-
<?= kirbytextRaw($distance['location']) ?>
13+
<?= kirbytext($distance['location']) ?>
1414
</td>
1515
<td class="c-distances__miles">
1616
<?= $distance['miles'] ?>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

src/plugins/alphabetise

Submodule alphabetise added at 5282a87

src/plugins/geo

Submodule geo added at 8401799

src/plugins/patterns

Submodule patterns added at 3e1d562
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

.htaccess www/.htaccess

File renamed without changes.

index.php www/index.php

File renamed without changes.

www/kirby

Submodule kirby added at f452ae5

www/panel

Submodule panel added at 12a14dd

0 commit comments

Comments
 (0)