Skip to content

Commit 982dfb3

Browse files
committed
rebuild site
1 parent 6123be2 commit 982dfb3

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ find . -not -path '*/exampleSite/*' \( -name '*.html' -o -name '*.css' \) | xarg
1212
```
1313
5 ./layouts/404.html
1414
12 ./layouts/_default/single.html
15-
18 ./layouts/_default/list.html
16-
16 ./layouts/_default/terms.html
15+
20 ./layouts/_default/list.html
16+
13 ./layouts/_default/terms.html
1717
0 ./layouts/partials/foot_custom.html
1818
0 ./layouts/partials/head_custom.html
1919
9 ./layouts/partials/footer.html
2020
20 ./layouts/partials/header.html
2121
51 ./static/css/style.css
2222
7 ./static/css/fonts.css
23-
138 total
23+
137 total
2424
```
2525

2626
I can certainly further reduce the code, for example, by eliminating the CSS, but I believe a tiny bit of CSS can greatly improve readability. You cannot really find many CSS frameworks that only contain 50 lines of code.

exampleSite/content/_index.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ find . -not -path '*/exampleSite/*' \( -name '*.html' -o -name '*.css' \) | xarg
1818
```
1919
5 ./layouts/404.html
2020
12 ./layouts/_default/single.html
21-
18 ./layouts/_default/list.html
22-
16 ./layouts/_default/terms.html
21+
20 ./layouts/_default/list.html
22+
13 ./layouts/_default/terms.html
2323
0 ./layouts/partials/foot_custom.html
2424
0 ./layouts/partials/head_custom.html
2525
9 ./layouts/partials/footer.html
2626
20 ./layouts/partials/header.html
2727
51 ./static/css/style.css
2828
7 ./static/css/fonts.css
29-
138 total
29+
137 total
3030
```
3131

3232
I can certainly further reduce the code, for example, by eliminating the CSS, but I believe a tiny bit of CSS can greatly improve readability. You cannot really find many CSS frameworks that only contain 50 lines of code.

0 commit comments

Comments
 (0)