xRahul / xRahul.github.io

Personal Website - minimal

Home Page:https://rahulja.in

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Personalized blog & profile

GitHub license Build Status imgBot Gem Version security libraries.io

GitHub PageSpeed GitHub PageSpeed Codacy Badge Maintainability CodeFactor codebeat badge

Home page (List of Posts)

Lighthouse Performance score: 94/100 Lighthouse Accessibility score: 100/100 Lighthouse Best Practices score: 100/100 Lighthouse SEO score: 100/100

Article page (Post)

Lighthouse Performance score: 66/100 Lighthouse Accessibility score: 93/100 Lighthouse Best Practices score: 100/100 Lighthouse SEO score: 96/100

Image of rahulja.in

Install ruby 2.6.5

rbenv install 2.6.5
rbenv global 2.6.5
ruby -v

Install site

git clone https://github.com/xRahul/xRahul.github.io.git
git config --global credential.helper cache
git config --global credential.helper 'cache --timeout=36000'
cd xRahul.github.io/
git branch -r | grep -v '\->' | while read remote; do git branch --track "${remote#origin/}" "$remote"; done
git fetch --all
git pull --all

bin/setup
--or--
npm run setup

Run local development server

LC_ALL=en_US.UTF-8 bundle exec jekyll serve --drafts
--or--
npm run local

Deploy to github master branch

bin/deploy
--or--
npm run publish

About

Personal Website - minimal

https://rahulja.in

License:GNU Affero General Public License v3.0


Languages

Language:HTML 100.0%