-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
81 lines (66 loc) · 2.76 KB
/
_config.yml
File metadata and controls
81 lines (66 loc) · 2.76 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
# 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 need to edit after that.
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'jekyll serve'. If you change this file, please restart the server process.
# Site title
title: "melodious code"
# Tagline next to the site title
tagline: "The problem with making computers that complete idiots can use; is you end up with complete idiots using computers."
# A description of your site for social meta tag, search engines, and feed.xml
description: "The personal blog of a software developer from Bristol, UK. The problem with making computers that complete idiots can use; is you end up with complete idiots using computers."
# The subpath of your site, e.g. /blog, for generating urls
baseurl: ""
# Sass
sass:
sass_dir: _sass
style: compressed
# The base hostname & protocol of your site for where absolute urls are needed
url: "https://melodiouscode.net"
# Site navigation - each item must have a title and a url.
navigation:
- text: Home
url: /
- text: Reading List
url: /reading-list
- text: Watching List
url: /developer-professional-development
- text: About
url: /about-and-disclaimer
- text: The Author
url: /the-author
- text: Badges
url: /badges
- text: Contact
url: /contact
- text: Photos
url: https://www.flickr.com/photos/melodiouscode/
nonce: "NHSqRczPed"
# The shortname for your Disqus site to enable comments.
disqus: "melodiouscode-net"
# Author information - author info at the bottom of the post
author_name: "melodiouscode"
author_bio: "<p>Hi I'm James, and Melodious Code is my blog. I am a software developer from the South-West of England; I mostly work in .NET (c#) creating desktop, web, service, and backend software for the business services industry.</p><p>Posts are likely to be related to software development or technology in general. Posts will be as regular or irregular as they are, no promises are made!</p>"
author_url: "https://melodiouscode.net"
author_location: "United Kingdom"
author_image: /images/authorimage.png
# Sidebar Add banner
#banner_url: "https://justgoodthemes.com"
#banner_image: images/banner.jpg
#banner_image_alt: "Alt text"
# Sidebar newsletter widget - add your form action url for MailChimp signup form here
#mailchimp_url: "//justgoodthemes.us3.list-manage.com/subscribe/post?u=78f1bab16028354caeb23aecd&id=4a7330d117"
# Social links in the site footer
twitter_url: "https://twitter.com/melodiouscode"
github_url: "https://github.com/melodiouscode"
# http://jekyllrb.com/docs/pagination/
paginate: 4
paginate_path: '/blog/page:num/'
plugins:
- jekyll-paginate
- jekyll-seo-tag
permalink: :title
markdown: kramdown
kramdown:
auto_ids: false