Giter Site home page Giter Site logo

geonode.github.com's Introduction

geonode.org

Setting up website environment locally

# setup virtualenv
virtualenv geonode.org && cd $_
. bin/activate
# get the repo
git clone [email protected]:GeoNode/geonode.github.com && cd geonode.github.com
# set Ruby environment variables
. setenv-ruby-gem.sh
# install Jekyll
gem install jekyll link-checker jekyll-feed jekyll-mentions jekyll-sitemap github-pages

Workflow

# edit content
jekyll build
jekyll serve  # default port is 4000, set explicitly with -P 
# check links
check-links _site
# view at http://localhost:4000
# adding blogposts
cd _drafts
vi newpost.md
# make sure to set the following YAML front matter:
# layout: base
#
# preview with `jekyll build --drafts` or `jekyll serve --drafts` and draft will show up as latest post
# when you are ready to publish:
# - rename the file as per the current YYYY-MM-DD
git mv _drafts/newpost.md _posts/YYYY-MM-DD-newpost.md
vi _posts/YYYY-MM-DD-newpost.md
# commit and push
git commit -m 'publish article'
git push origin master

geonode.github.com's People

Contributors

tomkralidis avatar simod avatar ingenieroariel avatar daviddubo avatar giohappy avatar t-book avatar pjdufour avatar garnertb avatar jj0hns0n avatar gannebamm avatar coulonpascal avatar micamilano avatar markiliffe avatar afabiani avatar anthieni avatar davidghedini avatar sdellachiesa avatar capooti avatar marthamareal avatar davekennewell avatar mikefedak avatar wshilman avatar nouranhossam avatar jondoig avatar francbartoli avatar prabhamatta avatar mattiagiupponi avatar vdeparday avatar srtonz avatar kabatha avatar

Forkers

micamilano

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.