feat: add last updated date to posts

This commit is contained in:
curben 2018-11-01 12:14:38 +10:30
parent 624d449a3e
commit 7f82b913d5
6 changed files with 6 additions and 0 deletions

View File

@ -1,6 +1,7 @@
---
title: Edit multiple questions on LimeSurvey
date: 2018-10-18 00:00:00
lastUpdated: 2018-10-26 00:00:00
tags:
---
On LimeSurvey, making minor edits to multiple questions can be quite a chore. `List Questions` view allows you to edit multiple questions at the same time.

View File

@ -1,6 +1,7 @@
---
title: GNU vs BusyBox Unix tools
date: 2018-10-13 00:00:00
lastUpdated: 2018-10-31 00:00:00
tags:
---
TL;DR Alpine uses BusyBox while Ubuntu uses GNU tools, and they behave differently. Here's how they differ.

View File

@ -1,6 +1,7 @@
---
title: How to create a Hexo blog
date: 2018-09-21 00:00:00
lastUpdated: 2018-10-07 00:00:00
tags:
---
Create a website/blog (hosted by [GitLab](https://about.gitlab.com/features/pages/) for free) using the following guide:

View File

@ -1,6 +1,7 @@
---
title: How to remove Windows 10 default apps
date: 2018-09-26 00:00:00
lastUpdated: 2018-10-19 00:00:00
tags:
---
Windows 10 comes bundled with many unused apps. Worse, it even install third-party apps from time to time by *itself* (even after you remove it!). Here's how to get rid of these bloatware.

View File

@ -1,6 +1,7 @@
---
title: Make Hexo blog smaller
date: 2018-09-28 00:00:00
lastUpdated: 2018-10-06 00:00:00
tags:
---
Static site serves html, css, javascript and images. These files can be compressed to reduce bandwidth.

View File

@ -1,6 +1,7 @@
---
title: Secure node modules with Snyk
date: 2018-10-01 00:00:00
lastUpdated: 2018-10-30 00:00:00
tags:
---
## Intro