• Stars
    star
    112
  • Rank 312,240 (Top 7 %)
  • Language
    HTML
  • Created over 11 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

📓 Source for joelglovier.com. Built with Jekyll and hosted on GitHub Pages.

joelglovier.com Build Status

image

About the Site

This site is my personal home on the web. I write about stuff, I link to other stuff, and I showcase stuff I've done/built/designed. It's purely personal in nature and does not necessarily reflect the views of my employer, my family, my community, or anyone else besides me. It's just where I share things I've built, written, or done.

It lives here: joelglovier.com

Older versions, and a bit of history

I've been working on this site in various forms since around 2005. Initially it was just a customized Blogger page for a few years. Then, I designed and built the first version around 2008 after teaching myself to write HTML and CSS (and eventually some shoddy PHP). I launched the first version sometime around 2009. Ever since, I've been redesigning every few years. I've republished the older verions as repo dumps and GH pages just for fun and posterity.

Running locally

  1. Clone locally via GitHub Desktop, or via CLI: git clone https://github.com/jglovier/jglovier.github.io.git
  2. Install dependencies using bundler: bundle install
  3. Run the Jekyll Server: bundle exec jekyll serve
  4. View in browser at http://localhost:4000

Regular maintenance

This project currently is a static hosted site on Netlify, built with Jekyll (static site gen), and from time to time needs basic maintenance. Some things to keep an eye on:

  • Is the gemfile up to date? If GitHub is showing a Dependabot alert for security vulnerabilities, it probably means you need to update the gemfile bundle (Bundler is used to maintain the gems). You can easily bump the gemfile.lock by running bundle update from the command line, pushing to a new branch, and merge it into main.
  • Are builds still working? From time to time things change and the builds get borked (deprecated config values, Travis-CI makes some other change, etc). Just keep an eye on it.

Licensing

Feel free to inspect the code structure, and reuse what is appropriate. But please respect that the files in the following directories are Copyright Joel Andrew Glovier. You may not reuse anything therein without my written permission:

  • _posts/
  • post-images/
  • img/
  • fonts/ (these fonts are licensed only for my own use)

All other directories and files are MIT Licensed (where applicable).

More Repositories

1

resume-template

📄💼🎩 A simple Jekyll + GitHub Pages powered resume template.
HTML
1,830
star
2

gifs

😂 📷 🎇 Storage place for all mah gifs.
HTML
1,643
star
3

microframe

🔬 📐 ✏️ Microframe is a micro (<200px wide), grid based wireframe PSD template for UI and UX designers mocking up website and app layouts.
298
star
4

jekyll-new

📝 💻 📱 Work on the default theme for Jekyll 2.0. Preview current progress at:
CSS
180
star
5

dotfiles-logo

🎨 I created a logo for your dotfiles. Well, for @pengwynn's [dotfiles](http://dotfiles.github.io/), but you can use it too.
69
star
6

fizzy

🍇 🍓 🍊 A lovely, bright and lively syntax theme for Atom.
CSS
29
star
7

jekyll-boilerplate

My boilerplate Jekyll setup. Design agnostic. Mostly just for file structure.
CSS
28
star
8

galaxy-theme-iterm

💻 🎨 💄 My OS X iTerm color profile.
22
star
9

coloring-book

🎨 ✏️ An open source collection of illustrations I've made for you to color!
16
star
10

jekyll-dummy-content

A repo for testing jekyll themes with real (dummy) content.
8
star
11

speaking

🎤 📢 A place to store all my talks and assets, both polished and in-progress.
6
star
12

sass-boilerplate

A Sass boilerplate for your new projects, based on SMACSS.
CSS
5
star
13

project-car

This repo is where I'm tracking progress on the project car I've always wanted to build: a 2000 Honda Civic Si.
5
star
14

depart

A simple departure time calculator 🚧 WIP 🚧
CSS
3
star
15

ohsnap

📷 A photo gallery theme for Jekyll sites. [WIP] 🚧
CSS
2
star
16

github-for-developers-squares-conf-2016

This is our workspace for the GitHub for Developers workshop at Squares Conference 2016
2
star
17

programming-exercises

A place to store exercises I'm doing as I learn new languages.
JavaScript
1
star
18

getting-started-with-github

A GitHub tutorial workshop repository.
HTML
1
star
19

website-2011

💀 My old website (circa 2011-2014) exported from WordPress to a static site.
CSS
1
star
20

funnystuff

JavaScript
1
star
21

ooo-avatar

Add a simple out of office banner to your avatar when you need people to see you are going to be away from GitHub for a while.
1
star
22

cardboard-projects

A collection of projects you can make with cardboard!
1
star
23

page-count

A chrome extension for counting web pages visited per day. [WIP]
JavaScript
1
star