Skip to content

Commit

Permalink
Experiment with dates
Browse files Browse the repository at this point in the history
  • Loading branch information
RickCogley committed Nov 28, 2024
1 parent cd469f1 commit ecb7729
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 21 deletions.
43 changes: 22 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
[![Deploy to Deno Deploy](https://github.com/rickcogley/rick.cogley.jp/actions/workflows/deploy.yml/badge.svg)](https://github.com/rickcogley/rick.cogley.jp/actions/workflows/deploy.yml)

**Today is:** Monday, November 25, 2024
**Today is:** Friday, November 29, 2024

Rick Cogley's current events landing page page, generated via
«[Lume ルメ](https://lume.land/)» SSG using [Vento](https://vento.js.org/)
templates, and hosted on [Deno Deploy](https://deno.com/deploy) as static files.
Rick Cogley's current events landing page page, generated via «[Lume ルメ](https://lume.land/)» SSG using [Vento](https://vento.js.org/) templates, and hosted on [Deno Deploy](https://deno.com/deploy) as static files.

Many thanks to [Óscar Otero](https://oscarotero.com/), creator of Lume,
[Lume CMS](https://lume.land/cms/), and Vento, for his great work coding useful
tools, and for his help answering questions. 🙏🏻
Many thanks to [Óscar Otero](https://oscarotero.com/), creator of Lume, [Lume CMS](https://lume.land/cms/), and Vento, for his great work coding useful tools, and for his help answering questions. 🙏🏻

## Notes:

Expand All @@ -21,20 +17,25 @@ tools, and for his help answering questions. 🙏🏻

## Latest Statuses:

- [😎 Spent the evening working on making my GitHub profile dynamic using Lume SSG. https://rickcogley.github.io/rickcogley](https://rick.status.lol/674090be2957e)
- [🕊️ Netflix's The Diplomat is good stuff; loving the acting and banter. Twistiness makes you go back to watch earlier scenes.](https://rick.status.lol/673b15ef5661b)
- [👐 Kicking the Bluesky tires. https://bsky.app/profile/cogley.jp](https://rick.status.lol/672dcd8a48aad)
- [🚀 Testing lume CMS on a few sites, now on a vps so we get the benefit of live preview.](https://rick.status.lol/672ca9ac68461)
- [😑 We arranged for my MIL to live in a care home, and we all have mixed feelings, but she needs that kind of help.](https://rick.status.lol/672b4f07ca0b2)
* [💻 Subscribed to and am now kicking the tires on "CleanShot X". It's really fantastic screenshot software for Mac.](https://rick.status.lol/6747bc72c0a59)
* [😘 Enjoyed an evening celebrating our dog Maru the Shiba's 4th birthday. Happy birthday, little buddy!](https://rick.status.lol/67446268c9ec6)
* [😎 Spent the evening working on making my GitHub profile dynamic using Lume SSG. https://rickcogley.github.io/rickcogley](https://rick.status.lol/674090be2957e)
* [🕊️ Netflix's The Diplomat is good stuff; loving the acting and banter. Twistiness makes you go back to watch earlier scenes.](https://rick.status.lol/673b15ef5661b)
* [👐 Kicking the Bluesky tires. https://bsky.app/profile/cogley.jp](https://rick.status.lol/672dcd8a48aad)


## Stats:

| Item | Value |
| ------------------ | ---------------------------------------- |
| Total Files | 163 |
| Repo Size in MB | 16 |
| Lume Version | d2a1350268e749caf980995c06013e26414ebb5b |
| Deno Version | 2.1.1 |
| V8 Version | 13.0.245.12-rusty |
| Typescript Version | 5.6.2 |
| Timezone | Asia/Tokyo |
| Item | Value |
| --- | --- |
| Total Files | 163 |
| Repo Size in MB | 83 |
| Lume Version | d2a1350268e749caf980995c06013e26414ebb5b |
| Deno Version | 2.1.1 |
| V8 Version | 13.0.245.12-rusty |
| Typescript Version | 5.6.2 |
| Timezone | Asia/Tokyo |




4 changes: 4 additions & 0 deletions _config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ import brotli from "lume/plugins/brotli.ts";
import onDemand from "lume/plugins/on_demand.ts";
import cssBanner from "https://raw.githubusercontent.com/RickCogley/hibana/refs/heads/main/plugins/css_banner.ts?token=2";
import shuffle from "https://raw.githubusercontent.com/RickCogley/hibana/refs/heads/main/plugins/shuffle.ts?token=2";
// import fff from "lume/plugins/fff.ts";

const site = lume(
{
Expand Down Expand Up @@ -95,6 +96,9 @@ site.use(cssBanner({
message: "===rickcogley - css jokes are always in style===",
}));
site.use(shuffle());
// site.use(fff({
// date: "published", // Create the variable 'published' from the variable 'date'
// }));

// site.filter("shuffle", <T>(array: T[] = []) => {
// for (let i = array.length - 1; i >= 0; i--) {
Expand Down
1 change: 1 addition & 0 deletions src/index.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
layout: layouts/index.vto
title: Landing
date: Git Last Modified
created: Git Created
id: home
lang: ja
metas:
Expand Down

0 comments on commit ecb7729

Please sign in to comment.