Skip to content

NotNinja/not.ninja

Repository files navigation

not.ninja

The !ninja homepage which is hosted on Netlify and built using Jekyll.

Install

In order to serve this website locally you will need the following:

Once you have these installed you'll need to install the website dependencies. This can be easily done using bundle install.

In order to build the website you simply need to run jekyll build which will generate the files in a _site directory. However, it's much easier have Jekyll build automatically and continuously in the background while you make changes and serve the files locally. This can easily be done running jekyll serve which will run on an available port (commonly 4000). You can find the port in the output of this command. For example;

Server address: http://127.0.0.1:4000/

Copyright !ninja