Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leonelgalan/site
My personal site
https://github.com/leonelgalan/site
jekyll personal-website travis-config-gh-publish
Last synced: 6 days ago
JSON representation
My personal site
- Host: GitHub
- URL: https://github.com/leonelgalan/site
- Owner: leonelgalan
- Created: 2018-04-22T01:19:37.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-10-06T00:35:39.000Z (about 2 years ago)
- Last Synced: 2024-10-10T14:05:04.913Z (27 days ago)
- Topics: jekyll, personal-website, travis-config-gh-publish
- Language: JavaScript
- Homepage: https://leonelgalan.com/
- Size: 2.47 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [leonelgalan.com](https://leonelgalan.com/) [![Build Status](https://travis-ci.org/leonelgalan/site.svg?branch=master)](https://travis-ci.org/leonelgalan/site)
Jekyll site, hosted on Github Pages, deployed by Travis.
## Locally
```sh
bundle exec jekyll serve --future
```Optionally, start both _Jekyll_ and _Browsersync_ (`npm i -g browser-sync`) with a tool that runs a _Procfile_:
* `foreman start` (`gem install foreman`)
I [decided](https://github.com/leonelgalan/site/commit/81ac3fac8b5a832a54fe03dd67d80b2639b74580) not to add Browsersync to the development requirements because this setup is optional.
## Content
### Posts/Pages
* Banner Images
* Size: 1600 x 320
* Format: JPEG, ~100 KB
* Preferred source: [Unsplash](https://unsplash.com/): All photos published on Unsplash can be used for free. You can use them for commercial and noncommercial purposes. You do not need to ask permission from or provide credit to the photographer or Unsplash, although it is appreciated when possible.## Deploy
Push or merge into the _master_ branch.