Skip to content

Commit

Permalink
Initial Post
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike-Slomczynski committed Jan 2, 2025
1 parent 9e838ae commit ad265f6
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 11 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ platforms :mingw, :x64_mingw, :mswin, :jruby do
end

gem "wdm", "~> 0.2.0", :platforms => [:mingw, :x64_mingw, :mswin]

gem "csv" # Add this line to include the csv gem
gem "base64"
22 changes: 11 additions & 11 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,37 +9,37 @@ theme: jekyll-theme-chirpy
lang: en

# Change to your timezone › https://kevinnovak.github.io/Time-Zone-Picker
timezone:
timezone: America/Chicago

# jekyll-seo-tag settings › https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/usage.md
# ↓ --------------------------

title: Chirpy # the main title
title: Mike's Pages # the main title

tagline: A text-focused Jekyll theme # it will display as the subtitle
tagline: Blogging about stuff # it will display as the subtitle

description: >- # used by seo meta and the atom feed
A minimal, responsive and feature-rich Jekyll theme for technical writing.
Blogging about stuff
# Fill in the protocol & hostname for your site.
# E.g. 'https://username.github.io', note that it does not end with a '/'.
url: ""
url: "https://Mike-Slomczynski.github.io"

github:
username: github_username # change to your GitHub username
username: Mike-Slomczynski # change to your GitHub username

twitter:
username: twitter_username # change to your Twitter username
#username: twitter_username # change to your Twitter username

social:
# Change to your full name.
# It will be displayed as the default author of the posts and the copyright owner in the Footer
name: your_full_name
email: example@domain.com # change to your email address
name: Mike Slomczynski
email: mike.slomczynski@gmail.com # change to your email address
links:
# The first element serves as the copyright owner's link
- https://twitter.com/username # change to your Twitter homepage
- https://github.com/username # change to your GitHub homepage
# https://twitter.com/username # change to your Twitter homepage
# https://github.com/username # change to your GitHub homepage
# Uncomment below to add more social links
# - https://www.facebook.com/username
# - https://www.linkedin.com/in/username
Expand Down
15 changes: 15 additions & 0 deletions _posts/2025-01-02-hello-world.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title: Hello World
date: 2024-01-01 12:00:00 -500
categories: [test]
tags: [test]
---

# Welcome

Hello.

```javascript
console.log("Hello world.")

```

0 comments on commit ad265f6

Please sign in to comment.