Updated brand image, added favicon, finished movie posts template

This commit is contained in:
Marcus 2024-10-06 23:05:36 +00:00
parent 8f386c5b5a
commit 1c9cd3bd7e
11 changed files with 142 additions and 16 deletions

33
archetypes/movie.md Normal file

@ -0,0 +1,33 @@
---
title: '{{ replace .Name "-" " " | title }}'
date: {{ .Date }}
draft: true
series: "Frank's Couch"
summary: ""
imdb: ""
tags:
- gucci
- ghost theater
- marcel
- amc-south
- amc-lakeline
- anticipated
- no-expectations
- had pizza
---
{{< imdbposter >}}
| Date watched | |
|---------------------|-----------------------|
| Show Time | |
| Theater | |
| Theater Number | |
| Pizza | |
| Tickets | |
| Letterboxd Rating | |
| Crew | |
{{< /imdbposter >}}
This is where our review goes and we talk about life and stuff and how the world works.

@ -6,6 +6,26 @@ summary = 'A listing of the beer calls that I have remembered to write down in 2
series = "Luna Juice" series = "Luna Juice"
+++ +++
# Austin Beer Works (Sprinkle Valley) - October 3
| | |
| :------------------- | :---------------- |
| Location | 10300 Springdale Rd, Austin, TX 78754 |
| Beerlist | https://austinbeerworks.com/page/welcome-to-sprinkle-valley |
| Attendees | Marcus, Steve, Stephen, Marty, Martin, Martin's Wife and her Parents, Dan, Francis |
| Notes | Flavor Country, Vienna Lager, Floaty, IPA. Had a great time was fun to catch up with Martin. Wish I was keeping up with news more I only had kind of boring tech stuff to talk about. Marty got a cheese sticks order wasn't quite the snack we had hoped for the taco truck was closed bummer. |
# Pint House Pizza Burnet - September 26
| | |
| :------------------- | :---------------- |
| Location | 4729 Burnet Rd, Austin, TX 78756 |
| Beerlist | https://pinthouse.com/burnet/beer/beer-on-tap |
| Attendees | Marcus, Steve, Stephen, Stephen's Neighbor, Eric |
| Notes | Darker beer to start ended up with IPA |
# Burnet Go To - September 19 # Burnet Go To - September 19
| | | | | |
| :------------------- | :---------------- | | :------------------- | :---------------- |

@ -4,23 +4,26 @@ date: 2024-10-02T00:07:14Z
draft: false draft: false
series: "Frank's Couch" series: "Frank's Couch"
summary: "The boys catch Megalopolis at Gucci on a Saturday Afternoon." summary: "The boys catch Megalopolis at Gucci on a Saturday Afternoon."
imdb: "tt10128846"
tags: tags:
- gucci - gucci
- anticipated - anticipated
- had pizza - had pizza
--- ---
``` {{< imdbposter >}}
Date watched: September 28
Show Time: 3:55pm | Date watched | September 28 |
Theater: Gucci |---------------------|-------------------------|
Theater: 7 | Show Time | 3:55pm |
Pizza: Yes | Theater | Gucci |
Tickets: At Box Office | Theater Number | 7 |
Letterboxd: **** (4) | Pizza | Yes |
IMDB: title/tt10128846/ | Tickets | At Box Office |
Crew: Me, Coach T, Science Bro | Letterboxd Rating | **** (4) |
``` | Crew | Me, Coach T, Science Bro |
{{< /imdbposter >}}
We've gone to the movies as a group for around three years or something now. Seen some amazing heart warming films and some abosolute garbage. Even the worst of the worst is still a good time. The core people who go most of the time are Me, Coach T, and Science Bro while our friend MeHoneyBear used to be the one always getting us to go do something together. Additional folks who show up from time to time include Nurse Vegas and her man,Purple Oil Esquire, Dr Nasty, or a few others. We've gone to the movies as a group for around three years or something now. Seen some amazing heart warming films and some abosolute garbage. Even the worst of the worst is still a good time. The core people who go most of the time are Me, Coach T, and Science Bro while our friend MeHoneyBear used to be the one always getting us to go do something together. Additional folks who show up from time to time include Nurse Vegas and her man,Purple Oil Esquire, Dr Nasty, or a few others.

@ -0,0 +1,33 @@
---
title: 'Will and Harper'
date: 2024-10-05T16:26:32Z
draft: true
series: "Frank's Couch"
summary: ""
imdb: ""
tags:
- gucci
- ghost theater
- marcel
- amc-south
- amc-lakeline
- anticipated
- no-expectations
- had pizza
---
{{< imdbposter >}}
| Date watched | |
|---------------------|-----------------------|
| Show Time | |
| Theater | |
| Theater Number | |
| Pizza | |
| Tickets | |
| Letterboxd Rating | |
| Crew | |
{{< /imdbposter >}}
This is where our review goes and we talk about life and stuff and how the world works.

@ -1,20 +1,34 @@
--- ---
baseURL: https://mnw.sdf.org/blog/ baseURL: https://mnw.sdf.org/
title: mnw.sdf.org title: The Double Lunch Dispatch
languageCode: en languageCode: en
DefaultContentLanguage: en DefaultContentLanguage: en
theme: poison theme: poison
publishDir: /sdf/arpa/gm/m/mnw/html/blog publishDir: /sdf/arpa/gm/m/mnw/html
preserveTaxonomyNames: true preserveTaxonomyNames: true
paginate: 10 paginate: 10
favicon: favicon.ico
pluralizelisttitles: false pluralizelisttitles: false
params: params:
brand: Double Lunch Dispatch brand: Double Lunch Dispatch
remote_brand_image: https://mnw.sdf.org/blog/images/circular-me.png #remote_brand_image: https://mnw.sdf.org/blog/images/circular-me.png
#brand_image: /images/circular-me.png brand_image: "/images/circular-me-250.png"
description: There's still time to blog ... description: There's still time to blog ...
dark_mode: true dark_mode: true
description: "A blog about watching movies, drinking beers, and using technology."
keywords: "blog, movies, beers, technology, life experiences"
author:
name: "Marcus Wilson"
url: "https://mnw.sdf.org"
favicon: favicon.ico favicon: favicon.ico
lazy_load_images: true
schema:
blog:
"@context": "http://schema.org"
"@type": "Blog"
"name": "The Double Lunch Dispatch"
"description": "A blog covering movies, beers, technology, and life experiences."
"url": "https://mnw.sdf.org/"
menu: menu:
- Name: About - Name: About
URL: /about URL: /about

@ -1,4 +1,5 @@
{{ define "main" -}} {{ define "main" -}}
{{ partial "whoami.html" . }}
<div class="posts"> <div class="posts">
{{ $frontPageTypes := default (slice "posts") .Site.Params.front_page_content }} {{ $frontPageTypes := default (slice "posts") .Site.Params.front_page_content }}
{{ range (.Paginate (where .Site.RegularPages "Type" "in" $frontPageTypes)).Pages }} {{ range (.Paginate (where .Site.RegularPages "Type" "in" $frontPageTypes)).Pages }}

5
layouts/partials/whoami.html Executable file

@ -0,0 +1,5 @@
<h3>Welcome to the Double Lunch Dispatch<h3>
<div>
Unless noted all content is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.
</div>

@ -0,0 +1,17 @@
{{- $imdb := .Page.Params.imdb -}}
{{- $poster := printf "https://img.omdbapi.com/?i=%s&apikey=d9641e70" $imdb -}}
<div style="display: flex; justify-content: flex-start; align-items: flex-start;">
<!-- Left section: code block with viewing details -->
<div style="flex: 1; padding-right: 20px;">
{{ .Inner | markdownify }}
</div>
<!-- Right section: movie poster -->
<div style="flex-shrink: 0;">
<a href="https://www.imdb.com/title/{{ $imdb }}" target="_blank">
<img src="{{ $poster }}" alt="Movie Poster" style="width: 200px;" />
</a>
</div>
</div>

BIN
static/favicon.ico Normal file

Binary file not shown.

After

Width: 16px  |  Height: 16px  |  Size: 1.4 KiB

Binary file not shown.

After

(image error) Size: 92 KiB

Binary file not shown.

After

(image error) Size: 713 KiB