Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jnordberg/selfsteem
Self-hosted steem blockchain powered blog
https://github.com/jnordberg/selfsteem
Last synced: 4 days ago
JSON representation
Self-hosted steem blockchain powered blog
- Host: GitHub
- URL: https://github.com/jnordberg/selfsteem
- Owner: jnordberg
- License: gpl-3.0
- Created: 2017-06-13T00:08:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-05T15:53:09.000Z (about 6 years ago)
- Last Synced: 2024-11-02T01:42:12.846Z (11 days ago)
- Language: TypeScript
- Size: 1.66 MB
- Stars: 30
- Watchers: 8
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
SelfSteem
=========Standalone blog powered by the [Steem blockchain](https://steem.io). Built with [Wintersmith](https://github.com/jnordberg/wintersmith).
The output is static html, js and css that can be hosted anywhere.
**[Demo here](https://jnordberg.github.io/selfsteem/)**
Setup instructions
------------------Download and install [node.js](https://nodejs.org).
Download or clone this repository then run:
```
npm install
```Now you can start the preview server by running:
```
npm run preview
```When the server is running you can point your browser to http://localhost:8080 and start editing. Then run:
```
npm run build
```And your static will be built and placed in `build/` ready to be copied to your webserver or webhosting provider.
Configuration
-------------First change the `username`, `title` and `author` settings in `config.json`. Note that changes to `config.json` will require a server restart to take effect.
Localization
------------To add another language add your language code to `i18n.locales` in `config.json` and set the `locale` to that code. A new strings file will be created as `locales/.json` when you start the server.
And please create a PR with any new locales you create.
---
Made by [Johan Nordberg](https://twitter.com/almost_digital) ([@almost-digtal](https://steemit.com/@almost-digital) on steem)