Skip to content

Commit

Permalink
Merge pull request #3 from devoredevelops/del_junk
Browse files Browse the repository at this point in the history
Refactor: Add tmp path, update deps, clean junk
  • Loading branch information
devoredevelops authored Jun 6, 2024
2 parents 3d42484 + 70a1e02 commit 7860444
Show file tree
Hide file tree
Showing 6 changed files with 91 additions and 36 deletions.
6 changes: 4 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,7 @@ Gemfile.lock

beautiful-jekyll-theme-*.gem
# editor
*/.vscode/settings.json
*/.history/*
*/.history/*

tmp
.vscode
Empty file added .post-template
Empty file.
23 changes: 23 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,26 @@ gem "github-pages", '197', group: :jekyll_plugins
# enable tzinfo-data for local build
# gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw]
gem 'jekyll-paginate'
gem 'jekyll-sitemap'
# gem 'jekyll-seo-tag'
# gem 'jekyll-feed'
# gem 'jekyll-redirect-from'
# gem 'jekyll-assets'
# gem 'jekyll-gist'
# gem 'jekyll-paginate-v2'
# gem 'jekyll-toc'
# gem 'jekyll-archives'
# gem 'jekyll-compose'
# gem 'jekyll-sass-converter'
# gem 'jekyll-sassify'
# gem 'jekyll-watch'
# gem 'jekyll-include-cache'
# gem 'jekyll-remote-theme'
# gem 'jekyll-avatar'
# gem 'jekyll-mentions'
# gem 'jekyll-optional-front-matter'
# gem 'jekyll-paginate-categories'
# gem 'jekyll-paginate-content'
# gem 'jekyll-paginate-tags'
# gem 'jekyll-paginate-v2'
# gem 'jekyll-paginate-v2'
29 changes: 20 additions & 9 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,16 +84,16 @@ author:
# If you want to add a new link that isn't here, you'll need to also edit the file _data/SocialNetworks.yml
social-network-links:
rss: true
email: "someone@example.com"
email: "devoredevelops.vlghn@passfwd.com"
# reddit: yourname
# linkedin: daattali
email: "sayhello@devoredevelops.com"
email: "devoredevelops.vlghn@passfwd.com"
# facebook: daattali
github: devoredevelops
twitter: jason_develops
github: https://github.com/devoredevelops
# twitter: jason_develops
# reddit: yourname
# google-plus: +DeanAttali
linkedin: jason-develops
linkedin: https://linkedin.com/in/devoredevelops
# xing: yourname
# stackoverflow: "3943160/daattali"
# snapchat: deanat78
Expand Down Expand Up @@ -164,14 +164,14 @@ url-pretty: "DevoreDevelops.com" # eg. "deanattali.com/beautiful-jekyll"

# Excerpt Word Length
# Truncates the excerpt to the specified number of words on the index page
excerpt_length: 50
excerpt_length: 80

# Character used to separate site title and description in HTML document title
# and RSS feed title
title-separator: "-"

# Ruby Date Format
date_format: "%B %-d, %Y"
date_format: "%Y-%m-%dT%H:%M:%S.%NZ"

# --- Don't need to touch anything below here (but you can if you want) --- #

Expand All @@ -180,7 +180,7 @@ timezone: "America/Chicago"
markdown: kramdown
highlighter: rouge
permalink: /:year-:month-:day-:title/
paginate: 5
paginate: 3

kramdown:
input: GFM
Expand Down Expand Up @@ -270,7 +270,18 @@ prose:

plugins:
- jekyll-paginate
- jekyll-sitemap
# - jekyll-sitemap
# - jekyll-feed
# - jemoji
# - jekyll-gist
# - jekyll-github-metadata
# - jekyll-mentions
# - jekyll-redirect-from
# - jekyll-seo-tag
# - jekyll-sitemap-generator
# - jekyll-feed-generator
# - jekyll-avatar
# - jekyll-readme-index

# Beautiful Jekyll / Dean Attali
# 2fc73a3a967e97599c9763d05e564189
60 changes: 44 additions & 16 deletions aboutme.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,33 +9,61 @@ Greetings! My name is Jason Devore and I am a software developer with expertise

### Social Media


[Github](https://github.com/devoredevelops)

[LinkedIn](https://www.linkedin.com/in/jason-develops/)

[Twitter](https://twitter.com/jason_develops)

### Pronouns

he/him/his

### Current Location

Kansas City Metro Area
### Skills

### Skills (in order of importance)

* Python (Django)
* JavaScript (AngularJS, jQuery)
* SQL (MySQL, PostgreSQL, SQL Server)
* Linux (CentOS, Debian, Ubuntu)
* Ansible
* AngularJS
* Azure Devops Pipelines
* Bash
* Big Panda
* CloudFormation
* CSS
* Debian
* Django
* Django REST Framework (DRF)
* Docker
* Shell Script (BASH)
* Git (GitLab, GitHub)
* DynamoDB
* EC2
* Express Step Functions
* FastAPI
* Feathers.js
* Flask
* Github Actions
* Glue
* HTML
* CSS
* IAM
* jQuery
* JSON
* Kinesis Data Streams
* Lambda
* Linux
* MongoDB
* MySQL
* PagerDuty
* pip-tools
* Poetry
* PostgreSQL
* Python
* ServiceNow
* Snowflake
* SNS
* SQL
* SQLAlchemy
* SQS
* Terraform
* Ubuntu
* VPC
* Vue
* XML
* YAML
* Zsh

### Hobbies

Expand Down
9 changes: 0 additions & 9 deletions transform-2019-10-05-.markdown

This file was deleted.

0 comments on commit 7860444

Please sign in to comment.