Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
51 changes: 51 additions & 0 deletions .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
# Sample workflow for building and deploying a Jekyll site to GitHub Pages
name: Deploy Jekyll with GitHub Pages dependencies preinstalled

on:
# Runs on pushes targeting the default branch
push:
branches: ["master"]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: read
pages: write
id-token: write

# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
concurrency:
group: "pages"
cancel-in-progress: false

jobs:
# Build job
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Build with Jekyll
uses: actions/jekyll-build-pages@v1
with:
source: ./
destination: ./_site
- name: Upload artifact
uses: actions/upload-pages-artifact@v3

# Deployment job
deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
needs: build
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
16 changes: 8 additions & 8 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
# You can create any custom variable you would like, and they will be accessible
# in the templates via {{ site.myvariable }}.
title: "Hello. I'm Jami Gibbs."
email: 'jami0821@gmail.com'
description: "I'm a software developer and designer from Chicago creating useful things for the web."
title: "Living Contradiction"
email: 'lyoonatelie@gmail.com'
description: "Tech Newbie still figuring out, but meeh, WELCOME!"
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://jamigibbs.github.io/phantom" # the base hostname & protocol for your site, e.g. https://example.com
twitter_username: 'jamigibbs'
github_username: 'jamigibbs'
medium_username: 'blog.jamigibbs.com'
url: "https://lyoonat.github.io" # the base hostname & protocol for your site, e.g. https://example.com
twitter_username: ' '
github_username: 'lyoonat'
medium_username: ' '

# Build settings
markdown: kramdown
Expand Down Expand Up @@ -93,7 +93,7 @@ pagination:

### Phantom settings
footer_text: '© 2018 Jami Gibbs'
admin_name: 'Jami Gibbs'
admin_name: 'SeungJi Natalie Lyoo'
google_analytics: "UA-9999999-99" # Update with your own tracking ID
enable_contact: false

Expand Down
13 changes: 0 additions & 13 deletions _posts/2016-02-17-weathercast.md

This file was deleted.

13 changes: 0 additions & 13 deletions _posts/2016-02-18-phantom-jekyll-template.md

This file was deleted.

13 changes: 0 additions & 13 deletions _posts/2016-02-19-rescue-themes.md

This file was deleted.

2 changes: 1 addition & 1 deletion about.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ permalink: /about/

Text can be **bold**, _italic_, ~~strikethrough~~ or `keyword`.

[Link to another page](/index.html).
// Link to another page](/index.html).

There should be whitespace between paragraphs.

Expand Down
Binary file removed preview.jpg
Binary file not shown.