Skip to content

Commit 2106f7b

Browse files
committed
adding basic _config.yml and added site folder to git ignore
1 parent 6ed044f commit 2106f7b

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
_site

_config.yml

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
baseurl: /planets-of-the-universe
2+
exclude: ['README.md']

index.html

+1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@
55
</head>
66
<body>
77
<h1>Planets of the Universe</h1>
8+
<p>Lots of planets in the Universe!</p>
89
</body>
910
</html>

0 commit comments

Comments
 (0)