Skip to content

Commit 2a55956

Browse files
author
Benjamin Pick
committed
docs [ci skip]
1 parent 8b9ca55 commit 2a55956

File tree

1 file changed

+56
-0
lines changed

1 file changed

+56
-0
lines changed

_config.yml

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
# Welcome to Jekyll!
2+
#
3+
# This config file is meant for settings that affect your whole blog, values
4+
# which you are expected to set up once and rarely edit after that. If you find
5+
# yourself editing this file very often, consider using Jekyll's data files
6+
# feature for the data you need to update frequently.
7+
#
8+
# For technical reasons, this file is *NOT* reloaded automatically when you use
9+
# 'bundle exec jekyll serve'. If you change this file, please restart the server process.
10+
#
11+
# If you need help with YAML syntax, here are some quick references for you:
12+
# https://learn-the-web.algonquindesign.ca/topics/markdown-yaml-cheat-sheet/#yaml
13+
# https://learnxinyminutes.com/docs/yaml/
14+
#
15+
# Site settings
16+
# These are used to personalize your new site. If you look in the HTML files,
17+
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
18+
# You can create any custom variable you would like, and they will be accessible
19+
# in the templates via {{ site.myvariable }}.
20+
21+
title: Geolocation IP Detection (Provides geographic information detected by an IP adress for Wordpress)
22+
description: >- # this means to ignore newlines until "baseurl:"
23+
Provides geographic information detected by an IP adress.
24+
This can be used in themes or other plugins, as a shortcode, or via CSS body classes.
25+
The city & country names are translated in different languages.
26+
baseurl: "/geoip-detect/" # the subpath of your site, e.g. /blog
27+
url: "https://yellowtree.github.io/" # the base hostname & protocol for your site, e.g. http://example.com
28+
twitter_username: jekyllrb
29+
github_username: jekyll
30+
31+
# Build settings
32+
theme: minima
33+
plugins:
34+
- jekyll-feed
35+
36+
# Exclude from processing.
37+
# The following items will not be processed, by default.
38+
# Any item listed under the `exclude:` key here will be automatically added to
39+
# the internal "default list".
40+
#
41+
# Excluded items can be processed by explicitly listing the directories or
42+
# their entries' file path in the `include:` list.
43+
#
44+
# exclude:
45+
# - .sass-cache/
46+
# - .jekyll-cache/
47+
# - gemfiles/
48+
# - Gemfile
49+
# - Gemfile.lock
50+
# - node_modules/
51+
# - vendor/bundle/
52+
# - vendor/cache/
53+
# - vendor/gems/
54+
# - vendor/ruby/
55+
56+
markdown: GFM

0 commit comments

Comments
 (0)