Hosting NuBits.com directly from this repo.
CSS HTML JavaScript ApacheConf
Switch branches/tags
Nothing to show
Pull request Compare This branch is 282 commits behind NuNetwork:master.
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
_includes
_layouts
_pages
_sass
assets
css
js
.gitignore
.htaccess
CNAME
README.md
_config.yml
favicon.ico
feed.xml
index.html
page-sitemap.xml
post-sitemap.xml
sitemap.xml

README.md

NuBits.com

World's Best Stable Digital Currencies

Technology

The site is built using Jekyll. From their website: Jekyll is a simple, blog-aware, static site generator perfect for personal, project, or organization sites. Think of it like a file-based CMS, without all the complexity. Jekyll takes your content, renders Markdown and Liquid templates, and spits out a complete, static website ready to be served by Apache, Nginx or another web server. Jekyll is the engine behind GitHub Pages, which you can use to host sites right from your GitHub repositories.

To learn more about managing content in Jekyll, refer to the documentation.

Development

To run the site locally:

[~] cd /path/to/repo
[~] jekyll serve

If you're having trouble, be sure that you are meeting all of the requirements.

Deployment

The website is hosted from the master branch.

  1. Create a pull request from my-feature-branch to master.
  2. Get another developer to review it.
  3. Merge it to push the code live.