Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gonzalo-bulnes/gonzalo-bulnes.github.io
A simple blog powered by Jekyll.
https://github.com/gonzalo-bulnes/gonzalo-bulnes.github.io
blog jekyll
Last synced: 3 days ago
JSON representation
A simple blog powered by Jekyll.
- Host: GitHub
- URL: https://github.com/gonzalo-bulnes/gonzalo-bulnes.github.io
- Owner: gonzalo-bulnes
- License: other
- Created: 2013-08-25T15:16:43.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-09-10T13:29:28.000Z (over 6 years ago)
- Last Synced: 2025-02-01T03:42:20.457Z (6 days ago)
- Topics: blog, jekyll
- Language: HTML
- Homepage: https://gonzalo-bulnes.github.io
- Size: 3.33 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
gonzalo-bulnes.github.io
========================A simple blog powered by [Jekyll](http://jekyllrb.com/) and [Github Pages](https://pages.github.com).
Getting started locally
-----------------------Install both [Bundler][bundler] and [Bower][bower], and proceed to install all dependencies:
```bash
# install Jekyll
bundle install# install the vendored assets
bower install
```Then start you local server: `jekyll serve`
About the vendored assets
-------------------------The vendored assets are under version control to allow them to be imported from `css/main.scss`. (The Github Pages won't `bower install` before attempting to build.)
Be sure to update them each time you update the bower manifest (`bower.json`). If you don't, versions will be inconsistent. Also, be sure to update them in a single, indpeendent commit so they don't mask any significant change in you code.
About HTTPS
-----------Full HTTPS [cannot be enabled][full-https] with [custom domains][cname], that's why I disabled the `CNAME`.
[cname]: https://help.github.com/articles/setting-up-a-custom-domain-with-github-pages/
[full-https]: https://github.com/isaacs/github/issues/156#issuecomment-110490178License
-------Copyright © 2015 Gonzalo Bulnes Guilpain. [All rights reserved](LICENSE).