SkillAgentSearch skills...

Randymorris.github.com

Jekyll source for my website.

Install / Use

/learn @randymorris/Randymorris.github.com
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

This is the source of my personal website http://rsontech.net/. The only interesting branch in this repo will be the source branch as GitHub expects the generated website to live in master.

Steps to publish:

  • Make changes in the source branch
  • Build and test the site locally
  • Commit changes to source branch
  • git publish-website which consists of the following steps
    • git branch -D master
    • git checkout -b master
    • git filter-branch --subdirectory-filter _site/ -f
    • git checkout source
    • git push --all origin
View on GitHub
GitHub Stars11
CategoryDevelopment
Updated5y ago
Forks1

Languages

Ruby

Security Score

60/100

Audited on Jul 25, 2020

No findings