From 28d7cad5578c6f09290988508de5a68c220682b8 Mon Sep 17 00:00:00 2001 From: satabdiray Date: Sun, 27 Aug 2017 20:06:38 +0530 Subject: [PATCH 1/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f26349b..0773cf9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## Welcome to GitHub Pages +## Welcome to GitHub Pages - Satabdi You can use the [editor on GitHub](https://github.com/satabdiray/abc-test/edit/master/README.md) to maintain and preview the content for your website in Markdown files. From 57f50b66da665b448b1702f7abd45e64fdb0c35f Mon Sep 17 00:00:00 2001 From: unknown Date: Sun, 27 Aug 2017 23:00:04 +0530 Subject: [PATCH 2/4] My first page. --- index | 0 index.html | 9 +++++++++ 2 files changed, 9 insertions(+) create mode 100644 index create mode 100644 index.html diff --git a/index b/index new file mode 100644 index 0000000..e69de29 diff --git a/index.html b/index.html new file mode 100644 index 0000000..0bce29e --- /dev/null +++ b/index.html @@ -0,0 +1,9 @@ + + + + Hello Coursera + + +

Hello Coursera

+ + \ No newline at end of file From a8b0e4b97de1764d65819394496e9e3eecf15cb7 Mon Sep 17 00:00:00 2001 From: unknown Date: Sun, 27 Aug 2017 23:13:29 +0530 Subject: [PATCH 3/4] My first page.. --- README.md | 37 ------------------------------------- _config.yml | 1 - index.html | 4 ++-- index => params.json | 0 4 files changed, 2 insertions(+), 40 deletions(-) delete mode 100644 README.md delete mode 100644 _config.yml rename index => params.json (100%) diff --git a/README.md b/README.md deleted file mode 100644 index 0773cf9..0000000 --- a/README.md +++ /dev/null @@ -1,37 +0,0 @@ -## Welcome to GitHub Pages - Satabdi - -You can use the [editor on GitHub](https://github.com/satabdiray/abc-test/edit/master/README.md) to maintain and preview the content for your website in Markdown files. - -Whenever you commit to this repository, GitHub Pages will run [Jekyll](https://jekyllrb.com/) to rebuild the pages in your site, from the content in your Markdown files. - -### Markdown - -Markdown is a lightweight and easy-to-use syntax for styling your writing. It includes conventions for - -```markdown -Syntax highlighted code block - -# Header 1 -## Header 2 -### Header 3 - -- Bulleted -- List - -1. Numbered -2. List - -**Bold** and _Italic_ and `Code` text - -[Link](url) and ![Image](src) -``` - -For more details see [GitHub Flavored Markdown](https://guides.github.com/features/mastering-markdown/). - -### Jekyll Themes - -Your Pages site will use the layout and styles from the Jekyll theme you have selected in your [repository settings](https://github.com/satabdiray/abc-test/settings). The name of this theme is saved in the Jekyll `_config.yml` configuration file. - -### Support or Contact - -Having trouble with Pages? Check out our [documentation](https://help.github.com/categories/github-pages-basics/) or [contact support](https://github.com/contact) and we’ll help you sort it out. diff --git a/_config.yml b/_config.yml deleted file mode 100644 index c419263..0000000 --- a/_config.yml +++ /dev/null @@ -1 +0,0 @@ -theme: jekyll-theme-cayman \ No newline at end of file diff --git a/index.html b/index.html index 0bce29e..0e75f31 100644 --- a/index.html +++ b/index.html @@ -1,9 +1,9 @@ - Hello Coursera + Hello Coursera! -

Hello Coursera

+

Hello Coursera!

\ No newline at end of file diff --git a/index b/params.json similarity index 100% rename from index rename to params.json From 838d0eee55f35f275d7b47de25a012fa79161f27 Mon Sep 17 00:00:00 2001 From: unknown Date: Sun, 27 Aug 2017 23:20:03 +0530 Subject: [PATCH 4/4] My first page... --- sites/index.html | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 sites/index.html diff --git a/sites/index.html b/sites/index.html new file mode 100644 index 0000000..0e75f31 --- /dev/null +++ b/sites/index.html @@ -0,0 +1,9 @@ + + + + Hello Coursera! + + +

Hello Coursera!

+ + \ No newline at end of file