diff --git a/README.md b/README.md index efebf033..4423e2ea 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,9 @@ How to Contribute ================= Just fork the original repo at pragmaticlearning/github-example, make your changes and send over a Pull Request. + +================= +Hey + +============== +second diff --git a/_config.yml b/_config.yml new file mode 100644 index 00000000..c4192631 --- /dev/null +++ b/_config.yml @@ -0,0 +1 @@ +theme: jekyll-theme-cayman \ No newline at end of file diff --git a/another-file b/another-file new file mode 100644 index 00000000..ef934c58 --- /dev/null +++ b/another-file @@ -0,0 +1 @@ +This file was created after the repo was forked. diff --git a/build/.gitkeep b/build/.gitkeep new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/build/.gitkeep @@ -0,0 +1 @@ + diff --git a/first-file.md b/first-file.md new file mode 100644 index 00000000..ad1d648d --- /dev/null +++ b/first-file.md @@ -0,0 +1 @@ +This is the content for my first file. diff --git a/new_file.md b/new_docs/chapter_1.md similarity index 100% rename from new_file.md rename to new_docs/chapter_1.md diff --git a/new_file1.md b/new_file1.md new file mode 100644 index 00000000..2c42e00f --- /dev/null +++ b/new_file1.md @@ -0,0 +1 @@ +This is the content for my new file.