Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.
/ old-blog Public archive

Personal Outreach Powered by Jekyll and Flavoured with Daktilo

Notifications You must be signed in to change notification settings

pawanmsr/old-blog

Repository files navigation

Personal Outreach

Build Status
Deploy Jekyll site to Pages

Personal GitHub Pages repository.
Powered by Jekyll. Flavored with Daktilo.

License

Some Rights Reserved.
License: CC BY-NC-ND 4.0
All user specific content is licensed under CC BY-NC-ND 4.0

Daktilo is licensed under The MIT License.

Notes

Test Deployment.

# https://jekyllrb.com/docs/installation/#requirements
ruby -v
gem -v
gcc -v && g++ -v && make -v

# Install jekyll and blunder.
gem install jekyll bundler

# Install dependencies.
bundle install

# Host on local.
bundle exec jekyll serve

Rebase and Squash all commits regularly.

git rebase -i $commit_hash

# Replace pick with squash
# for all commits except the
# first and the last.

# Replace pick with fixup -c
# for the last commit.

# Keep only the latest commit.

Delete the repository on GitHub and re-create after evertime a certain number of pull requests are recorded - this will erase the PRs from GitHub (because GitHub does not allow PR deletion on UI).