Skip to content

Commit

Permalink
Change page.modified to page.last_modified_at
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveThw committed May 10, 2020
1 parent 44b7d82 commit 79f7338
Show file tree
Hide file tree
Showing 16 changed files with 35 additions and 31 deletions.
2 changes: 1 addition & 1 deletion _posts/2017-02-25-securing-nodered.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Securing Node-RED connections (HTTPS / WSS)
categories: Theatre-Royal EOS-Remote
tags: RaspberryPi Node-RED
excerpt: Step-by-step notes going through the process of enabling secure connections for Node-RED
modified: 2017-04-05
last_modified_at: 2017-04-05
---
So, if I am potentially going to host developemnt of my [remote app for the Ion](https://github.com/DaveThw/EOSRemote) on GitHub it'll be very useful to preview new features as I'm working on it, but GitHub Pages [serves it over HTTPS](https://davethw.github.io/EOSRemote/). And you can't open a standard websocket connection (ws://...) from an HTTPS page (probably wise!), only a secure one (wss://...). Therefore I need to enable secure connections on Node-RED.

Expand Down
5 changes: 3 additions & 2 deletions _posts/2017-03-06-starcloth-light-source.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ categories: Theatre-Royal
tags: DMX
excerpt: DMX Control details for our LED Starcloth Light Sources
read_time: false
#modified: 2017-04-05
modified: 2017-04-29
modified:
- 2017-04-05
last_modified_at: 2017-04-29
---

Model: LEE-1001DMX
Expand Down
2 changes: 1 addition & 1 deletion _posts/2017-03-09-blogging-links.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ categories: Website
# tags:
excerpt: Links to some useful resources for blogging
date: 2017-03-09 18:30
modified: 2017-03-29 09:30
last_modified_at: 2017-03-29 09:30
read_time: false
---

Expand Down
2 changes: 1 addition & 1 deletion _posts/2017-03-09-upgrading-minimal-mistakes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ categories: Website
tags: git GitHub minimal-mistakes
excerpt: Step-by-step through upgrading minimal-mistakes from GitHub
date: 2017-03-09 21:00
modified: 2017-03-13 21:30
last_modified_at: 2017-03-13 21:30
---

Following steps from the [Upgrading guide](https://mmistakes.github.io/minimal-mistakes/docs/upgrading/#use-git):
Expand Down
2 changes: 1 addition & 1 deletion _posts/2017-03-28-caching-github-credentials.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ categories: Website
tags: git GitHub
excerpt: Step-by-step through telling git to cache your GitHub credentials
date: 2017-03-09 21:00
modified: 2017-03-13 21:30
last_modified_at: 2017-03-13 21:30
---

Following steps from the GitHub guide to [Caching your GitHub password in Git](https://help.github.com/articles/caching-your-github-password-in-git/):
Expand Down
2 changes: 1 addition & 1 deletion _posts/2018-01-12-viking-vk280.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ categories: Theatre-Royal
tags: DMX
excerpt: DMX Control details for Viking's VK280 FLX Moving Heads
read_time: false
modified: 2018-01-13
last_modified_at: 2018-01-13
---

Model: Viking VK280 FLX Moving Head
Expand Down
2 changes: 1 addition & 1 deletion _posts/2018-01-13-vk280-fixture.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ categories: Theatre-Royal
tags: DMX
excerpt: Fixture details for Viking's VK280 FLX Moving Heads
read_time: false
modified: 2018-01-14
last_modified_at: 2018-01-14
---

## VK280 FLX Fixture, from our Ion (based on the Robin Pointe M1 fixture, updated a bit by DRT)
Expand Down
2 changes: 1 addition & 1 deletion _posts/2018-01-14-robin-pointe.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ categories: Theatre-Royal
tags: DMX
excerpt: Fixture details for Robe's Robin Pointe Moving Heads
read_time: false
# modified: 2018-01-14
# last_modified_at: 2018-01-14
---

## Robin Pointe Fixture, from our Ion
Expand Down
7 changes: 4 additions & 3 deletions _posts/2018-02-01-video-conversion.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ title: "Video conversion using ffmpeg on Windows"
categories: Theatre-Royal
tags: ffmpeg
excerpt: Step-by-step through using ffmpeg to convert video files (from our video camera) to mp4's
# date: 2018-02-01 11:00
# modified: 2018-02-20 12:00
modified: 2018-03-28 16:00
date: 2018-02-01 11:00
modified:
- 2018-02-20 12:00
last_modified_at: 2018-03-28 16:00
---

First, if not yet done, [download ffmpeg](https://ffmpeg.zeranoe.com/builds/) - I went for the latest Release Build (3.4.1), Windows 64-bit, Static. Once the zip files has downloaded, extract the contents somewhere (Downloads folder works) - note the zip folder contains a directory, which contains everything else, so it's less confusing if you extract directly into Downloads, rather than the subdirectory that the extractor will suggest!..
Expand Down
11 changes: 6 additions & 5 deletions _posts/2018-04-21-git-quick-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ categories: Programming
tags: git
excerpt: Various reminders of how to do things in git!
date: 2018-04-21 21:00
#modified: 2018-04-22 21:00
#modified: 2018-04-23 21:00
#modified: 2018-04-29 21:00
#modified: 2018-06-17 22:00
modified: 2018-06-20 21:00
modified:
- 2018-04-22 21:00
- 2018-04-23 21:00
- 2018-04-29 21:00
- 2018-06-17 22:00
last_modified_at: 2018-06-20 21:00
---

{:center: style="text-align: center"}
Expand Down
2 changes: 1 addition & 1 deletion _posts/2019-03-04-installing-jekyll.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ categories: Website
tags: Jekyll GitHub GitHub-Pages RaspberryPi
excerpt: Step-by-step through installing Jekyll, for local GitHub Pages, on a Raspberry Pi
date: 2019-03-04 10:00
modified: 2019-03-04 20:35
last_modified_at: 2019-03-04 20:35
---

Mainly following (some of) the steps from [Setting up your GitHub Pages site locally with Jekyll](https://help.github.com/en/articles/setting-up-your-github-pages-site-locally-with-jekyll):
Expand Down
2 changes: 1 addition & 1 deletion _posts/2019-09-15-galliumos-restart-network.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ categories: GalliumOS
tags: Network GalliumOS
excerpt: Notes on how to restart networking on GalliumOS
date: 2019-09-15 22:00
#modified: 2019-03-04 20:35
#last_modified_at: 2019-03-04 20:35
---

Sometimes after waking from sleep, networking seems to fail on GalliumOS on my laptop.
Expand Down
2 changes: 1 addition & 1 deletion _posts/2019-09-25-galliumos-rename-user.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ categories: GalliumOS
tags: GalliumOS
excerpt: Notes on how to rename a user on Linux (specifically on GalliumOS)
date: 2019-09-25 20:30
#modified: 2019-03-04 20:35
#last_modified_at: 2019-03-04 20:35
---

It seems renaming a user on Linux isn't quite a trivial affair! So, following guides found [on Reddit](https://www.reddit.com/r/GalliumOS/comments/4ffzwh/chrx_username_change_not_working/), and [on nixCraft](https://www.cyberciti.biz/faq/howto-change-rename-user-name-id/) the following seemed to work for me.
Expand Down
2 changes: 1 addition & 1 deletion _posts/2019-12-02-remove-apt-repository.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ categories: GalliumOS
tags: GalliumOS
excerpt: Notes on how to remove a repository from apt's lists, on Linux
date: 2019-12-02 11:50
#modified: 2019-03-04 20:35
#last_modified_at: 2019-03-04 20:35
---

It seems that [AppGrid installs it's own repository](https://www.reddit.com/r/GalliumOS/comments/b8rwes/appgrip_repository_is_not_signed_on_galliumos/) (but not a GPG public key...), so running `sudo apt update` gives the following error (on GalliumOS):
Expand Down
19 changes: 10 additions & 9 deletions _posts/2019-12-17-galliumos-install-and-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,16 @@ categories: GalliumOS
tags: GalliumOS
excerpt: Notes on what I did to (re-)install GalliumOS on my Chromebook, and what additional steps I took to do the initial setting up.
date: 2019-12-17 21:10
# modified: 2019-12-20 22:00
# modified: 2019-12-21 15:10
# modified: 2019-12-21 17:30
# modified: 2019-12-21 21:00
# modified: 2019-12-22 21:00
# modified: 2019-12-23 18:00
# modified: 2019-12-29 16:00
# modified: 2020-03-07 15:40
modified: 2020-03-08 14:50
modified:
- 2019-12-20 22:00
- 2019-12-21 15:10
- 2019-12-21 17:30
- 2019-12-21 21:00
- 2019-12-22 21:00
- 2019-12-23 18:00
- 2019-12-29 16:00
- 2020-03-07 15:40
last_modified_at: 2020-03-08 14:50
---

Following an `apt upgrade` on GalliumOS which updated GRUB, and it would seem I [selected the wrong location to install the bootloader](https://www.reddit.com/r/GalliumOS/comments/6dxqy5/galliumos_wont_boot/) (*hint:* next time, select `/dev/sda`, not `/dev/sda7`!..), GalliumOS now won't boot up. Unfortunately, [this guide for fixing the problem](https://www.reddit.com/r/GalliumOS/comments/5mhjd3/acer_14_wont_boot_after_grub_update/) didn't work for me, so I'm re-installing GalliumOS (again), and taking notes this time on what I do to get things the way I like it, just in case I need to do it all again sometime... :-)
Expand Down
2 changes: 1 addition & 1 deletion _posts/2020-01-04-ola-on-raspberrypi.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ categories: RaspberryPi
tags: RaspberryPi OLA DMX
excerpt: Notes on how to install and set-up OLA (Open Lighting Architecture) on a Raspberry Pi.
date: 2020-01-04 15:30
# modified: 2019-12-29 16:00
# last_modified_at: 2019-12-29 16:00
---

OLA is a software framework for interfacing with various DMX protocols - see [openlighting.org/ola](https://www.openlighting.org/ola/). The website/wiki seems to be a bit out of date, but [the github repository](https://github.com/OpenLightingProject/ola) is still getting (occasional?) updates.
Expand Down

0 comments on commit 79f7338

Please sign in to comment.