From 085cc9817e4dfb12c73a0932089a8736f6782b10 Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Tue, 25 Aug 2020 12:28:00 -0400 Subject: [PATCH] Push a link to the demo repo --- _posts/2020-08-23-Notetaking-with-LaTeX.md | 2 ++ assets/css/page.css | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/_posts/2020-08-23-Notetaking-with-LaTeX.md b/_posts/2020-08-23-Notetaking-with-LaTeX.md index 9eb9360..f5d7a50 100644 --- a/_posts/2020-08-23-Notetaking-with-LaTeX.md +++ b/_posts/2020-08-23-Notetaking-with-LaTeX.md @@ -9,6 +9,8 @@ redirect_from: - /68df02l4/ --- +*You can view my public demo for this post [here](https://github.com/Ewpratten/school-notes-demo)* + Recently, I have been on a bit of a mission to improve my school workflow with software. Over the past month, I have built a cleaner [student portal](https://github.com/Ewpratten/student_portal#unofficial-tvdsb-student-portal-webapp) for my school and [written a tool](https://github.com/Ewpratten/timeandplace-api#timeandplace-api--cli-application) for automating in-class attendance. Alongside working on these projects, I have also been refining my notetaking system for school. Since 9th grade, I have been taking notes in a private GitHub repository in markdown, and have been compiling them to HTML using a makefile for each course. While this system has worked ok, It has been far from perfect. Recently, I have been working very hard to give this system a much-needed upgrade. Here is the new tech stack: diff --git a/assets/css/page.css b/assets/css/page.css index 7ecdb74..f4d4974 100644 --- a/assets/css/page.css +++ b/assets/css/page.css @@ -40,6 +40,10 @@ iframe { color: var(--color-dark-purple); } +.inner-content-container>p{ + text-align: justify; +} + /* .inner-content-container>p>a { position: relative; display: inline-block;