GithubHelp home page GithubHelp logo

blog's Introduction

skycoin blog logo

Skycoin Blog

https://blog.skycoin.net/

This blog uses hugo to generate a static website from markdown files.

Refer to hugo documentation for full detail.

Translation Bounty Program

If you are here for the translation bounty program and need help submitting a translation, follow this guide (pdf):

Skycoin Blog Github Translation Instructions

Content: Create or Amend Posts

Look in the content/ folder. Posts are written in markdown.

Locally, the blog can be previewed with:

hugo serve

Make sure that your posts compile without error. Check the formatting.

Then, commit the changes and push.

If there are no problems, then https://blog.skycoin.net/ will automatically update in a few minutes.

Translations

https://gohugo.io/content-management/multilingual/

If the language is not currently supported by the blog, add a language config statement to config.toml (see the file for an example).

The blog posts are in a subdirectory in content/. To add a translation of an existing post, change the extension from .md to .$LANG.md.

For example, to add a German translation of content/statement/Skycoin Distribution.md, name the file content/statement/Skycoin Distribution.de.md.

Themes: Layout and Styling

Skycoin Blog 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

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.