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

https://github.com/picandocodigo/fb_site

My personal website
https://github.com/picandocodigo/fb_site

Last synced: 3 months ago
JSON representation

My personal website

Awesome Lists containing this project

README

        

# Personal website

Currently built using [Middleman](http://middlemanapp.com/).

## Development

```bash
$ bundle install
$ cp lib/.env{.sample,}
```

Edit `lib/.env` to add your RubyGems and WordPress developer username and [Personal access token from GitHub](https://github.com/settings/tokens).

## Running the app

```bash
$ middleman
== The Middleman is loading
== Locales: en, es (Default en)
== LiveReload is waiting for a browser to connect
== The Middleman is standing watch at http://0.0.0.0:4567
== Inspect your site configuration at http://0.0.0.0:4567/__middleman/
```

## Deploy to GitHub Pages

Run:
```bash
$ bundle exec rake publish
```

If you want to publish uncommitted changes, use:
```bash
$ bundle exec rake publish ALLOW_DIRTY=true
```

Published to [fernandobriano.com](http://fernandobriano.com) with [middleman-deploy](https://github.com/middleman-contrib/middleman-deploy).