forked from rahulgopinath/rahulgopinath.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
42 lines (35 loc) · 886 Bytes
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# Dependencies
markdown: kramdown
redcarpet:
extensions: ["tables", "autolink", "strikethrough", "fenced_code_blocks"]
# Permalinks
permalink: pretty
# Setup
title: Rahul Gopinath
tagline: 'Computer Science Researcher'
description: 'Research in Software Engineering from Rahul Gopinath'
url: https://rahul.gopinath.org
enforce_ssl: rahul.gopinath.org
# Custom vars
version: 2.0.0
plugins:
- jekyll-feed
github: [metadata]
# repo: https://github.com/rahulgopinath/rahulgopinath.github.io
# http://stesie.github.io/2016/08/nixos-github-pages-env
# [ Gemfile
# source 'https://rubygems.org'
# gem 'github-pages'
# ]
#
# ```
# nix-shell -p bundler
# bundler package --no-install --path vendor
# rm -rf .bundler vendor
#
# ```
#
# ```
# $(nix-build '<nixpkgs>' -A bundix)/bin/bundix
# rm result
# ```