diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..213e0cb --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.jpg filter=lfs diff=lfs merge=lfs -text +*.jpeg filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore index f55456c..e791966 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ resources/ .hugo_build.lock *.log *.orig +*~ diff --git a/config.toml b/config.toml index d1063b9..9bd4378 100644 --- a/config.toml +++ b/config.toml @@ -30,6 +30,11 @@ name = 'Eryn Wells' name = 'Blog' url = '/blog/' weight = 10 + [[menu.main]] + identifier = 'photos' + name = 'Photos' + url = '/photos/' + weight = 20 [[menu.main]] identifier = 'about' name = 'About' @@ -53,6 +58,7 @@ description = 'Home page of Eryn Wells' [permalinks] blog = 'blog/:year/:month/:slug/' +photos = 'photos/:year/:month/:slug/' [taxonomies] category = 'categories' diff --git a/content/about/index.es.md b/content/about/index.es.md index 7348699..0253dde 100644 --- a/content/about/index.es.md +++ b/content/about/index.es.md @@ -1,5 +1,6 @@ --- title: "Hola! 👋🏻" +draft: false --- Me llamo Eryn. Mis pronombres son [ella/ella][p]. Esta es me página personal. Bienvenide. diff --git a/content/about/index.md b/content/about/index.md index 04ddb6e..ed28084 100644 --- a/content/about/index.md +++ b/content/about/index.md @@ -1,7 +1,7 @@ --- title: "Hi! 👋🏻" date: 2022-09-03T12:14:32-07:00 -draft: true +draft: false resources: - name: me src: me.jpeg diff --git a/content/about/me.jpeg b/content/about/me.jpeg index f0f7559..19aaae7 100644 Binary files a/content/about/me.jpeg and b/content/about/me.jpeg differ diff --git a/content/blog/2021/09/nihonmachi/images/buchanan.jpg b/content/blog/2021/09/nihonmachi/images/buchanan.jpg index 92d52be..f84a0e8 100644 Binary files a/content/blog/2021/09/nihonmachi/images/buchanan.jpg and b/content/blog/2021/09/nihonmachi/images/buchanan.jpg differ diff --git a/content/blog/2021/09/nihonmachi/images/ramen.jpg b/content/blog/2021/09/nihonmachi/images/ramen.jpg index 71aca2f..8a9f937 100644 Binary files a/content/blog/2021/09/nihonmachi/images/ramen.jpg and b/content/blog/2021/09/nihonmachi/images/ramen.jpg differ diff --git a/content/blog/2021/10/pnw-reunion-trip/friends.jpg b/content/blog/2021/10/pnw-reunion-trip/friends.jpg index b0a576b..e4e59d2 100644 Binary files a/content/blog/2021/10/pnw-reunion-trip/friends.jpg and b/content/blog/2021/10/pnw-reunion-trip/friends.jpg differ diff --git a/content/blog/2022/05/roguelikes-i-like/brogue.jpg b/content/blog/2022/05/roguelikes-i-like/brogue.jpg index ba22dc1..a6ba527 100644 Binary files a/content/blog/2022/05/roguelikes-i-like/brogue.jpg and b/content/blog/2022/05/roguelikes-i-like/brogue.jpg differ diff --git a/content/blog/2022/08/audio-scope-with-p5js/index.md b/content/blog/2022/08/audio-scope-with-p5js/index.md index c8928d6..142398b 100644 --- a/content/blog/2022/08/audio-scope-with-p5js/index.md +++ b/content/blog/2022/08/audio-scope-with-p5js/index.md @@ -23,11 +23,13 @@ visualizations. By the end, we'll have something like this: HTML has the ability to [embed audio][mdn-audio-tag] in a page with the `