No description
Find a file
2017-04-10 22:08:54 -06:00
404 aded 404 2017-02-25 22:01:06 +07:00
_colors feat: Styling home page 2016-09-05 06:28:22 -04:00
_components style guide update, fix fonts after build process reorg (#17) 2016-09-20 12:56:26 -04:00
_data Revert "Revert "more fixes and edits"" 2017-04-10 22:08:54 -06:00
_drafts merged 2017-03-10 10:58:26 +07:00
_i18n Revert "Revert "more fixes and edits"" 2017-04-10 22:08:54 -06:00
_includes fixed all footer 2017-04-04 22:24:52 +07:00
_layouts /network page tables JS refactor & cleanup. Updates ESLINT rules, adds htmlproof & eslint to build process, adds window.global.siteApi url defined from _config.yml 2017-03-23 22:56:58 -06:00
_plugins Adds RSS feed generator plugin & cleanup of ampersands in posts to enable successful build of rss. Lands in /rss/dash_blog_rss.xml 2017-03-18 22:59:54 -06:00
_posts Lots of cleanup: 2017-02-02 22:49:14 -07:00
assets Revert "Revert "more fixes and edits"" 2017-04-10 22:08:54 -06:00
blog fixes rss feed 2017-04-05 23:50:07 -06:00
buy added dummy data for buy page 2017-03-01 00:40:07 +07:00
community merged 2017-03-10 10:58:26 +07:00
contact bugfix - ampersand entities 2017-03-19 05:04:26 +00:00
contribute refactors paths: 2017-02-02 23:16:53 -07:00
evolution Update Evo page: swap consumers and merchant sectons 2017-02-06 02:34:44 +00:00
exchanges added exchanges page 2017-03-02 01:13:46 +07:00
get-dash new Exchange / Broker 2017-03-26 11:11:41 +08:00
governance config - removing dos newlines 2017-02-24 16:14:09 +00:00
graphics added download btn for graphic page 2017-03-20 21:08:39 +07:00
legal fixed kiosk buttons 2017-04-04 09:02:37 +08:00
masternodes added content for masternodes 2017-02-25 01:20:19 +07:00
merchants fixed tasks from google sheets 2017-02-02 03:59:09 +07:00
mining removed js code from html page and moved to separate file 2017-03-23 00:37:22 -06:00
network fixed network page space 2017-03-30 21:00:13 +08:00
payments fixed payments page; (#144) 2017-02-28 15:27:25 +00:00
src Fixed legal page 2017-04-02 09:03:47 +08:00
style-guide add a style guide section, add existing colors 2016-07-23 01:36:03 -04:00
team Fix team page 2017-02-06 06:50:20 -05:00
terms-of-use Home / Blog / Team / Merchant TOS page updates (#34) 2016-11-10 07:26:24 -05:00
update changed link for video 2017-02-09 17:03:53 +07:00
wallets fixed wallet page 2017-03-02 18:31:19 +07:00
woocommerce Revert "Merge commit 'a3bab59b51'" 2017-02-20 21:18:46 -07:00
.editorconfig Implements wallets area update suggestions from tungfa 2017-01-22 13:12:51 -07:00
.eslintrc /network page tables JS refactor & cleanup. Updates ESLINT rules, adds htmlproof & eslint to build process, adds window.global.siteApi url defined from _config.yml 2017-03-23 22:56:58 -06:00
.gitignore ignore ".lock" files 2017-03-01 14:45:02 -07:00
.nvmrc (Feature) Build System: Use npm scripts for the build process (#16) 2016-09-17 02:14:13 +02:00
.ruby-version updated ruby version 2017-02-11 13:30:38 +08:00
.swp merged 2017-03-10 10:58:26 +07:00
.travis.yml config - encrypting pem with known password to support fork builds 2017-03-19 08:59:19 +00:00
_config.yml kickstarts chat window to fix visibility failure on load, enables keep_files for french path (speeds dev watcher rebuild cycle) 2017-03-22 04:01:44 -06:00
cibuild.sh enh - relative 12.1 download hrefs + CI bugfix 2017-02-05 08:51:14 +00:00
ciexclude.txt Moved rsync exclusions to a separate file. 2016-11-16 07:32:43 -05:00
dash.org-test-web.pem.enc config - encrypting pem with known password to support fork builds 2017-03-19 08:59:19 +00:00
Gemfile feat: responsive hero header images (#23) 2016-10-21 13:27:19 -04:00
index.html Removed Protonmail 2017-02-15 14:19:58 +08:00
npm-debug.log.2092820115 cleaned up two pages: governance and masternode; added some minor fixes in contact page (#136) 2017-02-24 00:19:20 +01:00
package.json /network page tables JS refactor & cleanup. Updates ESLINT rules, adds htmlproof & eslint to build process, adds window.global.siteApi url defined from _config.yml 2017-03-23 22:56:58 -06:00
README.md Lots of cleanup: 2017-02-02 22:49:14 -07:00

Dash Website

Jekyll

We are using Jekyll to generate the static html files. https://jekyllrb.com

Requirements (mac)

Dependencies

(If you have nvm, do nvm install && nvm use first.)

Simply run npm install to install all dependencies. This will also run bundle install on postinstall to install all ruby gems.

CI Note: The Gems must also be installed on the CI server.

Mac Note: Bundler will try to install the dependency nokogiri. If you are using a Mac, and run into issues related to nokogiri during bundle install, do the following:

xcode-select --install

gem install nokogiri

Then run bundle install

Plugins

(If you still have a _plugins/jekyll-multiple-languages-plugin directory in your root folder, you will need to remove it.)

Development

npm start or npm run watch to build to the _site directory whenever a file is changed and serve via localhost:3000

Production Build

Production builds should be handled by CI.

npm run build will build a fully minified, mangled, and compressed build to the _site directory.

npm run htmlproof will run ImageCheck, ScriptCheck, and LinkCheck on the built "_site" folder "*.html" files. Travis CI will not deploy unless this command finishes successfully!

Mac xcode-select --install gem install nokogiri

i18n

Language variables are set in /_i18n/*.yml files. The master language file is /_i18n/en.yml. All other languages should use that file as a base.

Writing Content

Almost all of the content is defined as a variable in the /_i18n/*.yml files. There will be a separate yml file for each language that is supported. The master

Content should be written with little to no html. Do not wrap the content in <p></p> tags. If you need separate paragraphs, use two line breaks. For example:

Paragraph one


Paragraph two

Will render as:

<p>Paragraph one</p>
<p>Paragraph two</p>

Displaying Content

Strings

To output a variable to a template use: {% t key %} or {% translate key %}

Markdown

To output a variable to a template as markdown use: {% tmd key %} or {% translatemd key %}

Files

i18n files can be saved in their corresponding directories under /_i18n/

To include a file use: {% tf pagename/blockname.md %} or {% translate_file pagename/blockname.md %}

Writing a Blog Post

Blog posts can be written in MarkDown (.md) or HTML (.html).

Posts need to be saved in the _posts directory and the filename must always start with YYYY-MM-DD-

For example: 2016-05-12-new-website.md

###Front matter The top page of every post should contain the following (Example):

author: perry
layout: post
image: /assets/images/2016/05/Node40-banner.jpg
title: New website for Node40
description: Check out the new website for Node40

###Blog Post Images Image paths for blogs are currently relative to /assets/img/blog by default. If we replaced the image path from the front matter above with:

	image: MyImage.jpg

... will look for "MyImage.jpg" in the /assets/img/blog folder.