From 5e24ef726bf10fac4ad24cee27b9b1fa796cd6eb Mon Sep 17 00:00:00 2001 From: Jean-Pierre Appel Date: Mon, 25 Dec 2023 17:16:13 -0500 Subject: init repo --- .gitignore | 3 +++ README.md | 19 +++++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c8ff03a --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +public +resources +.hugo_build.lock diff --git a/README.md b/README.md new file mode 100644 index 0000000..a21b330 --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# jpappel.xyz + +A site rewrite for + +## TODO + +* [ ] landing page styling +* [ ] smarter usage of `katex.html` partial +* [x] utilities section +* [ ] rss feed for blog section +* [ ] rss link partial +* [ ] fix summaries for cards +* [x] add at rules for index.html +* [x] styling for recent posts (projects/research/blogs) + * make into three equal columns + * set paragraph width +* [x] blog layout layouts/blogs/single.html +* [x] change card class names to something more sensible +* [x] add image support for cards -- cgit v1.2.3