mirror of https://gitlab.com/curben/blog
feat: add last updated date to posts
This commit is contained in:
parent
624d449a3e
commit
7f82b913d5
|
@ -1,6 +1,7 @@
|
||||||
---
|
---
|
||||||
title: Edit multiple questions on LimeSurvey
|
title: Edit multiple questions on LimeSurvey
|
||||||
date: 2018-10-18 00:00:00
|
date: 2018-10-18 00:00:00
|
||||||
|
lastUpdated: 2018-10-26 00:00:00
|
||||||
tags:
|
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.
|
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.
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
---
|
---
|
||||||
title: GNU vs BusyBox Unix tools
|
title: GNU vs BusyBox Unix tools
|
||||||
date: 2018-10-13 00:00:00
|
date: 2018-10-13 00:00:00
|
||||||
|
lastUpdated: 2018-10-31 00:00:00
|
||||||
tags:
|
tags:
|
||||||
---
|
---
|
||||||
TL;DR Alpine uses BusyBox while Ubuntu uses GNU tools, and they behave differently. Here's how they differ.
|
TL;DR Alpine uses BusyBox while Ubuntu uses GNU tools, and they behave differently. Here's how they differ.
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
---
|
---
|
||||||
title: How to create a Hexo blog
|
title: How to create a Hexo blog
|
||||||
date: 2018-09-21 00:00:00
|
date: 2018-09-21 00:00:00
|
||||||
|
lastUpdated: 2018-10-07 00:00:00
|
||||||
tags:
|
tags:
|
||||||
---
|
---
|
||||||
Create a website/blog (hosted by [GitLab](https://about.gitlab.com/features/pages/) for free) using the following guide:
|
Create a website/blog (hosted by [GitLab](https://about.gitlab.com/features/pages/) for free) using the following guide:
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
---
|
---
|
||||||
title: How to remove Windows 10 default apps
|
title: How to remove Windows 10 default apps
|
||||||
date: 2018-09-26 00:00:00
|
date: 2018-09-26 00:00:00
|
||||||
|
lastUpdated: 2018-10-19 00:00:00
|
||||||
tags:
|
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.
|
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.
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
---
|
---
|
||||||
title: Make Hexo blog smaller
|
title: Make Hexo blog smaller
|
||||||
date: 2018-09-28 00:00:00
|
date: 2018-09-28 00:00:00
|
||||||
|
lastUpdated: 2018-10-06 00:00:00
|
||||||
tags:
|
tags:
|
||||||
---
|
---
|
||||||
Static site serves html, css, javascript and images. These files can be compressed to reduce bandwidth.
|
Static site serves html, css, javascript and images. These files can be compressed to reduce bandwidth.
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
---
|
---
|
||||||
title: Secure node modules with Snyk
|
title: Secure node modules with Snyk
|
||||||
date: 2018-10-01 00:00:00
|
date: 2018-10-01 00:00:00
|
||||||
|
lastUpdated: 2018-10-30 00:00:00
|
||||||
tags:
|
tags:
|
||||||
---
|
---
|
||||||
## Intro
|
## Intro
|
||||||
|
|
Loading…
Reference in New Issue