Browse Source

use posted instead of created, to better support new updated..

main
John-Mark Gurney 1 year ago
parent
commit
ad2aa639c2
20 changed files with 29 additions and 4 deletions
  1. +8
    -0
      BLOG.md
  2. +1
    -0
      content/2014/03/ctf-armeb-debugging.html
  3. +1
    -0
      content/2014/03/python-ctypes-wrapper-for-flac.html
  4. +1
    -0
      content/2014/10/building-bhyve-images-using-makefs-and.html
  5. +1
    -0
      content/2015/05/xml-schema-validation-for-command-line.html
  6. +1
    -0
      content/2015/07/installing-and-running-netbsd-and.html
  7. +1
    -0
      content/2017/09/adventures-in-autobahnwamp-security.html
  8. +1
    -0
      content/2018/03/unusable-insecurity.html
  9. +1
    -0
      content/2018/07/making-freebsd-magnet-links.html
  10. +1
    -0
      content/2018/10/crash-dumps-do-i-submit-them.html
  11. +1
    -0
      content/2018/10/tls-client-authentication-leaks-user.html
  12. +1
    -0
      content/2019/04/using-signal-on-server.html
  13. +1
    -0
      content/2019/08/installing-freebsd-on-pc-engines-apu4c2.html
  14. +1
    -0
      content/2021/07/CODEpendence-github.html
  15. +1
    -0
      content/2022/02/nearly-complete-rng-guide.html
  16. +1
    -0
      content/2022/11/tmux.html
  17. +1
    -0
      content/2022/12/making-freebsd-magnet-links.html
  18. +3
    -3
      layout/base.j2
  19. +1
    -1
      site.yaml
  20. +1
    -0
      template.html

+ 8
- 0
BLOG.md View File

@@ -45,6 +45,14 @@ imagealt: Alt text for the image

[twitter card reference](https://developer.twitter.com/en/docs/twitter-for-websites/cards/overview/markup)

Metadata info
-------------

Posted is when it was posted, and where it will appear in the time
line for the front page, and the side bar. It's just a convention
that the file name happens to match the posted date, and should be
kept that way.

Side notes
----------



+ 1
- 0
content/2014/03/ctf-armeb-debugging.html View File

@@ -2,6 +2,7 @@
title: "CTF + ARMeb + debugging"
description: >
CTF + ARMeb + debugging
posted: !!timestamp '2014-03-05'
created: !!timestamp '2014-03-05'
time: 7:21 PM
tags:


+ 1
- 0
content/2014/03/python-ctypes-wrapper-for-flac.html View File

@@ -2,6 +2,7 @@
title: Python ctypes wrapper for FLAC
description: >
Python ctypes wrapper for FLAC
posted: !!timestamp '2014-03-15'
created: !!timestamp '2014-03-15'
time: 5:11 PM
tags:


+ 1
- 0
content/2014/10/building-bhyve-images-using-makefs-and.html View File

@@ -2,6 +2,7 @@
title: Building bhyve Images using makefs and mkimg
description: >
A walk through on building bootable images that do not require the user to be root.
posted: !!timestamp '2014-10-29'
created: !!timestamp '2014-10-29'
time: 8:57 PM
tags:


+ 1
- 0
content/2015/05/xml-schema-validation-for-command-line.html View File

@@ -2,6 +2,7 @@
title: XML Schema Validation for the command line
description: >
XML Schema Validation for the command line
posted: !!timestamp '2015-05-07'
created: !!timestamp '2015-05-07'
time: 2:17 PM
tags:


+ 1
- 0
content/2015/07/installing-and-running-netbsd-and.html View File

@@ -2,6 +2,7 @@
title: Installing and running NetBSD and OpenBSD under bhyve
description: >
Installing and running NetBSD and OpenBSD under bhyve
posted: !!timestamp '2015-07-28'
created: !!timestamp '2015-07-28'
time: 8:37 PM
tags:


+ 1
- 0
content/2017/09/adventures-in-autobahnwamp-security.html View File

@@ -2,6 +2,7 @@
title: Adventures in Autobahn/WAMP Security
description: >
Adventures in Autobahn/WAMP Security
posted: !!timestamp '2017-09-17'
created: !!timestamp '2017-09-17'
time: 12:21 PM
tags:


+ 1
- 0
content/2018/03/unusable-insecurity.html View File

@@ -2,6 +2,7 @@
title: Unusable Insecurity
description: >
When people make security hard, no one will use it [properly].
posted: !!timestamp '2018-03-16'
created: !!timestamp '2018-03-16'
time: 1:40 PM
tags:


+ 1
- 0
content/2018/07/making-freebsd-magnet-links.html View File

@@ -2,6 +2,7 @@
title: Making FreeBSD magnet links
description: >
Making FreeBSD magnet links
posted: !!timestamp '2018-07-03'
created: !!timestamp '2018-07-03'
time: 4:49 PM
tags:


+ 1
- 0
content/2018/10/crash-dumps-do-i-submit-them.html View File

@@ -2,6 +2,7 @@
title: "Crash Dumps: Do I submit them?"
description: >
TL;DR: No, they collect too much and aren't handled safely.
posted: !!timestamp '2018-10-23'
created: !!timestamp '2018-10-23'
time: 3:54 PM
tags:


+ 1
- 0
content/2018/10/tls-client-authentication-leaks-user.html View File

@@ -2,6 +2,7 @@
title: TLS Client Authentication Leaks User Info (pre-TLS1.3)
description: >
TLS Client Authentication Leaks User Info (pre-TLS1.3)
posted: !!timestamp '2018-10-15'
created: !!timestamp '2018-10-15'
time: 10:54 AM
tags:


+ 1
- 0
content/2019/04/using-signal-on-server.html View File

@@ -2,6 +2,7 @@
title: Using Signal on a server
description: >
A guide to setting up signal on a machine to run automatic notifications.
posted: !!timestamp '2019-04-08'
created: !!timestamp '2019-04-08'
time: 1:54 PM
tags:


+ 1
- 0
content/2019/08/installing-freebsd-on-pc-engines-apu4c2.html View File

@@ -2,6 +2,7 @@
title: Installing FreeBSD on a PC Engines APU4C2
description: >
Installing FreeBSD on a PC Engines APU4C2
posted: !!timestamp '2019-08-08'
created: !!timestamp '2019-08-08'
time: 11:08 PM
tags:


+ 1
- 0
content/2021/07/CODEpendence-github.html View File

@@ -2,6 +2,7 @@
title: CODEpendence
description: >
How to surreptitiouslyinject code via submodules that use GitHub repos
posted: !!timestamp '2021-07-07'
created: !!timestamp '2021-07-07'
time: 11:16 AM
tags:


+ 1
- 0
content/2022/02/nearly-complete-rng-guide.html View File

@@ -2,6 +2,7 @@
title: Nearly Complete Guide to RNG on a microcontroller
description: >
How to initialize and run an RNG on an STM32L151CC microcontroller.
posted: !!timestamp '2022-02-12'
created: !!timestamp '2022-02-12'
time: 11:50 AM
tags:


+ 1
- 0
content/2022/11/tmux.html View File

@@ -1,6 +1,7 @@
---
title: tmux beginners guide
description: Quick simple beginners guide to using tmux
posted: !!timestamp '2022-11-15'
created: !!timestamp '2022-11-15'
time: 12:00 PM
tags:


+ 1
- 0
content/2022/12/making-freebsd-magnet-links.html View File

@@ -2,6 +2,7 @@
title: Making FreeBSD magnet links
description: >
Making FreeBSD magnet links
posted: !!timestamp '2022-12-07'
created: !!timestamp '2018-07-03'
time: 4:49 PM
updated: !!timestamp '2022-12-07'


+ 3
- 3
layout/base.j2 View File

@@ -63,12 +63,12 @@
<div class="w3-sidebar w3-animate-right w3-bar-block w3-collapse" id="mySidebar">
<button class="w3-bar-item w3-button" onclick="w3_close()"><b>Close</b> &times;</button>
{% set hierarchy = node.rwalk()|list %}
{% for yeargrp in hierarchy[-1].walk_resources_sorted_by_time()|groupby("meta.created.year")|reverse %}
{% for yeargrp in hierarchy[-1].walk_resources_sorted_by_time()|groupby("meta.posted.year")|reverse %}
<div class="w3-dropdown-hover w3-dropdown-click">
<button class="w3-button"><b>{{ yeargrp.grouper }}</b> ({{ yeargrp.list|count }}){# font awesome <i class="fa fa-caret-down"></i> #}</button>
<div class="w3-dropdown-content w3-bar-block">
{% for monthgrp in yeargrp.list|groupby("meta.created.month")|reverse %}
<b><button class="w3-button">{{ monthgrp.list[0].meta.created|date_format('%B') }}{# font awesome <i class="fa fa-caret-down"></i> #}</button></b>
{% for monthgrp in yeargrp.list|groupby("meta.posted.month")|reverse %}
<b><button class="w3-button">{{ monthgrp.list[0].meta.posted|date_format('%B') }}{# font awesome <i class="fa fa-caret-down"></i> #}</button></b>
{% for item in monthgrp.list %}
<div class="w3-dropdown-click w3-bar-block" style="margin-left: 0.75em;">
<a href="{{ itemurl(item) }}" class="no-tufte-underline w3-bar-item w3-button">{{ item.meta.title }}</a>


+ 1
- 1
site.yaml View File

@@ -45,7 +45,7 @@ publisher:
sorter:
time:
attr:
- meta.created
- meta.posted
reverse: true
filters:
source.kind: html


+ 1
- 0
template.html View File

@@ -2,6 +2,7 @@
title: A title
description: >
A description
posted: !!timestamp '2021-01-01'
created: !!timestamp '2021-01-01'
time: 12:00 PM
tags:


Loading…
Cancel
Save