Skip to content

Commit 4443dd1

Browse files
authored
Merge pull request #5 from vb2ae/vb2ae-patch-3
Update _config.yml
2 parents 992a184 + 705e193 commit 4443dd1

File tree

8 files changed

+44
-178
lines changed

8 files changed

+44
-178
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: "monthly"

.gitignore

Lines changed: 37 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,37 @@
1-
_site
2-
.sass-cache
3-
.jekyll-cache
4-
.jekyll-metadata
5-
vendor
1+
# Compiled source #
2+
###################
3+
*.com
4+
*.class
5+
*.dll
6+
*.exe
7+
*.o
8+
*.so
9+
10+
# Packages #
11+
############
12+
# it's better to unpack these files and commit the raw source
13+
# git has its own built in compression methods
14+
*.7z
15+
*.dmg
16+
*.gz
17+
*.iso
18+
*.jar
19+
*.rar
20+
*.tar
21+
*.zip
22+
23+
# Logs and databases #
24+
######################
25+
*.log
26+
*.sql
27+
*.sqlite
28+
29+
# OS generated files #
30+
######################
31+
.DS_Store
32+
.DS_Store?
33+
._*
34+
.Spotlight-V100
35+
.Trashes
36+
ehthumbs.db
37+
Thumbs.db

Index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Welcome to Ken Tucker's Blog

_config.yml

Lines changed: 0 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,3 @@
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-
211
title: Ken Tucker's Blog
222
233
description: >- # this means to ignore newlines until "baseurl:"
@@ -29,25 +9,3 @@ github_username: vb2ae
299

3010
# Build settings
3111
theme: minima
32-
plugins:
33-
- jekyll-feed
34-
35-
# Exclude from processing.
36-
# The following items will not be processed, by default.
37-
# Any item listed under the `exclude:` key here will be automatically added to
38-
# the internal "default list".
39-
#
40-
# Excluded items can be processed by explicitly listing the directories or
41-
# their entries' file path in the `include:` list.
42-
#
43-
# exclude:
44-
# - .sass-cache/
45-
# - .jekyll-cache/
46-
# - gemfiles/
47-
# - Gemfile
48-
# - Gemfile.lock
49-
# - node_modules/
50-
# - vendor/bundle/
51-
# - vendor/cache/
52-
# - vendor/gems/
53-
# - vendor/ruby/

about.markdown

Lines changed: 0 additions & 9 deletions
This file was deleted.

gemfile

Lines changed: 0 additions & 30 deletions
This file was deleted.

gemfile.lock

Lines changed: 0 additions & 86 deletions
This file was deleted.

index.markdown

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)