Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/justinharringa/harringa.com
My website
https://github.com/justinharringa/harringa.com
Last synced: 7 days ago
JSON representation
My website
- Host: GitHub
- URL: https://github.com/justinharringa/harringa.com
- Owner: justinharringa
- License: apache-2.0
- Created: 2014-01-28T23:29:04.000Z (almost 11 years ago)
- Default Branch: main
- Last Pushed: 2024-05-25T18:32:06.000Z (8 months ago)
- Last Synced: 2024-11-08T13:52:13.808Z (2 months ago)
- Language: HTML
- Homepage: https://harringa.com
- Size: 30.9 MB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Deploy Site](https://github.com/justinharringa/harringa.com/actions/workflows/main.yml/badge.svg)](https://github.com/justinharringa/harringa.com/actions/workflows/main.yml)
# Purpose
My personal site which generally gets used as a playground. Though I am
planning on adding some more serious content soon.# Getting Started
To run the Jekyll process:
* bundle install
* bundle exec rake test# Responsive images
Images are created by using Gulp and [gulp-responsive](https://npmjs.com/gulp-responsive). The images need
to be referenced in the html/css files in order to be processed (this is what triggers them to be created/minified).
At the moment, this portion is run on the developer machine and the images are checked into git.
Eventually it may be nice to put this in the deployment pipeline. However, some installation requirements
make that take more time than I'd like in the pipeline. The current Rakefile is checking links so if this hasn't been
run on some new images that are supposed to be responsive, then the build will fail (which should trigger the memory that
this will need to be run).Requirements:
- NPM
- ```npm install``` in this directoryRunning:
* Simply run ```gulp```