Official website of sbd.ninja
My steps to build this website in couple of hours
- Open Terminal on Mac
- Install hugo
$ brew install hugo (on Mac)
- new a site by using hugo
$ hugo new site sbd.ninja-website
- Initial Git reop and install themes as submodule
$ cd sbd.ninja-website
$ git init
$ git submodule add https://github.com/christianmendoza/hugo-split-theme.git themes/hugo-split-theme
- Copy config file in exampleSite folder of theme hugo-split-theme to root folder
$ cp themes/hugo-split-theme/exampleSite/config.toml .
- Modify baseURL in config.toml from "/" to "https://bobdos.github.io/sbd.ninja-website/"
- add new field in config.toml for publishing all static files of the website into "docs" folder, for easily github page publish
echo 'publishDir = "docs"' >> config.toml
- Modify other necessary information in config.toml
- Preview the result
$ hugo server -t hugo-split-theme
- Generate the website into "docs"
$ hugo
- Commit and Push all files to github: https://github.com/bobdos/sbd.ninja-website
- In Github Settings -> GitHub Pages, modify Source to "master branch/docs folder"
- Then you can access your website through this address: https://bobdos.github.io/sbd.ninja-website/
- That's it. Easy?
sbd.ninja Info
sbd.ninja is an open-source cross-platform (Windows/Mac/iOS/Android) tool to query information from steem blockchain.
sbd.ninja v0.0.2 - Add Witness Info/Vote For Functions, Add Android Release