Skip to content

dasol1985/herekoCha

 
 

Repository files navigation

How to setup

Git setup first time

  • Git installation in your computer Git link
  • Git ssh setup from your computer ssh link
  • Git first time setup setup

Regular work

git clone [email protected]:jungeebah/herekoCha.git
cd herekoCha
  • add new files in the _posts folder follow the filename style year-month-day-Name.markdown For starter just copy from the other posts that i have put in place
---
copy this content from the other folder and change accordingly as the name descriptions tags and 
For images download it and add that to _assets/images/ folder and put the location like done in other file
---

put your content here

For this too work install bundler for that you should have ruby installed linked ruby installation

  • once done
gem install bundler
bundler install
bundler exec jekyll build
git add .
git comment -m 'your comment'
git push

Releases

No releases published

Packages

No packages published

Languages

  • CSS 73.9%
  • HTML 12.7%
  • JavaScript 7.7%
  • Ruby 5.7%