You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 9, 2026. It is now read-only.
Wayne Graham edited this page Oct 15, 2019
·
1 revision
Posting items to the RSS feed for <ndsa.org> is a two step process. First, add the post to diglib.org and add it to the NDSA category. After the item as been posted in WordPress, go to your local computer and type the following:
If everything is OK, add, commit, and push the data to GitHub to be "live."
git add .
git commit -am "Add a new post"
git push
Note: All of these commands assume you have completely set up Jekyll, the SPREADSHEET_KEY env variable (in .env, and you have an authentication token set (this is done when you run rake the first time).