aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--.gitignore3
-rw-r--r--README.md19
2 files changed, 22 insertions, 0 deletions
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 <jpappel.xyz>
+
+## 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