Skip to content

Instantly share code, notes, and snippets.

@jennifert
jennifert / _config.yml
Last active December 12, 2019 18:27
Sample Jekyll config file
# Site settings
title: Jennifer Tesolin
description: "This is Jennifer Tesolin's personal web site. Located on this site are tutorials and tips for web developers."
baseurl: ""
url: "https://jenntesolin.com"
timezone : "America/Toronto"
exclude: [Gemfile, Gemfile.lock, README.md, vendor, bin,changelog.md,wordpress.xml,package.json,Gruntfile.js,node_modules, .ruby-version]
markdown: kramdown
@jennifert
jennifert / .gitignore
Created May 26, 2017 23:17
My git ignore - sample file
# npm
node_modules
npm-debug.log
tmp
# sass
.sass-cache/
*.css.map
#ruby
@jennifert
jennifert / jekyll-post.markdown
Created May 27, 2017 01:49
Jekyll post template

layout: post title: "Draft Template" date: 2015-03-17 19:34:21 categories:

  • Tutorial tags:
  • Jekyll summary: Put details that will be in more tag here.
@jennifert
jennifert / Gruntfile.js
Created June 1, 2017 00:56
Current Grunt file for site resdesign
module.exports = function(grunt) {
'use strict';
// Project configuration.
grunt.initConfig({
pkg: grunt.file.readJSON('package.json'),
sass: {
dist: {
options: {
@jennifert
jennifert / .browserslistrc
Last active October 4, 2018 00:16
Npm Build Script (will replace Grunt in blog post)
# Browsers that we support
last 2 version