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
- Host: GitHub
- URL: https://github.com/picandocodigo/fb_site
- Owner: picandocodigo
- Created: 2011-11-09T04:58:32.000Z (over 13 years ago)
- Default Branch: main
- Last Pushed: 2024-10-24T07:03:27.000Z (8 months ago)
- Last Synced: 2024-10-25T03:31:54.228Z (8 months ago)
- Language: HTML
- Homepage: http://fernandobriano.com
- Size: 6.21 MB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).