Skip to content

Commit

Permalink
Merge pull request #26 from reednel/develop
Browse files Browse the repository at this point in the history
drinks, styling
  • Loading branch information
Reed Nelson authored Aug 19, 2023
2 parents 8935a48 + 210ca53 commit 3fa0ec7
Show file tree
Hide file tree
Showing 84 changed files with 764 additions and 300 deletions.
2 changes: 1 addition & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import config from "./src/config/config.json";

// https://astro.build/config
export default defineConfig({
site: config.site.base_url ? config.site.base_url : "http://examplesite.com",
site: config.site.base_url ? config.site.base_url : "http://reednel.com",
base: config.site.base_path ? config.site.base_path : "/",
trailingSlash: config.site.trailing_slash ? "always" : "never",
integrations: [
Expand Down
Binary file added public/assets/drink/berlin.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/drink/boulevardier.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/drink/bourbon-bash.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/drink/clark-old-fashioned.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/drink/cosmopolitan.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/drink/hotel-georgia.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/drink/la-louisiane.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/drink/london-gypsy.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/drink/lucien-gaudin.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/drink/martinez.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/assets/drink/martini.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/drink/trinidad-sour.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/drink/vieux-carre.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/drink/whiskey-daisy.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/drink/whiskey-smash.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/drink/wisconsin-old-fashioned.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion public/robots.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
User-agent: *
Allow: /

Disallow: /api/*
Disallow: /api/*

Sitemap: https://reednel.com/sitemap-index.xml
3 changes: 2 additions & 1 deletion src/config/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"sticky_header": false,
"theme_switcher": true,
"default_theme": "system",
"pagination": 4,
"blog_pagination": 4,
"drink_pagination": 6,
"summary_length": 200,
"blog_folder": "blog",
"drink_folder": "drink"
Expand Down
8 changes: 4 additions & 4 deletions src/content/about/-index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: "Reed Nelson"
meta_title: "About"
description: "this is meta description"
image: "/assets/about/reed.jpg"
title: Reed Nelson
meta_title: About
description: About Reed Nelson.
image: /assets/about/reed.jpg
draft: false
---

Expand Down
6 changes: 3 additions & 3 deletions src/content/blog/-index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Blog Posts"
meta_title: ""
description: "this is meta description"
title: Blog Posts
meta_title: Blog
description: Reed Nelson's blog.
---
13 changes: 6 additions & 7 deletions src/content/blog/crypto.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
---
title: "Cryptography"
meta_title: ""
description: "none"
title: Cryptography
meta_title: Cryptography
description: none
date: 2022-08-30T05:00:00Z
image: ""
categories: ["Cryptography"]
author: "Reed Nelson"
tags: ["crypto"]
categories: [Cryptography]
author: Reed Nelson
tags: [crypto]
complexity: 1
draft: true
---
Expand Down
13 changes: 6 additions & 7 deletions src/content/blog/debruijn.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
---
title: "De Bruijn Sequences"
meta_title: ""
description: "De Bruijn sequences make up a niche topic at an intersection of graph theory and combinatorics. We will discuss some of the properties of these sequences, and their surprising applications."
title: De Bruijn Sequences
meta_title: De Bruijn Sequences
description: De Bruijn sequences make up a niche topic at an intersection of graph theory and combinatorics. We will discuss some of the properties of these sequences, and their surprising applications.
date: 2021-05-05T06:00:00Z
image: ""
categories: ["Mathematics"]
author: "Reed Nelson"
tags: ["math", "graph"]
categories: [Mathematics]
author: Reed Nelson
tags: [math, graph]
complexity: 1.5
draft: false
---
Expand Down
13 changes: 6 additions & 7 deletions src/content/blog/dh.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
---
title: "Diffie Hellman"
meta_title: ""
description: "none"
title: Diffie Hellman
meta_title: Diffie Hellman
description: none
date: 2022-07-10T05:00:00Z
image: ""
categories: ["Cryptography"]
author: "Reed Nelson"
tags: ["math", "crypto"]
categories: [Cryptography]
author: Reed Nelson
tags: [math, crypto]
complexity: 1
draft: true
---
Expand Down
13 changes: 6 additions & 7 deletions src/content/blog/dharma.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
---
title: "A Theory on Dharma"
meta_title: ""
description: "Who are you meant to be? Is that who you are? How can you become that person? We discuss an actionable guide to answering these questions, which is based on the teachings of the Bhagavad Gita."
title: A Theory on Dharma
meta_title: A Theory on Dharma
description: Who are you meant to be? Is that who you are? How can you become that person? We discuss an actionable guide to answering these questions, which is based on the teachings of the Bhagavad Gita.
date: 2020-10-10T05:00:00Z
image: ""
categories: ["Philosophy"]
author: "Reed Nelson"
tags: ["dharma", "purpose"]
categories: [Philosophy]
author: Reed Nelson
tags: [dharma, purpose]
complexity: 1
draft: false
---
Expand Down
13 changes: 6 additions & 7 deletions src/content/blog/ent.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
---
title: "Fun Problems in Number Theory"
meta_title: ""
description: "none"
title: Fun Problems in Number Theory
meta_title: Fun Problems in Number Theory
description: Number Theory contains a rich set of interesting problems, some suitable for you or I, some entirely unsolvable. This unconventional post is a selection of my favorite problems, along with my solutions to them.
date: 2023-08-07T05:00:00Z
image: ""
categories: ["Mathematics"]
author: "Reed Nelson"
tags: ["math", "puzzles"]
categories: [Mathematics]
author: Reed Nelson
tags: [math, puzzles]
complexity: 0
draft: true
---
Expand Down
13 changes: 6 additions & 7 deletions src/content/blog/huffman.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
---
title: "Huffman Compression"
meta_title: ""
description: "Data compression is a process of modifying the representation of some information so that it can be stored using less data. We discuss how information is quantified (entropy), and a simple, speedy, and greedy compression algorithm (the Huffman Coding)."
title: Huffman Compression
meta_title: Huffman Compression
description: Data compression is a process of modifying the representation of some information so that it can be stored using less data. We discuss how information is quantified (entropy), and a simple, speedy, and greedy compression algorithm (the Huffman Coding).
date: 2022-06-30T05:00:00Z
image: ""
categories: ["Cryptography"]
author: "Reed Nelson"
tags: ["math", "crypto", "information-theory"]
categories: [Cryptography]
author: Reed Nelson
tags: [math, crypto, information-theory]
complexity: 1.7
draft: false
---
Expand Down
13 changes: 6 additions & 7 deletions src/content/blog/language.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
---
title: "Topics in Language and Meaning"
meta_title: ""
description: "This post is a crash course on the introductory topics in the Philosophy of Language and Meaning. If you're a natural language speaker, then in a sense, you're already an expert on these topics!"
title: Topics in Language and Meaning
meta_title: Topics in Language and Meaning
description: This post is a crash course on the introductory topics in the Philosophy of Language and Meaning. If you're a natural language speaker, then in a sense, you're already an expert on these topics!
date: 2021-04-04T05:00:00Z
image: ""
categories: ["Philosophy"]
author: "Reed Nelson"
tags: ["language"]
categories: [Philosophy]
author: Reed Nelson
tags: [language]
complexity: 1.2
draft: false
---
Expand Down
13 changes: 6 additions & 7 deletions src/content/blog/love.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
---
title: "The Psychology of Love"
meta_title: ""
description: "In this post, we discuss a General Theory of Love, which makes bold and uplifting claims about the power of the emotional mind. Whether or not the theory is completely true, there are valuable ideas to be gleaned."
title: The Psychology of Love
meta_title: The Psychology of Love
description: In this post, we discuss a General Theory of Love, which makes bold and uplifting claims about the power of the emotional mind. Whether or not the theory is completely true, there are valuable ideas to be gleaned.
date: 2020-02-14T05:00:00Z
image: ""
categories: ["Psychology"]
author: "Reed Nelson"
tags: ["psychology", "philosophy", "love"]
categories: [Psychology]
author: Reed Nelson
tags: [psychology, philosophy, love]
complexity: 1.1
draft: false
---
Expand Down
13 changes: 6 additions & 7 deletions src/content/blog/microbiome.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
---
title: "Microbiome Network Alignment"
meta_title: ""
description: "none"
title: Microbiome Network Alignment
meta_title: Microbiome Network Alignment
description: none
date: 2022-08-15T05:00:00Z
image: ""
categories: ["Mathematics"]
author: "Reed Nelson"
tags: ["math", "biology", "graph"]
categories: [Mathematics]
author: Reed Nelson
tags: [math, biology, graph]
complexity: 1
draft: true
---
Expand Down
13 changes: 6 additions & 7 deletions src/content/blog/phenomenology.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
---
title: "Artificial Consciousness and Phenomenology"
meta_title: ""
description: "To identify the requirements for a conscious machine, I believe we ought to look beyond mechanical scientific accounts of what makes a human human. Using a phenomenological approach to this subject, we stand to better express what is necessary for a true, human-level artificial consciousness."
title: Artificial Consciousness and Phenomenology
meta_title: Artificial Consciousness and Phenomenology
description: To identify the requirements for a conscious machine, I believe we ought to look beyond mechanical scientific accounts of what makes a human human. Using a phenomenological approach to this subject, we stand to better express what is necessary for a true, human-level artificial consciousness.
date: 2022-04-07T05:00:00Z
image: ""
categories: ["Philosophy"]
author: "Reed Nelson"
tags: ["ai"]
categories: [Philosophy]
author: Reed Nelson
tags: [ai]
complexity: 1.2
draft: false
---
Expand Down
13 changes: 6 additions & 7 deletions src/content/blog/power.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
---
title: "The Will to Power"
meta_title: ""
description: "Friedrich Nietzsche is one of the most significant philosophers of all time. Here we discuss Nietzsche's invigorating and liberating philosophy for living."
title: The Will to Power
meta_title: The Will to Power
description: Friedrich Nietzsche is one of the most significant philosophers of all time. Here we discuss Nietzsche's invigorating and liberating philosophy for living.
date: 2021-09-25T05:00:00Z
image: ""
categories: ["Philosophy"]
author: "Reed Nelson"
tags: ["purpose", "power", "nietzsche"]
categories: [Philosophy]
author: Reed Nelson
tags: [purpose, power, nietzsche]
complexity: 1.1
draft: false
---
Expand Down
13 changes: 6 additions & 7 deletions src/content/blog/rsa.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
---
title: "RSA Encryption"
meta_title: ""
description: "You use the RSA encryption scheme every day. It's simple enough to understand, but quite powerful. In this post, we discuss the basics of ciphersystems, public key encryption, and why RSA works so well."
title: RSA Encryption
meta_title: RSA Encryption
description: You use the RSA encryption scheme every day. It's simple enough to understand, but quite powerful. In this post, we discuss the basics of ciphersystems, public key encryption, and why RSA works so well.
date: 2022-06-10T05:00:00Z
image: ""
categories: ["Cryptography"]
author: "Reed Nelson"
tags: ["math", "crypto"]
categories: [Cryptography]
author: Reed Nelson
tags: [math, crypto]
complexity: 1.5
draft: false
---
Expand Down
6 changes: 3 additions & 3 deletions src/content/drink/-index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Drinks"
meta_title: ""
description: "this is meta description"
title: Drinks
meta_title: Drinks
description: A selection of good cocktails.
---
15 changes: 6 additions & 9 deletions src/content/drink/drink.md → src/content/drink/_drink.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,19 @@ title: Drink
meta_title: Drink
author: Reed Nelson
draft: true
description: description
description: recipe.
image: /assets/drink/.jpg

spirits: [spirit]
bottles: [bottle1, bottle2]
tags: [tag1, tag2]
bottles: [bottle]
tags: [tag]

ingredients:
list:
- ingredient1
- ingredient2
- Ingredient
qty:
- qty1
- qty2
- qty

instructions:
- Step1
- Step2
- Step
---
6 changes: 3 additions & 3 deletions src/content/drink/amaretto-sour.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Amaretto Sour
meta_title: Amaretto Sour
author: Reed Nelson
draft: false
description: description
description: Amaretto Sour recipe.
image: /assets/drink/amaretto-sour.jpg

spirits: [whiskey]
Expand All @@ -19,9 +19,9 @@ ingredients:
- Egg white
qty:
- 1 oz
- 1.5 oz
- 1 1/2 oz
- 1 oz
- 0.5 oz
- 1/2 oz
- "1"

instructions:
Expand Down
27 changes: 27 additions & 0 deletions src/content/drink/berlin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
title: Berlin
meta_title: Berlin
author: Reed Nelson
draft: false
description: Berlin recipe.
image: /assets/drink/berlin.jpg

spirits: [whiskey]
bottles: [sweet-vermouth, benedictine]
tags: [spirit-forward]

ingredients:
list:
- Rye
- Sweet vermouth
- Benedictine
qty:
- 1 1/2 oz
- 3/4 oz
- 3/4 oz

instructions:
- Combine all ingredients in a mixing glass with ice.
- Stir until well chilled.
- Serve neat or on a rock.
---
27 changes: 27 additions & 0 deletions src/content/drink/boulevardier.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
title: Boulevardier
meta_title: Boulevardier
author: Reed Nelson
draft: false
description: Boulevardier recipe.
image: /assets/drink/boulevardier.jpg

spirits: [whiskey]
bottles: [sweet-vermouth, campari]
tags: [classic, spirit-forward, bitter]

ingredients:
list:
- Bourbon
- Sweet vermouth
- Campari
qty:
- 1 1/2 oz
- 3/4 oz
- 3/4 oz

instructions:
- Combine all ingredients in a mixing glass with ice.
- Stir until well chilled.
- Serve neat or on a rock.
---
Loading

0 comments on commit 3fa0ec7

Please sign in to comment.