Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/samajammin/snl
- Owner: samajammin
- Created: 2017-09-05T16:22:30.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-08-02T15:47:17.000Z (4 months ago)
- Last Synced: 2024-10-13T19:21:19.992Z (about 1 month ago)
- Topics: ghost, ghost-theme
- Language: JavaScript
- Homepage: https://www.southnaticklaw.com
- Size: 3.93 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```