2018-08-17 17:18:40 +00:00
|
|
|
# Welcome to Jekyll!
|
|
|
|
#
|
|
|
|
# This config file is meant for settings that affect your whole blog, values
|
|
|
|
# which you are expected to set up once and rarely edit after that. If you find
|
|
|
|
# yourself editing this file very often, consider using Jekyll's data files
|
|
|
|
# feature for the data you need to update frequently.
|
|
|
|
#
|
|
|
|
# For technical reasons, this file is *NOT* reloaded automatically when you use
|
|
|
|
# 'bundle exec jekyll serve'. If you change this file, please restart the server process.
|
|
|
|
|
|
|
|
# Site settings
|
|
|
|
# These are used to personalize your new site. If you look in the HTML files,
|
|
|
|
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
|
|
|
|
# You can create any custom variable you would like, and they will be accessible
|
|
|
|
# in the templates via {{ site.myvariable }}.
|
|
|
|
title: "A Hack's Code"
|
|
|
|
author: "foo-dogsquared"
|
|
|
|
description: >- # this means to ignore newlines until "baseurl:"
|
|
|
|
A blog that serves as a documentation of my progress
|
|
|
|
learning anything tech-related, mostly programming and
|
|
|
|
engineering. Yes, one of those blogs...
|
2018-08-19 06:42:58 +00:00
|
|
|
baseurl: "/blog" # the subpath of your site, e.g. /blog
|
2018-08-17 17:18:40 +00:00
|
|
|
url: "https://foo-dogsquared.github.io" # the base hostname & protocol for your site, e.g. http://example.com
|
|
|
|
|
|
|
|
codepen_username: foo-dogsquared
|
|
|
|
devto_username: foodogsquared
|
|
|
|
github_username: foo-dogsquared
|
|
|
|
gitlab_username: foo-dogsquared
|
|
|
|
linkedin_username: gabriel-arazas
|
|
|
|
twitter_username: foo_dogsquared
|
|
|
|
paginate: 10
|
2018-10-24 09:51:53 +00:00
|
|
|
paginate_path: 'page/:num/'
|
2018-08-17 17:18:40 +00:00
|
|
|
|
|
|
|
# Enabling Disqus
|
|
|
|
disqus:
|
|
|
|
shortname: foo-dogsquared
|
|
|
|
|
|
|
|
# Build settings
|
|
|
|
markdown: kramdown
|
|
|
|
theme: minima
|
|
|
|
plugins:
|
|
|
|
- jekyll-feed
|
|
|
|
- jekyll-paginate
|
2018-08-21 10:42:16 +00:00
|
|
|
- jekyll-sitemap
|
|
|
|
- jekyll-redirect-from
|
2018-08-17 17:18:40 +00:00
|
|
|
|
2018-10-20 07:30:02 +00:00
|
|
|
pinpost: ["A Freebie's Resource List (Mostly Related to Programming)"]
|
2018-08-17 17:18:40 +00:00
|
|
|
|
2018-09-30 10:30:19 +00:00
|
|
|
google_analytics: UA-126718538-1
|
|
|
|
|
2018-10-24 09:51:53 +00:00
|
|
|
collections:
|
|
|
|
generators:
|
|
|
|
output: true
|
|
|
|
permalink: data/:name
|
|
|
|
|
2018-08-17 17:18:40 +00:00
|
|
|
# Default settings
|
|
|
|
defaults:
|
|
|
|
-
|
|
|
|
scope:
|
2018-10-24 09:51:53 +00:00
|
|
|
path: "_posts"
|
2018-08-17 17:18:40 +00:00
|
|
|
type: "posts"
|
|
|
|
values:
|
|
|
|
permalink: posts/:title
|
2018-10-24 09:51:53 +00:00
|
|
|
layout: post
|
2018-08-17 17:18:40 +00:00
|
|
|
comments: true
|
2018-10-24 09:51:53 +00:00
|
|
|
-
|
|
|
|
scope:
|
|
|
|
path: "_generators"
|
|
|
|
type: "generators"
|
|
|
|
values:
|
|
|
|
layout: generator
|
2018-08-17 17:18:40 +00:00
|
|
|
|
|
|
|
# Exclude from processing.
|
|
|
|
# The following items will not be processed, by default. Create a custom list
|
|
|
|
# to override the default setting.
|
|
|
|
# exclude:
|
|
|
|
# - Gemfile
|
|
|
|
# - Gemfile.lock
|
|
|
|
# - node_modules
|
|
|
|
# - vendor/bundle/
|
|
|
|
# - vendor/cache/
|
|
|
|
# - vendor/gems/
|
|
|
|
# - vendor/ruby/
|