Skip to content

rafaelmedian/rafaelmedina.me

Repository files navigation

Hello, Good Evening, and Welcome

Welcome to the innards of new personal website. Right now there is just a placeholder.

About

Will be uploaded soon.

  • Done:

    • Home
    • Blog feed
  • Process

    • About Me
    • Work
  • Next Steps:

    • Refactor Sass
    • Colors
    • Ajax and animations

Installation

If you want to run this site locally:

  • git clone it somewhere
  • Create a file called _config_local.yml with the following contents:
    production: false
    
  • Run npm install and then gulp
  • Party.

If you're running this site in production, you'll obviously need to change _config_local.yml to read production: true.

Who This Repo is For

This repo is mostly for me. I, like many of you, host my code on GitHub for reasons of portability, ease of work, and peace of mind. Beyond my own needs, I have also open-sourced this repo for you, the reader (and most likely developer), to explore the things that make my site tick.