Skip to content

Commit

Permalink
[all][l]: add a working version of ghost development install.
Browse files Browse the repository at this point in the history
We've done an install of Ghost for development in `site` folder (we did this in github codespaces)

```
npm install -g ghost-cli
ghost install
ghost run
```

The `theme/lifeitself` folder is a clone of https://github.com/ericalli/ghost-starter-tailwind.
  • Loading branch information
rufuspollock committed Sep 19, 2024
1 parent 4edd0a6 commit d342e82
Show file tree
Hide file tree
Showing 1,574 changed files with 416,642 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,14 @@
A ghost theme for lifeitself.org
A Ghost theme for lifeitself.org.

We've done an install of Ghost for development in `site` folder (we did this in github codespaces)

```
# install ghost-cli
npm install -g ghost-cli
# install ghost in site folder
ghost install
# then run it
ghost run
```

The `theme/lifeitself` folder is a clone of https://github.com/ericalli/ghost-starter-tailwind.
Loading

0 comments on commit d342e82

Please sign in to comment.