arturoherrero / arturoherrero.com

My personal website.

Home Page:https://arturoherrero.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

arturoherrero.com

Build Status

My personal website.

A Jekyll powered website, hosted by GitHub Pages at https://arturoherrero.com.

Setup

$ bundle install

Build

Builds the site any time a source file changes and serves it locally:

$ bundle exec jekyll server --livereload --incremental

Test

The simplest test is to run jekyll build and ensures that Jekyll doesn’t fail to build the site. It doesn’t check the resulting site, but it does ensure things are built properly.

When testing Jekyll output, there is no better tool than html-proofer. This tool checks your resulting site to ensure all links and images exist.

Run the test:

$ rake

About

My personal website.

https://arturoherrero.com


Languages

Language:HTML 44.3%Language:SCSS 41.1%Language:JavaScript 11.9%Language:Ruby 2.7%