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
View 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.

View File

@ -6,6 +6,26 @@ summary = 'A listing of the beer calls that I have remembered to write down in 2
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
| | |
| :------------------- | :---------------- |

View File

@ -4,23 +4,26 @@ date: 2024-10-02T00:07:14Z
draft: false
series: "Frank's Couch"
summary: "The boys catch Megalopolis at Gucci on a Saturday Afternoon."
imdb: "tt10128846"
tags:
- gucci
- anticipated
- had pizza
---
```
Date watched: September 28
Show Time: 3:55pm
Theater: Gucci
Theater: 7
Pizza: Yes
Tickets: At Box Office
Letterboxd: **** (4)
IMDB: title/tt10128846/
Crew: Me, Coach T, Science Bro
```
{{< imdbposter >}}
| Date watched | September 28 |
|---------------------|-------------------------|
| Show Time | 3:55pm |
| Theater | Gucci |
| Theater Number | 7 |
| Pizza | Yes |
| Tickets | At Box Office |
| 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.

View File

@ -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.

View File

@ -1,20 +1,34 @@
---
baseURL: https://mnw.sdf.org/blog/
title: mnw.sdf.org
baseURL: https://mnw.sdf.org/
title: The Double Lunch Dispatch
languageCode: en
DefaultContentLanguage: en
theme: poison
publishDir: /sdf/arpa/gm/m/mnw/html/blog
publishDir: /sdf/arpa/gm/m/mnw/html
preserveTaxonomyNames: true
paginate: 10
favicon: favicon.ico
pluralizelisttitles: false
params:
brand: Double Lunch Dispatch
remote_brand_image: https://mnw.sdf.org/blog/images/circular-me.png
#brand_image: /images/circular-me.png
#remote_brand_image: https://mnw.sdf.org/blog/images/circular-me.png
brand_image: "/images/circular-me-250.png"
description: There's still time to blog ...
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
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:
- Name: About
URL: /about

View File

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

5
layouts/partials/whoami.html Executable file
View 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>

View File

@ -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:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 92 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 713 KiB