{"id":19332455,"url":"https://github.com/yuchi/svbstantia","last_synced_at":"2026-06-17T17:33:41.080Z","repository":{"id":3745810,"uuid":"4820338","full_name":"yuchi/svbstantia","owner":"yuchi","description":"Simple substance-powered Node.js blog platform","archived":false,"fork":false,"pushed_at":"2012-06-28T13:08:01.000Z","size":136,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-06T18:56:13.747Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://yuchi.herokuapp.com/developing-svbstantia","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yuchi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-06-28T12:35:23.000Z","updated_at":"2013-11-10T13:12:18.000Z","dependencies_parsed_at":"2022-08-02T10:35:22.991Z","dependency_job_id":null,"html_url":"https://github.com/yuchi/svbstantia","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuchi%2Fsvbstantia","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuchi%2Fsvbstantia/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuchi%2Fsvbstantia/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuchi%2Fsvbstantia/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yuchi","download_url":"https://codeload.github.com/yuchi/svbstantia/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240434298,"owners_count":19800550,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-10T02:45:55.447Z","updated_at":"2026-06-17T17:33:36.052Z","avatar_url":"https://github.com/yuchi.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Svstantia\n=========\n\nSvstantia is a simple blog platform powered by\n[Substance.io](http://substance.io).\n\nEasily deployable to Heroku and configured.\n\n\n## Installing\n\nYou can install it via *npm*.\n\n    npm install svbstantia\n\n\n## Configuring\n\nTo configure Svbstantia simply `create` a new instance passing the\nconfiguration object as follows. Look the source code for more\ninformation.\n\n```javascript\n  var Svbstantia = require('svbstantia');\n\n  var port = process.env.PORT || 3000;\n\n  Svbstantia.create({\n    author: {\n      name: \"\u003c\u003c your fantastic name \u003e\u003e\",\n      email: \"\u003c\u003c your email address \u003e\u003e\",\n    },\n    name: \"\u003c\u003c the name of your awesome blog \u003e\u003e\",\n    username: \"\u003c\u003c your Substance.io username \u003e\u003e\",\n    app: {\n      port: port\n    },\n    ga: \"\u003c\u003c your Google Analytics TM token \u003e\u003e\"\n  }, function () {\n    console.log( \"Cool! Svbstantia started listening on port \" + port );\n  });\n```\n\n## License\n\nMIT licensed. [Read it](https://github.com/yuchi/svbstantia/raw/master/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyuchi%2Fsvbstantia","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyuchi%2Fsvbstantia","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyuchi%2Fsvbstantia/lists"}