Skip to content

Commit ea0a989

Browse files
committed
Better folder structure
1 parent b4a47cb commit ea0a989

File tree

17 files changed

+34
-3
lines changed

17 files changed

+34
-3
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
_site
1+
public
22
.sass-cache
33
.jekyll-cache
44
.jekyll-metadata

README.md

100644100755
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
# coderdojorise.github.io
2-
Test
1+
# CoderDojo RISE

_config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ host: 0.0.0.0
3636
port: 4400
3737
livereload: true
3838

39+
source: src
40+
destination: public
41+
3942
# Exclude from processing.
4043
# The following items will not be processed, by default.
4144
# Any item listed under the `exclude:` key here will be automatically added to

404.html renamed to src/404.html

File renamed without changes.
File renamed without changes.

src/_data/members.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[
2+
{"name": "Eric Mill","github": "konklone"}
3+
]
File renamed without changes.
File renamed without changes.
File renamed without changes.

src/_layouts/master.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<title>{{ page.title }}</title>
6+
<link rel="stylesheet" href="{{ '/css/master.css' | relative_url }}" />
7+
</head>
8+
<body>
9+
<div class="container">
10+
{{ content }}
11+
</div>
12+
</body>
13+
</html>

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy