Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/samajammin/snl

Ghost theme for South Natick Law
https://github.com/samajammin/snl

ghost ghost-theme

Last synced: 20 days ago
JSON representation

Ghost theme for South Natick Law

Awesome Lists containing this project

README

        

# SNL Ghost Theme

Responsive Ghost theme for [southnaticklaw.com](https://www.southnaticklaw.com)

## Local development

1. Create a Directory:

```bash
mkdir south-natick-law && cd south-natick-law
```

2. Download ghost

```bash
npm install -g ghost-cli@latest
```

3. Symlink this theme

```bash
cd content/themes
```

```bash
ln -s path/to/this/theme/snl .
```

4. Start Ghost

```bash
ghost start
```