Skip to content

redbmk/okta-blog

 
 

Repository files navigation

Okta Developer Blog

The Okta Developer Blog is awesome. You should check it out! This is the source code repository for it.

If you're having problems running one of the tutorials for a blog post, please create an issue in this project, or leave a comment on the blog post.

If you have questions or need help with Okta's APIs or SDKs, please post to StackOverflow. If you think you've encountered a bug in one of our SDKs, please create a GitHub issue for that SDK.

If you are looking for Okta's developer documentation, that has moved to @okta/okta-developer-docs.

Contributing to the site

This site is built using Jekyll. Blog post updates, bug fixes, and PRs are all welcome!

The wiki will show you how to set up your local environment and how to deploy the site.

Building the site locally

Post Utilities

There are a number of scripts available to assist with content creation.

Create a new post

npm run post create [post-name] [format] [date]

Creates a new post under _source/_posts with the given name and populates it the file with a blank front matter template. Also creates a folder with the same name for images under _source/_assets/img/blog. Format can be md (default), adoc, or any file extension. If date is not specified, it will default to today's date.

Example:

npm run post create build-crud-app-with-nodejs

Stamp a post

npm run post stamp [date]

Finds the latest blog post and updates the post date to the date specified. Date should be in ISO format (e.g. 2019-08-31). If no date is specified, today's date is used.

Faster rendering for development

npm run dev

This command removes all posts from the local development environment except those dated within the last two weeks.

Restoring deleted posts before pushing to GitHub

Deleted posts are restored automatically before the push occurs. However, you can manually restore all deleted posts using the following.

npm run dev-restore

About

The Okta developer blog.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 70.0%
  • HTML 16.2%
  • JavaScript 11.7%
  • Ruby 1.8%
  • Shell 0.3%