Skip to content

fs-utils/fs-utils.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pulling from here:

~/your-org.github.io$ git pull https://github.com/repo-utils/badgeboard.git
~/your-org.github.io$ make ; make db
~/your-org.github.io$ git commit index.html src/db.json -m 'rebuild'
~/your-org.github.io$ git push

Creating new badgeboard:

~$ git clone https://github.com/repo-utils/badgeboard.git your-org.github.io

Change:

  • src/maintainers.json
  • src/projects.json
  • .gitignore (unignore autogenerated files)

Make it:

~/your-org.github.io$ make db
~/your-org.github.io$ make
~/your-org.github.io$ git add src/db.json index.html
~/your-org.github.io$ git commit src/db.json index.html -m 'rebuild'

Test it:

~/your-org.github.io$ firefox index.html

About

template for *.github.io's

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 90.9%
  • CSS 6.0%
  • Makefile 3.1%