Skip to content
README.md 1.12 KiB
Newer Older
nimrod's avatar
nimrod committed
# Blog

nimrod's avatar
nimrod committed
[![pipeline status](https://git.shore.co.il/nimrod/blog/badges/master/pipeline.svg)](https://git.shore.co.il/nimrod/blog/-/commits/master)

nimrod's avatar
nimrod committed
> My (Nimrod Adar) blog.

## Requirements

- Python 3.6
- [Pipenv](https://pipenv.org)
- [direnv](http://direnv.net/) (Just for ease of use)
nimrod's avatar
nimrod committed

## Usage

Serve a development version of the blog at http://localhost:8080/

```
pipenv run dev
nimrod's avatar
nimrod committed
```

Build a production version of the blog at `output/`

nimrod's avatar
nimrod committed
```
pipenv run build
```

Publish the blog (sync to server, requires running `pipenv run build`
beforehand)
nimrod's avatar
nimrod committed

```
pipenv run publish
```

nimrod's avatar
nimrod committed
Delete the outputted files

```
pipenv run clean
```
nimrod's avatar
nimrod committed

## License

This software and content are licensed under the
[Creative Commons - Attribution-NonCommercial-NoDerivatives 4.0 International license](https://creativecommons.org/licenses/by/4.0/)
nimrod's avatar
nimrod committed
(see `LICENSE.txt`).
nimrod's avatar
nimrod committed

## Author Information

nimrod's avatar
nimrod committed
Nimrod Adar, [contact me](mailto:nimrod@shore.co.il) or visit my
[website](https://www.shore.co.il/). Patches are welcome via
[`git send-email`](http://git-scm.com/book/en/v2/Git-Commands-Email). The repository
nimrod's avatar
nimrod committed
is located at: <https://git.shore.co.il/explore/>.