This repo contains the source code and content for the Pixie Blog website.
Submit any issues or enhancement requests by filing an issue. Please search for and review the existing open issues before submitting a new issue.
We are excited to have you contribute to Pixie's blog!
Before contributing blog content, please file an issue outlining your intended additions.
- Fork this repo.
- Create a directory in
content/blogs
. - Add markdown files and media assets.
- To run in development mode, run the following commands:
yarn install
yarn develop
- Visit
http://localhost:8000/
to view the local build of the blog. - To generate a production build, run:
yarn install
yarn build
- Submit a PR against the upstream repo.
- Update
Author
,Path
,Title
andDate
- 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
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.
The Pixie website is published automatically by Netlify. Whenever changes are merged into the prod
branch, Netlify re-builds and re-deploys the site.
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.