From a8cafec49f53bb80e910eb56d42c68393cf5c67f Mon Sep 17 00:00:00 2001 From: CoderSherlock Date: Tue, 19 Apr 2016 15:08:58 -0400 Subject: [PATCH] Replace master branch with page content via GitHub --- index.html | 10 ++-------- params.json | 4 ++-- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/index.html b/index.html index eed2438..ea73586 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ - Codersherlock.GitHub.io by CoderSherlock + This is a title test by CoderSherlock @@ -28,7 +28,7 @@
-

Codersherlock.GitHub.io

+

This is a title test


Project maintained by CoderSherlock @@ -39,7 +39,6 @@ This is a title test
    -
  • vim
  • xv6
@@ -47,11 +46,6 @@ if(p->state == RUNNABLE) hpflag = hpflag > p->priority ? hpflag : p->priority; }
- -
diff --git a/params.json b/params.json index 42dcb57..76973bd 100644 --- a/params.json +++ b/params.json @@ -1,6 +1,6 @@ { - "name": "Codersherlock.GitHub.io", + "name": "This is a title test", "tagline": "", - "body": "# This is a title test\r\n\r\n- vim \r\n- xv6\r\n```cpp\r\nfor(p = ptable.proc; p < &ptable.proc[NPROC]; p++){\r\n\tif(p->state == RUNNABLE)\r\n\t\thpflag = hpflag > p->priority ? hpflag : p->priority;\r\n}\r\n```\r\n- mobile\r\n- self-control\r\n", + "body": "# This is a title test\r\n\r\n- xv6\r\n```cpp\r\nfor(p = ptable.proc; p < &ptable.proc[NPROC]; p++){\r\n\tif(p->state == RUNNABLE)\r\n\t\thpflag = hpflag > p->priority ? hpflag : p->priority;\r\n}\r\n```\r\n", "note": "Don't delete this file! It's used internally to help with page regeneration." } \ No newline at end of file