Giter Club home page Giter Club logo

documentation-7's Introduction

Decentraland documentation

Setup

  1. Add your site and author details in _config.yml.
  2. Add your Google Analytics, Disqus and MailChimp keys to _config.yml.
  3. Get a workflow going to see your site's output (with CloudCannon or Jekyll locally).

Develop

Base was built with Jekyll version 3.8.4, but should support newer versions as well.

Install the dependencies with Bundler:

$ bundle install

Run jekyll commands through Bundler to ensure you're using the right versions:

$ bundle exec jekyll serve --incremental

While jekyll is running, you can open the locally hosted version of the docs site on a browser, using http://127.0.0.1:4000/. As you make changes to the source material, the generated site should be updated when reloading.

Develop (Docker)

if you have Docker you also can run your development environment with the follow command

docker run --rm -p 4000:4000 \
  --volume="$PWD:/srv/jekyll" \
  --volume="$PWD/.vendor/bundle:/usr/local/bundle" \
  -it jekyll/jekyll:3.8.4 \
  jekyll serve --incremental

Editing

Please use Visual Studio Code with Prettier extension to have a consistent coding style

Posts

  • Add, update or remove a post in the Posts collection.
  • The tutorials page is organised by categories.
  • Change the defaults when new posts are created in _posts/_defaults.md.

Menu

  • Add post to menu editing _data/menu.yml

Navigation

  • Exposed as a data file to give clients better access.
  • Set in the Data / Navigation section.

Footer

  • Exposed as a data file to give clients better access.
  • Set in the Data / Footer section.

Base template was made by CloudCannon, the Cloud CMS for Jekyll.

documentation-7's People

Contributors

2fd avatar abarmat avatar adrabenche avatar agusferreira avatar alexanderatallah avatar bowd avatar cazala avatar clemlak avatar converg3nce avatar corbecker avatar dependabot[bot] avatar dnul avatar eibrielinv avatar eordano avatar eth0net avatar felsin avatar fmiras avatar hprivakos avatar ikyeonjo avatar katherinejoelle avatar keagster avatar leohgc avatar lyricalpolymath avatar menduz avatar nachomazzara avatar nchamo avatar nearnshaw avatar olavra avatar schallock avatar tserg 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.