A DIY blog platform for wizards and muggles.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
AJ ONeal caf7f5a683 Create site.yml 9 years ago
bin updated themes, fixed some text output 9 years ago
components updated to latest 9 years ago
example Create site.yml 9 years ago
views fix content typo 9 years ago
.gitignore updated to latest, fixed minor bugs 9 years ago
.gitmodules separating deardesi/desirae 9 years ago
.jshintrc separating deardesi/desirae 9 years ago
LICENSE Initial commit 9 years ago
README.md Update README.md 9 years ago
app.js separating deardesi/desirae 9 years ago
bower.json v0.8.0 9 years ago
desirae-http-api.js works with desirae v0.9.0 as module 9 years ago
favicon.ico add favicon, fix code block 9 years ago
index.html transitioning to desirae v1 9 years ago
package.json v0.8.0 9 years ago
server.js works with desirae v0.9.0 as module 9 years ago
setup.sh let the user know install was successful 9 years ago

README.md

Not a Web Developer?

You're in the wrong place. Go to http://dear.desi and follow the instructions there.

Dear Desi

A nice, friendly tool to help you get set up and start blogging with Desirae

Front-end written in AngularJS, back-end in Node.js

Install and Usage

If you're on OS X or Linux, it's as easy as pie to install and use Desirae.

First install io.js (or node.js), if you haven't already.

# io.js

echo "v1.0.3" > /tmp/IOJS_VER
curl -fsSL bit.ly/easy-install-iojs | bash

# node.js

echo "v0.11.14" > /tmp/NODE_VER
curl -fsSL bit.ly/easy-install-node | bash

Then install desi

npm install -g desi

And create a copy of the desirae-seed

git clone git@github.com:DearDesi/desirae-blog-template.git ~/my-desirae-blog
pushd ~/my-desirae-blog

git submodule init
git submodule update

And now fire up Dear Desi to get started

desi serve -d ~/my-desirae-blog

Now open up your evergreen browser to http://local.dear.desi:65080

Commandline

Once you've done the initial setup in the browser, you can run desi from the commandline

NOTE: You can omit the -d if you are already in your blog directory.

Build Production Site

You must set base_path and base_url in site.yml before attempting to build.

desi build -d ~/my-desirae-blog

Outputs to ~/my-desirae-blog/compiled

Create a new Post

desi post "My First Post" -d ~/my-desirae-blog

Outputs to ~/my-desirae-blog/posts/my-first-post.md