Skip to content

CodepediaOrg/codepediaorg.github.io

Repository files navigation

Codepedia.org - share coding knowledge

The website is developed with Jekyll, hosted on Github Pages and is based on https://github.com/aron-bordin/neo-hpstr-jekyll-theme

Installation

  1. Fork the repo
  2. Install bundler with $ gem install bundler
  3. Install gems with $ bundle install
  4. Run Jekyll with $ bundle exec jekyll serve --watch

Grunt tasks

Grunt is used mainly to minimise files and uglify scripts How to use it

nvm use
npm install
grunt

Contributing

This website is open for contributions:

  1. feel free to signal errors and improvements to the project itself - see CONTRIBUTING.md
  2. add your own blog posts - see CONTRIBUTING_POST.md

License

The source code supporting the Codepedia.org website (Jekyll Theme Adaptation) is available as open source under the terms of the MIT License. However, to reuse posts or content from posts (present here in the _posts directory) on your website or third party website, you need the author's consent or you clearly link back and specify the original source.