From 35a019f352177104aa69af62cd49cac52f1318bf Mon Sep 17 00:00:00 2001 From: Levi Olson Date: Mon, 30 Apr 2018 13:11:27 -0500 Subject: [PATCH] removing html readme --- README.html | 61 ----------------------------------------------------- 1 file changed, 61 deletions(-) delete mode 100644 README.html diff --git a/README.html b/README.html deleted file mode 100644 index a7a4898..0000000 --- a/README.html +++ /dev/null @@ -1,61 +0,0 @@ - - - - - - - - - - - -

pipeline status -coverage report

-

How does this work

-

This file is intended to help you remember the thing you made way back then...

-

Instructions

-
    -
  1. -

    Create your html file and put it in /posts

    -
  2. -
  3. -

    Then create the meta file for it of the same name but using the ext .json. This file should look like:

    -
     {
    -     "title": "Something Decent - Levi Olson",
    -     "permalink": "/posts/something-decent",
    -     "created_at": "2018-04-27T17:05:19-06:00",
    -     "created_at_short": "2018-04-27",
    -     "post_title": "the start of something... decent",
    -     "active": "posts",
    -     "content_file": "something-decent.html",
    -     "categories" : ["misc", "programming", "js", "etc..."]
    - }
    -
    -
  4. -
  5. -

    Commit, Push and Pull.

    -
  6. -
-

Pull from Digital Ocean

-
    -
  1. SSH into server ssh root@45.55.44.195
  2. -
  3. Enter correct dir cd /home/forge/leviolson-website
  4. -
  5. Pull in changes git pull && npm i
  6. -
  7. Restart the service pm2 restart LeviOlson.com
  8. -
  9. Verify it restarted correctly pm2 logs LeviOlson.com
  10. -
- - - \ No newline at end of file