-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.js
26 lines (25 loc) · 972 Bytes
/
config.js
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
"use strict"
module.exports = {
url: "https://ajith.blog",
pathPrefix: "/",
title: "Ajith's Blog",
description:
"I make apps and occasionally write about my observations and frustrations from my work here. Primarily on Swift and iOS development, but also some thoughts about languages, tools, and techniques in software development.",
subtitle:
"I occasionally blog here. Primarily on Swift and iOS development, but also some thoughts about languages, tools, and techniques in software development.",
copyright: "Designed & developed by Ajith Renjala",
favicon: "static/images/logo-icon.png",
iconImage: "logo-icon.png",
disqusShortname: "ajithrnayak",
postsPerPage: 10,
googleAnalyticsId: "UA-43294206-3",
website: "https://ajith.xyz",
sourceCode: "http://github.com/ajithrnayak/ajith_blog",
author: {
name: "Ajith Renjala",
bio: "Swift/Objective-C developer since iOS 6.",
},
social: {
twitter: `@ajthrnayak`,
},
}