Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aairey/aairey.github.io-src

Source for the website at aairey.github.io
https://github.com/aairey/aairey.github.io-src

pelican-blog personal-blog

Last synced: 17 days ago
JSON representation

Source for the website at aairey.github.io

Awesome Lists containing this project

README

        

# aairey.github.io-src
Source for the website at [aairey.github.io](http://aairey.github.io) / [blog.airey.be](https://blog.airey.be/).

## Dependencies

Tested with Pelican v3.7.1.

## Installing

```bash
cd ~/git_projects
git clone [email protected]:aairey/aairey.github.io-src.git
cd aairey.github.io-src
mkvirtualenv pelican
pip install -r requirements.txt
git submodule update --init --recursive
```

## Creating posts

Create all posts in the `content/` folder in Markdown format.

## Testing new content

```bash
make html && make serve
```

## Publishing content

```bash
make github
```