https://github.com/notninja/not.ninja
!ninja
https://github.com/notninja/not.ninja
Last synced: 5 months ago
JSON representation
!ninja
- Host: GitHub
- URL: https://github.com/notninja/not.ninja
- Owner: NotNinja
- Created: 2017-04-22T00:05:41.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-01-21T19:38:13.000Z (over 5 years ago)
- Last Synced: 2025-06-07T14:45:09.779Z (about 1 year ago)
- Language: HTML
- Homepage: https://not.ninja
- Size: 3.62 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# not.ninja
The [!ninja](https://not.ninja) homepage which is hosted on [Netlify](https://www.netlify.com) and built using
[Jekyll](https://jekyllrb.com).
## Install
In order to serve this website locally you will need the following:
* [Ruby](https://www.ruby-lang.org/en) v2.0.0 or higher
* Instructions can be found in the [official documentation](https://www.ruby-lang.org/en/downloads)
* [Bundler](http://bundler.io)
* Install using `gem install bundler`
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/
```
---
[](https://not.ninja)