Coder Social home page Coder Social logo

owans / writethedocsnigeria Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 2.0 1002 KB

This is an example tutorial to show how to build a static site with markdown and jekyll in Write the Docs Nigeria Meetup on 3rd April, 2021

License: MIT License

HTML 20.72% Ruby 79.28%

writethedocsnigeria's Introduction

WriteTheDocsNigeria

This is an example tutorial to show how to build a static site with markdown and jekyll in Write the Docs Nigeria Meetup on 3rd April, 2021

This repo contains the Sample Tutorial for: how to build a static site with markdown and jekyll

Requirements

  • Ruby version 2.6.3, including all development headers (ruby version can be checked by running ruby -v)
    • RVM is recommended to install and switch between multiple Ruby versions.
  • RubyGems (which you can check by running gem -v)
  • GCC and Make (in case your system doesn’t have them installed, which you can check by running gcc -v,g++ -v and make -v in your system’s command line interface)

Set up

Clone this repository, and run the following commands in its directory:

sudo gem install bundler
bundle update
bundle install

Verify your installation:

ruby -v
bundler -v
bundle exec jekyll -v

None of these three commands should error, and they should all print out their version numbers.

Usage

Development mode

bundle exec jekyll serve

You will now find a site ready for production in ./_site.

You will now find a site located in ./_site, and this will be served at http://localhost:4000/.

Pass the --livereload option to serve to automatically refresh the page with each change you make to the source files: bundle exec jekyll serve --livereload

Each time you save a file, the site will get regenerated.

writethedocsnigeria's People

Contributors

owans avatar

Watchers

 avatar  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.