Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ucscXena/xena-ghost-template
https://github.com/ucscXena/xena-ghost-template
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ucscXena/xena-ghost-template
- Owner: ucscXena
- License: mit
- Created: 2016-04-26T18:28:54.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-05-31T22:17:35.000Z (over 8 years ago)
- Last Synced: 2024-08-01T12:18:11.587Z (3 months ago)
- Language: CSS
- Size: 15.3 MB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - ucscXena/xena-ghost-template - (others)
README
## Set up Ghost
* Download Ghost from Ghost.org.
`https://ghost.org/developers/`
* Unzip and copy the contents into your directory and run:`npm install --production`
* Run Ghost:
`npm start`
* Create the Administator account.
## Set up Xena Theme
* Navigate to the `content/themes` directory and clone the Xena theme:
`git clone [email protected]:clevercanary/ucsc-xena-web.git`
* Install the node packages:
`npm install`
* Go to the Ghost's admin panel, navigate to the `General` tab and change the theme to Xena.
* Restart Ghost to see the new theme.
## Running the Less Watcher Using Grunt
* Within the Xena theme directory, start the less watcher:
`grunt pizza`
## Creating the zip file to upload to ghost.io
* Within the Xena theme directory, run:`grunt dist`
* This will create a file called `xena-ghost-theme.zip` in the current directory.