Skip to content

pixie-io/blog.px.dev

Repository files navigation

This repo contains the source code and content for the Pixie Blog website.

Reporting Issues

Submit any issues or enhancement requests by filing an issue. Please search for and review the existing open issues before submitting a new issue.

Contributing

We are excited to have you contribute to Pixie's blog!

Before contributing blog content, please file an issue outlining your intended additions.

Dev Setup

  1. Fork this repo.
  2. Create a directory in content/blogs.
  3. Add markdown files and media assets.
  4. To run in development mode, run the following commands:
yarn install
yarn develop
  1. Visit http://localhost:8000/ to view the local build of the blog.
  2. To generate a production build, run:
yarn install
yarn build
  1. Submit a PR against the upstream repo.

Markdown Guidelines

  • Update Author , Path, Title and Date
  • Update category as Guest Blogs, Pixie Team Blogs, Pixienaut Blogs
  • Try to keep your images to be less than 1MB and gifs less than 2MB

Deploy Previews

Once you submit a pull request to this repo, Netlify creates a deploy preview for the changes in the specific PR. You can view the deploy preview in the Netlify panel that appears under the PR description.

Publishing the Site

The Pixie website is published automatically by Netlify. Whenever changes are merged into the prod branch, Netlify re-builds and re-deploys the site.

Blog License

Creative Commons License
This work is licensed under a Creative Commons Attribution 4.0 International License.

Please note the Creative Commons Attribution 4.0 license applies to the creative work of this site (documentation, blog content, visual assets, etc.) and not to the underlying code and does not supersede any licenses of the source code, its dependencies, etc.