Skip to content

Latest commit

 

History

History
 
 

docs

Documentation of the eosDAC.io website

This website is a community effort. Everybody is welcome to propose changes or translations via Github pull requests. This git repository contains the source of the website (master branch), which can be used to generate the real website HTML-code, using the Jekyll static website generator and deploy the website to a web server (via deploy branch).

Here you can find out how to

Recommended tools

To work on the website all you need is a simple text editor (e.g. Notepad++), the GitHub Desktop tool (or a CLI git client) and a GitHub account.

To make your life easier, it is recommended to use an advanced text editor, supporting the Markdown syntax for text formatting and project wide full-text search, like VS Code or Atom. If not using an advanced editor, you should at least consider a Markdown online editor.

To run a local copy of the website, where you can see the live changes you make, you need to install the Ruby and Jekyll development tools.