Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🖊️ add post stubs #45

Merged
merged 1 commit into from
Jan 31, 2020
Merged
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
29 changes: 0 additions & 29 deletions _posts/2020-01-29-welcome-to-jekyll.markdown

This file was deleted.

27 changes: 27 additions & 0 deletions source/_posts/2020-01-20-day-1-of-30.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
title: "Day 1 - 30 days of websiting"
tagline: >
Unraveling dependencies: easier than unraveling headphone cords.
intro: >
I expected installing dependencies, especially on Mac OS Catalina, to represent a real roadblock in getting the old website up and running. I was wrong.
published: true
date: 2020-01-20
categories: website
---

Things I looked up
- https://nano-editor.org/dist/v2.2/nano.html#Editor-Basics
- http://osxdaily.com/2013/02/01/use-option-as-meta-key-in-mac-os-x-terminal/
- https://www.hostingadvice.com/how-to/update-npm-packages/
- https://github.com/nodejs/node-gyp/blob/master/macOS_Catalina.md
- https://gitmoji.carloscuesta.me
- https://docs.npmjs.com/files/package-lock.json

Things I did
- updated and installed npm dependencies
- updated nginx configs

Next
- update ssl certificates
- update deploy dependencies
- run site locally
28 changes: 28 additions & 0 deletions source/_posts/2020-01-21-day-2-of-30.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
title: "Day 2 - 30 days of websiting"
tagline: >
Cleaning up a mess of a development environment.
intro: >
I haven’t done any “development” since 2016. Since that time, I’ve started and abandoned multiple dotfile projects. Today, I started cleaning that up.
published: true
date: 2020-01-21
categories: website
---

Things I looked up
- https://babeljs.io/docs/en/env/
- https://github.com/fluffywaffles/gulp-load-subtasks
- https://askubuntu.com/questions/363200/e-unable-to-correct-problems-you-have-held-broken-packages/451078#451078
- https://certbot.eff.org/lets-encrypt/ubuntuxenial-nginx
- https://github.com/pstadler/keybase-gpg-github

Things I did
- successfully updated npm dependencies
- fixed bad nginx configs, which may have taken down my website.
- added back in gpg signed commits.
-

Next
- update ssl certificates
- update deploy dependencies
- run site locally
25 changes: 25 additions & 0 deletions source/_posts/2020-01-27-day-8-of-30.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
title: "Day 8 - 30 days of websiting"
tagline: >
Captain Underscores to the rescue.
intro: >
Successfully `jekyll build` after noticing that a dependency had shifted from `-` to `_`. **It’s the little things in life that matter.**
published: true
date: 2020-01-27
categories: website
---

Things I looked up
- https://rubygems.org/gems/jekyll_picture_tag
- https://rbuchberger.github.io/jekyll_picture_tag/presets

Things I did
- banged my head against a wall for a while
- moved & updated picture config to new location/format
- removed gemfile.lock
- updated gemfile & jekyll config with new plugin
- built the site

Next
- update security vulnerabilities
- work on jekyll build
25 changes: 25 additions & 0 deletions source/_posts/2020-01-28-day-9-of-30.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
title: "Day 9 - 30 days of websiting"
tagline: >
NPM dependencies dragging me down.
intro: >
Pretty sure I'll jettison the NPM dependencies and build tooling and start over from scratch.
published: true
date: 2020-01-28
categories: website
---

Things I looked up
- gatsby
- webpack critical css
- jekyll and webpack
- https://www.maxwellantonucci.com/2019/12/27/killing-webpack.html

Things I did
- deleted `node_modules` twice
- picked through `package.json` and gulpfiles.

Next
- strip out javascript dependencies
- use built versions of css and optimized images
- try building site.