-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
24 lines (21 loc) · 757 Bytes
/
_config.yml
File metadata and controls
24 lines (21 loc) · 757 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Site settings
title: Archon Digital
email: overlord@archon-digital.com
description: "I'm Jon Cuevas, a.k.a @archondigital, and this is my personal website. Here I publish blog entries on my interests and what I mostly do, from web design, frontend development, street photography, tech gear, gaming and music. This site runs on Jekyll, Foundation 5 and Liquid templating. Powered by Github Pages."
baseurl: ""
url: "http://archondigital.github.io"
username: archondigital
timezone: Asia/Manila
paginate: 12
paginate_path: "articles/:num"
# Build settings
markdown: kramdown
permalink: pretty
gems:
- jekyll-redirect-from
- jekyll-paginate
# - jekyll-sitemap
# ads, analytics and disqus
enable_disqus: true
enable_adsense: true
enable_analytics: true