diff --git a/.github/workflows/jekyll-gh-pages.yml b/.github/workflows/jekyll-gh-pages.yml new file mode 100644 index 000000000..0ebd768bf --- /dev/null +++ b/.github/workflows/jekyll-gh-pages.yml @@ -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 diff --git a/_config.yml b/_config.yml index 74f71ce04..caff5ae3c 100644 --- a/_config.yml +++ b/_config.yml @@ -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 @@ -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 diff --git a/_posts/2016-02-17-weathercast.md b/_posts/2016-02-17-weathercast.md deleted file mode 100644 index e2e49fbf1..000000000 --- a/_posts/2016-02-17-weathercast.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -layout: inner -position: left -title: 'Weathercast' -date: 2016-02-20 15:56:00 -categories: development -tags: JavaScript AngularJS API Sass -featured_image: '/img/posts/02_weathercast-1130x864-2x.png' -project_link: 'http://github.com/jamigibbs/weathercast' -button_icon: 'github' -button_text: 'Visit Project' -lead_text: 'A simple weather forecast app for your favorite city.' ---- diff --git a/_posts/2016-02-18-phantom-jekyll-template.md b/_posts/2016-02-18-phantom-jekyll-template.md deleted file mode 100644 index 15531969d..000000000 --- a/_posts/2016-02-18-phantom-jekyll-template.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -layout: inner -position: left -title: 'Phantom' -date: 2016-02-20 21:15:00 -categories: development design -tags: Jekyll Sass Bootstrap -featured_image: '/img/posts/04_phantom-jekyll-1130x864-2x.png' -project_link: 'https://github.com/jamigibbs' -button_icon: 'flask' -button_text: 'Visit Project' -lead_text: "A minimalist Jekyll theme that you're looking at it right now" ---- diff --git a/_posts/2016-02-19-rescue-themes.md b/_posts/2016-02-19-rescue-themes.md deleted file mode 100644 index 13afca9fd..000000000 --- a/_posts/2016-02-19-rescue-themes.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -layout: inner -position: right -title: 'Rescue Themes' -date: 2016-02-20 15:56:00 -categories: development design -tags: WordPress PHP Sass -featured_image: '/img/posts/03_rescue-themes-1130x864-2x.png' -project_link: 'https://rescuethemes.com' -button_text: 'Visit Rescue Themes' -button_icon: 'wordpress' -lead_text: 'Designed and developed all WordPress themes' ---- diff --git a/about.md b/about.md index ddb90b116..6609201f9 100644 --- a/about.md +++ b/about.md @@ -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. diff --git a/preview.jpg b/preview.jpg deleted file mode 100644 index b384a443e..000000000 Binary files a/preview.jpg and /dev/null differ