mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-22 18:00:06 +01:00
note about content rake tasks
This commit is contained in:
parent
9c2c3c49f9
commit
ad8f6a2add
14
README.md
14
README.md
@ -16,6 +16,18 @@ You need to have the following tools installed on your development machine befor
|
|||||||
- [Ruby](https://www.ruby-lang.org) (for sanity, install with [rvm](https://rvm.io/)) and [Bundler](http://bundler.io/)
|
- [Ruby](https://www.ruby-lang.org) (for sanity, install with [rvm](https://rvm.io/)) and [Bundler](http://bundler.io/)
|
||||||
|
|
||||||
|
|
||||||
|
Content Creation
|
||||||
|
------------------
|
||||||
|
|
||||||
|
Some handy rake tasks creating the correct front matter for each content type:
|
||||||
|
|
||||||
|
New Content | Command
|
||||||
|
----------- | -----------
|
||||||
|
Post | `rake post -- Title`
|
||||||
|
Photo | `rake photo -- Title`
|
||||||
|
Link | `rake link -- Title`
|
||||||
|
|
||||||
|
|
||||||
Get up and running
|
Get up and running
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
@ -91,4 +103,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|||||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||||
THE SOFTWARE.
|
THE SOFTWARE.
|
||||||
|
Loading…
Reference in New Issue
Block a user