8000 GitHub - sangotaro/docs: :page_facing_up: Documentation for Growthbeat
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

sangotaro/docs

 
 

Repository files navigation

📄 Documentation for Growthbeat

wercker MIt License


Setup | Building | Usage | What's included | Development

Setup

Required software

Building

This documentaion site is powerd by Hugo hosted on Github Pages. To build a Hugo site you'll need to setup Golang and Hugo environment on your system. Please see Setup, If you are not familiar with Hugo, please check the Hugo quickstart guide.

Follow these steps to build Hugo site on your system:

$ git clone git@github.com:growthbeat/docs.git
$ cd docs
$ script/bootstrap
$ script/server

Usage

Write a new article

Follow these steps to post a new article:

# Write an article
$ script/post <File Name>.md
/path/to/docs/content/<File Name>.md created
# Writing
# commit
$ git add .
$ git commit -m "message"
$ git push

Update an article

After updating existing article in content, please change date. It is used as update date in this site.

Deployment

This blog uses wercker to deploy public to gh-pages branch automatically so you do not have to do it yourself. If you would like to know this configuration, please see wercker.yml. If you are not familiar with wercker, please check the wercker quickstart guide.

Development

  1. Fork it ( https://github.com/[my-github-username]/docs/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Versioning

For transparency into our release cycle and in striving to maintain backward compatibility, IT is maintained under the Semantic Versioning guidelines. Sometimes we screw up, but we'll adhere to those rules whenever possible.

License

MIT © SIROK, Inc

Whenever code for bdash is borrowed or inspired by awesome existing sources, we credit the original developer, designer or article in our code. Please create [issues][issue] if you think any credit is absent.

About

📄 Documentation for Growthbeat

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 87.4%
  • HTML 11.1%
  • Other 1.5%
0