https://github.com/purpleturtlecreative/completionist
Asana integration plugin for WordPress.
https://github.com/purpleturtlecreative/completionist
free-plugin wordpress-plugin
Last synced: about 2 months ago
JSON representation
Asana integration plugin for WordPress.
- Host: GitHub
- URL: https://github.com/purpleturtlecreative/completionist
- Owner: PurpleTurtleCreative
- License: gpl-3.0
- Created: 2020-01-28T16:20:57.000Z (over 5 years ago)
- Default Branch: develop
- Last Pushed: 2024-10-20T16:29:21.000Z (7 months ago)
- Last Synced: 2024-10-20T19:33:30.756Z (7 months ago)
- Topics: free-plugin, wordpress-plugin
- Language: PHP
- Homepage: https://purpleturtlecreative.com/completionist/
- Size: 5.75 MB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 30
-
Metadata Files:
- Readme: docs/README.md
- Changelog: changelog.md
- License: license.txt
Awesome Lists containing this project
README
# Official Documentation
This GitHub Pages-powered site was created to document Purple Turtle Creative softwares.
*Check the site footer for copyright information.*
## Local Development
To make edits to this site, you'll need to use [**Ruby 2.7.X**](https://formulae.brew.sh/formula/[email protected]) until [Issue #752](https://github.com/github/pages-gem/issues/752) is resolved in the `github-pages` gem.
I'm on Mac OSX, using [Homebrew](https://brew.sh/). Add the appropriate version of Ruby to your path like such:
```bash
export PATH="/usr/local/opt/[email protected]/bin:/usr/local/lib/ruby/gems/[email protected]/bin:$PATH"
```You'll also need [Bundler](https://bundler.io/) by running `gem install bundler`.
Use the following commands to build or serve the site. Use `--verbose` if you're having issues or want more detailed output.
```bash
# Install gem dependencies
bundle
# Build only, output to /_site
bundle exec jekyll build
# Build and watch files, served at http://127.0.0.1:4000/
bundle exec jekyll serve
```