Skip to content

A repository to show working for hands of practical and use of GitHub pages

Notifications You must be signed in to change notification settings

Real-DeviLs/Jekyll_Static_Webinar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 

Repository files navigation

Jekyll_Static_Webinar

A repository to show working for hands of practical and use of GitHub pages

Real DeviLs are organizing an online webinar to show use of Jekyll and some web development Push Up for new members

Requirements are

  1. VS Code
  2. Git For PC
  3. Ruby

Resources

  1. HTML_Cheat Sheet
  2. CodePen
  3. BootStrap
  4. Makrdown Cheat Sheet

Terminal command line basics for git

  • git init
  • git add .
  • git commit -m"description"
  • git remote add origin
  • git push

Some Good themes to explore

Ruby Installation

  • 1 and enter

  • 3 and enter

    jekyll installation

    gem install jekyll

    jekyll commands for running new project

    • jekyll new
    • bundle exec jekyll serve

    for adding gemfile

    • bundle init
    • bundle add jekyll

Stay Creative Stay Curious

About

A repository to show working for hands of practical and use of GitHub pages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published