Skip to content

Commit eadde19

Browse files
authored
Redesign 2021 - V4 (#14)
Merge redesign2021 into master
2 parents a2f93b0 + 7c19119 commit eadde19

File tree

309 files changed

+12418
-4323
lines changed

Some content is hidden

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

309 files changed

+12418
-4323
lines changed

.eleventy.js

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,23 @@ module.exports = function (eleventyConfig) {
1010
return num % mod;
1111
});
1212

13+
// Copy static files
14+
let filesToCopy = {
15+
"src/js": "js",
16+
"archives": ".",
17+
"static/img": "img",
18+
"static/fontcustom": "fontcustom",
19+
"static/resources": "resources",
20+
"static/meta/*": ".",
21+
"static/css/*": "css/.",
22+
}
23+
Object.keys(filesToCopy).map(file => {eleventyConfig.addPassthroughCopy({[file]: filesToCopy[file]})});
24+
1325
// Base Config
1426
return {
1527
dir: {
1628
input: "src",
17-
output: "dist",
29+
output: "public",
1830
includes: "includes",
1931
layouts: "layouts",
2032
data: "data",

.fontcustom-manifest.json

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,79 +1,79 @@
11
{
22
"checksum": {
3-
"previous": "943ed4d9af33c68212c1ed66ae2999c59f12e4bcd91c5329623a1a272ff98170",
4-
"current": "943ed4d9af33c68212c1ed66ae2999c59f12e4bcd91c5329623a1a272ff98170"
3+
"previous": "81eada93870a42dbfc3ee7dc64b1e560f1c4433f11c626ba29df2c3b71380058",
4+
"current": "81eada93870a42dbfc3ee7dc64b1e560f1c4433f11c626ba29df2c3b71380058"
55
},
66
"fonts": [
7-
"dist/fontcustom/fontcustom_943ed4d9af33c68212c1ed66ae2999c5.ttf",
8-
"dist/fontcustom/fontcustom_943ed4d9af33c68212c1ed66ae2999c5.svg",
9-
"dist/fontcustom/fontcustom_943ed4d9af33c68212c1ed66ae2999c5.woff",
10-
"dist/fontcustom/fontcustom_943ed4d9af33c68212c1ed66ae2999c5.eot",
11-
"dist/fontcustom/fontcustom_943ed4d9af33c68212c1ed66ae2999c5.woff2"
7+
"static/fontcustom/fontcustom_81eada93870a42dbfc3ee7dc64b1e560.ttf",
8+
"static/fontcustom/fontcustom_81eada93870a42dbfc3ee7dc64b1e560.svg",
9+
"static/fontcustom/fontcustom_81eada93870a42dbfc3ee7dc64b1e560.woff",
10+
"static/fontcustom/fontcustom_81eada93870a42dbfc3ee7dc64b1e560.eot",
11+
"static/fontcustom/fontcustom_81eada93870a42dbfc3ee7dc64b1e560.woff2"
1212
],
1313
"glyphs": {
1414
"a-frame": {
1515
"codepoint": 61703,
16-
"source": "dist/img/fontcustom/a-frame.svg"
16+
"source": "src/fontcustom/a-frame.svg"
1717
},
1818
"adobexd": {
1919
"codepoint": 61701,
20-
"source": "dist/img/fontcustom/adobexd.svg"
20+
"source": "src/fontcustom/adobexd.svg"
2121
},
2222
"archlinux": {
2323
"codepoint": 61696,
24-
"source": "dist/img/fontcustom/archlinux.svg"
24+
"source": "src/fontcustom/archlinux.svg"
2525
},
2626
"arduino": {
2727
"codepoint": 61704,
28-
"source": "dist/img/fontcustom/arduino.svg"
28+
"source": "src/fontcustom/arduino.svg"
2929
},
3030
"csharp": {
3131
"codepoint": 61702,
32-
"source": "dist/img/fontcustom/csharp.svg"
32+
"source": "src/fontcustom/csharp.svg"
3333
},
3434
"django": {
3535
"codepoint": 61711,
36-
"source": "dist/img/fontcustom/django.svg"
36+
"source": "src/fontcustom/django.svg"
3737
},
3838
"firebase": {
3939
"codepoint": 61705,
40-
"source": "dist/img/fontcustom/firebase.svg"
40+
"source": "src/fontcustom/firebase.svg"
4141
},
4242
"flask": {
4343
"codepoint": 61697,
44-
"source": "dist/img/fontcustom/flask.svg"
44+
"source": "src/fontcustom/flask.svg"
4545
},
4646
"gatsby": {
4747
"codepoint": 61712,
48-
"source": "dist/img/fontcustom/gatsby.svg"
48+
"source": "src/fontcustom/gatsby.svg"
4949
},
5050
"gnubash": {
5151
"codepoint": 61709,
52-
"source": "dist/img/fontcustom/gnubash.svg"
52+
"source": "src/fontcustom/gnubash.svg"
5353
},
5454
"googlecardboard": {
5555
"codepoint": 61706,
56-
"source": "dist/img/fontcustom/googlecardboard.svg"
56+
"source": "src/fontcustom/googlecardboard.svg"
5757
},
5858
"jquery": {
5959
"codepoint": 61708,
60-
"source": "dist/img/fontcustom/jquery.svg"
60+
"source": "src/fontcustom/jquery.svg"
6161
},
6262
"linux": {
6363
"codepoint": 61698,
64-
"source": "dist/img/fontcustom/linux.svg"
64+
"source": "src/fontcustom/linux.svg"
6565
},
6666
"oculus": {
6767
"codepoint": 61710,
68-
"source": "dist/img/fontcustom/oculus.svg"
68+
"source": "src/fontcustom/oculus.svg"
6969
},
7070
"spotify": {
7171
"codepoint": 61707,
72-
"source": "dist/img/fontcustom/spotify.svg"
72+
"source": "src/fontcustom/spotify.svg"
7373
},
7474
"ubuntu": {
7575
"codepoint": 61699,
76-
"source": "dist/img/fontcustom/ubuntu.svg"
76+
"source": "src/fontcustom/ubuntu.svg"
7777
}
7878
},
7979
"options": {
@@ -90,14 +90,14 @@
9090
"font_name": "fontcustom",
9191
"force": false,
9292
"input": {
93-
"templates": "dist/img/fontcustom",
94-
"vectors": "dist/img/fontcustom"
93+
"templates": "src/fontcustom",
94+
"vectors": "src/fontcustom"
9595
},
9696
"no_hash": false,
9797
"output": {
98-
"css": "dist/fontcustom",
99-
"fonts": "dist/fontcustom",
100-
"preview": "dist/fontcustom"
98+
"css": "static/fontcustom",
99+
"fonts": "static/fontcustom",
100+
"preview": "static/fontcustom"
101101
},
102102
"preprocessor_path": null,
103103
"quiet": false,
@@ -107,7 +107,7 @@
107107
]
108108
},
109109
"templates": [
110-
"dist/fontcustom/fontcustom.css",
111-
"dist/fontcustom/fontcustom-preview.html"
110+
"static/fontcustom/fontcustom.css",
111+
"static/fontcustom/fontcustom-preview.html"
112112
]
113113
}

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,5 @@ typings/
7474

7575
# sass builds
7676
build
77+
public
78+
temp

.vscode/settings.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"files.exclude": {
3+
"temp": true
4+
}
5+
}

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2018-2020 Ben Cuan
3+
Copyright (c) 2018-2021 Ben Cuan
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 8 additions & 5 deletions

0 commit comments

Comments
 (0)