Git Product home page Git Product logo

docs's Introduction

Skycoin documentation

Build Status

Skycoin is a next-generation cryptocurrency. Contents in this repository document how Skycoin improves upon Bitcoin and what parts of the OP Redecentralize and OP Darknet Plan it is supposed to address.

There are three types of documentation:

  1. User guides, tutorials, layman explanations (user-guides folder)
  2. Documentation of existing infrastructure and components (docs folder)
  3. RFCs, documentation and specifications for future infrastructure and components (future folder)

In this repository hugo is used to generate a static website from markdown files.

Refer to hugo documentation to get started.

Content: Create or Amend Posts

Look in the _data/ folder. Articles are written in markdown.

Locally, the web site can be previewed with:

make run

The web site will be available at http://localhost:1313/ immediately after. Notice that the port may be different if another service is bound to 1313.

To get started make sure that your posts compile without error. Check the formatting.

Then, commit the changes and push.

If there are no problems, then your pages at http://localhost:1313/ will automatically updated in a few minutes.

Themes: Layout and Styling

Skycoin Documentation web site uses a custom hugo theme with styling produced using SCSS, when editing any styles you must edit the .scss files only. If any changes are made to the SCSS partials within static/css/scss/, you must re-compile with the following commands.

Move into the theme directory

  cd themes/skycoin/

Install the dependencies such as node-sass

  yarn
  # or
  npm install

Compile and build the SCSS

  yarn build:css

docs's People

Contributors

akandaurov avatar eduardosanchezg avatar gz-c avatar iketheadore avatar kzviagina avatar ljesparis avatar m4yk3ldev avatar olemis avatar stdevedu avatar stdevstark avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.