Git Product home page Git Product logo

design-blog's Introduction

Prerequisites

  • Ruby (Ruby 2.6+)
  • Bundler (if missing, install with gem install bundler)

Running locally

  • Install Jekyll and plugins:

    bundle install
    
  • Update Jekyll and plugins versions:

    bundle update
    
  • Start a Jekyll server for local development at at http://localhost:4000/blog/ (automatically watches for changes and updates in real-time):

    bundle exec jekyll serve
    

Deploying to production

Design blog server points to the '_site/' directory, so Jekyll needs to build in order to show the latest output.

  • To build the production version to commit to Git and deploy to live server:
    bundle exec jekyll build -d _site/
    

Development

Ignored assets

Jekyll ignores files and directories that are prefixed by _ and everything else is copied to _site.

_src directories inside assets/ contain source assets used to generate the assets that go on the site.

Link attributes

The Markdown syntax [Name](url){:target='_blank' rel='nofollow'} can be used to add attributes to the link element. Note that single quotes are required when Markdown is rendered inside a Jekyll include because the build will fail when using double quotes or raw HTML inside a variable.

design-blog's People

Contributors

carolynlimadeo avatar danisztls avatar krinkle avatar krm218 avatar pauginer avatar prtksxna avatar somechris avatar volker-e avatar

Stargazers

 avatar

Watchers

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