GithubHelp home page GithubHelp logo

ystanwar / reflectoring.github.io Goto Github PK

View Code? Open in Web Editor NEW

This project forked from reflectoring/reflectoring.github.io

0.0 1.0 0.0 76.37 MB

reflectoring blog

Home Page: https://reflectoring.io

Ruby 3.26% JavaScript 3.68% HTML 44.32% Shell 0.21% Batchfile 0.15% SCSS 48.37%

reflectoring.github.io's Introduction

reflectoring.io

This is the repository for the reflectoring.io blog on software engineering and Java topics.

Running the Blog Locally on Windows

  1. download and install ruby using the ruby installer (I have used Ruby+Devkit 2.6.5-1 successfully)
  2. open a console and run ruby --version to verify that it has been installed successfully (if this command seems to run forever, restart the computer and try again :)
  3. in the folder you cloned this repo into, run bundle install
  4. run bundle exec jekyll serve to start jekyll
  5. go to http://localhost:4000 to view the blog in your browser
  6. changes to the markdown files should automatically trigger a re-start of jekyll (if not, kill the process with CMD+C and restart it)

Viewing Your Blog Post Locally

  1. copy one of the existing blog post .md files from the _posts folder into a new file
  2. change the name of the file so that it contains today's date and your blog post title
  3. change the date and modified fields in the file header to today's date (replace the +1100 with the offset of your local timezone to UTC; the blog post will only show in the preview if these dates are in the past)
  4. don't worry about the rest of the header fields, I will update them before publishing
  5. write the article in markdown format
  6. run bundle exec jekyll serve to start up the blog locally
  7. go to http://localhost:4000 to view the blog in your browser
  8. your blog post should show up on the start page; click on it and check if it looks good

Troubleshooting

bundle install fails with "zlib is missing" (Ubuntu)

Run sudo apt-get install --reinstall zlibc zlib1g zlib1g-dev to install the missing zlib library and rerun bundle install.

Contributing to this Blog

See the Write For Me page on the blog.

reflectoring.github.io's People

Contributors

arkuksin avatar daklassen avatar hoorvash avatar jgoerner avatar leventov avatar matthiasbalke avatar mujjazi avatar mukul-s avatar murtuza-ranapur avatar ortelagode avatar petromir avatar petros0 avatar pgrimaud avatar pratikdas avatar rudikl avatar saajn avatar skempken avatar susetech avatar thombergs avatar vasudhavenkatesan avatar yavuztas avatar zeddysoft avatar

Watchers

 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.