Skip to content

Commit

Permalink
Merge pull request #2146 from DTrim99/DTrim99/issue2145
Browse files Browse the repository at this point in the history
Uploading TCJA Extension Blog Post
  • Loading branch information
MaxGhenis authored Oct 28, 2024
2 parents 3edfc10 + 119ce61 commit 6280f52
Show file tree
Hide file tree
Showing 5 changed files with 225 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ deploy: build deploy-setup

format:
black . -l 79
npm run fix
npm run fix
Binary file added src/images/posts/tcja-extension.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions src/posts/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Instructions for adding posts

_This only currently works on Unix/Mac. `mediumexporter` creates corrupted files on Windows._

1. Publish a post to Medium (any site will do but preferably blog.policyengine.org).[^1]
2. Ensure `npm install -g mediumexporter` is installed.
3. Run `mediumexporter {url_of_post} > src/posts/articles/{slug}.md`.[^2]
Expand Down
Loading

0 comments on commit 6280f52

Please sign in to comment.