nrdliebling
is my personal fork of eddiesigner's liebling theme. My version of the theme offers some granular adjustments to meet my personal preferences, as well as a better photography-portfolio section to work in conjunction with my own writings.
Steps to set up development environment.
-
Clone theme repo:
git clone https://github.com/nathanrdodson/nrdliebling.git
-
In a separate directory:
mkdir ghost-dev && cd ghost-dev
-
Make sure Ghost is installed and up-to-date,
[sudo] npm install ghost-cli@latest
-
Within
ghost-dev/
--ghost install local
-
Note: Must have
unzip
installed
wget https://go.nrdnas.net/web/client/pubshares/qt7wmNFn5WaVy45akg2vxS && \
unzip qt7wmNFn5WaVy45akg2vxS && \
mv .permalinks/ghost_images_sample.v5.62/* ./content/images/ && \
mv .permalinks/ghost_posts_sample.v5.62.json . && \
rm -r .permalinks qt7wmNFn5WaVy45akg2vxS
-
Enable nrdliebling theme within the ghost environment
ln -s ../../../nrdliebling content/themes/nrdliebling
-
Restart ghost
ghost restart