Skip to content

johnantoni/devopera

 
 

Repository files navigation

Dev.Opera

We’ve rebuilt Dev.Opera as a static site, powered by Jekyll, Sass and Grunt. In this repository, you find all the source files and content to build the site, make improvements, and submit new articles.

Environment setup

  1. Install Jekyll, Sass and all needed gems by running sudo gem install jekyll kramdown stringex sass on the command line.
  2. Download and install Node.js with the default installer options.
  3. Clone the project by running git clone git@github.com:operasoftware/devopera.git.
  4. Run npm install inside the devopera folder.
  5. Run npm install grunt-cli -g to install Grunt globally.
  6. Run grunt build to build Dev.Opera inside the _site folder.

Please install EditorConfig plugin for your editor to keep code style declared in the .editorconfig file.

Opening

To open Dev.Opera locally run grunt, it would take up to 1 minute to:

  1. Build the site in “limited mode” with only the latest 150 posts.
  2. Start local server at http://0.0.0.0:33310 address.
  3. Open it in your default browser.

Development

To start developing Dev.Opera run grunt dev, it would take up to 1 minute to:

  1. Build site in a limited mode with only latest 150 posts.
  2. Start local server on http://0.0.0.0:33310 address.
  3. Open it in your default browser.
  4. Launch a watch task for all files.

So now every time you change project files, Dev.Opera will be rebuilt and you browser will update. For HTML and MD files it will still take up to 1 minute, for CSS it will be much faster (please request the same fast track for JS or anything else if needed).

Full build and deploy

To build a complete Dev.Opera, run grunt build: it will take a while to build the full site with all posts included. To deploy (sync build with remote server), run grunt deploy.

Notes

  • All instructions are for Unix (OS X, Linux, etc.) because Jekyll is not compatible with Windows.
  • You may require write access for all commands mentioned above. Type sudo, space and command if needed.
  • If you get an error running grunt dev, try to increase the file number limit with the ulimit -n 10000 command or use a nightly build of Node.JS 0.11 (could be installed alongside to 0.10 using nvm).

About

Repository for Dev.Opera source code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published