Browse Source

v0.8.6: update links, deps, and license

v1.0
AJ ONeal 6 years ago
parent
commit
416484db42
  1. 6
      README.md
  2. 16
      package.json

6
README.md

@ -23,8 +23,8 @@ If you want instructions for the web interface, head over to [DearDesi](http://d
Command Line Install (for developers)
--------------------
This assumes that you already have `git` and `iojs` (or `node`) installed,
otherwise see [iojs-install-script](https://github.com/coolaj86/iojs-install-script)
This assumes that you already have `git` and `node` installed,
otherwise see [node-installer.sh](https://git.coolaj86.com/coolaj86/node-installer.sh)
```
# Install with distributed tools on a decentralized system
@ -100,7 +100,7 @@ Obviously this is a little different for everyone, so here's what I'd recommend:
3. edit `config.yml` to add a config with a permalink with your collections (posts, articles, essays, whatever you call them)
4. skip ahead to the *Setup your blog* section and make sure your `site.yml` and `authors/xxx.yml` are correct.
5. run `desi build -d /path/to/blog` to test if there are any issues with your existing yaml
* if there are, you can take a look at the [normalize](https://github.com/DearDesi/desirae/blob/master/lib/transform-core.js#L72) function and perhaps hand-edit a few things (and when you're ready, you can [register your transform](https://github.com/DearDesi/deardesi/blob/master/bin/deardesi.js#L28) for collections.
* if there are, you can take a look at the [normalize](https://github.com/DearDesi/desirae/blob/master/lib/transform-core.js#L72) function and perhaps hand-edit a few things (and when you're ready, you can [register your transform](https://github.com/DearDesi/deardesi/blob/master/bin/deardesi.js#L28) for collections.
6. Now copy over your theme and set it to be the default in `site.yml`
7. build again. Your site probably won't look right:
* look for stuff like `urls.base_url`, `host`, `page.url` that might have an extra `/` at the beginning or end or be named slightly differently.

16
package.json

@ -1,6 +1,6 @@
{
"name": "desi",
"version": "0.8.5",
"version": "0.8.6",
"description": "A nice, friendly tool to help you get set up and start blogging, built on the Desirae blogging platform",
"main": "server.js",
"scripts": {
@ -12,7 +12,7 @@
},
"repository": {
"type": "git",
"url": "https://git.daplie.com/Daplie/deardesi.git"
"url": "https://git.coolaj86.com/coolaj86/deardesi.js.git"
},
"keywords": [
"dear",
@ -30,12 +30,12 @@
"nanoc",
"octopress"
],
"author": "AJ ONeal <aj@daplie.com> (https://coolaj86.com/)",
"license": "Apache2",
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
"license": "(MIT OR ISC OR Apache-2.0)",
"bugs": {
"url": "https://git.daplie.com/DearDesi/deardesi/issues"
"url": "https://git.coolaj86.com/coolaj86/deardesi.js/issues"
},
"homepage": "https://git.daplie.com/Daplie/deardesi",
"homepage": "https://git.coolaj86.com/coolaj86/deardesi.js",
"dependencies": {
"bluebird": "^2.6.4",
"body-parser": "^1.10.1",
@ -44,8 +44,8 @@
"connect": "^3.3.4",
"connect-query": "^0.2.0",
"connect-send-json": "^1.0.0",
"desirae": "git+https://git.daplie.com/Daplie/desirae.git#v1",
"desirae-datamap-ruhoh": "git+https://git.daplie.com/Daplie/desirae-datamap-ruhoh.git#v1",
"desirae": "^0.11.4",
"desirae-datamap-ruhoh": "v1.0.6",
"foreachasync": "^5.0.5",
"fs.extra": "^1.3.0",
"jade": "^1.9.1",

Loading…
Cancel
Save