Skip to content

lambdacasserole/rollout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Rollout

Possibly the fastest one-page GitHub pages template to deploy.

Logo

Overview

Rollout is a single-page GitHub pages template thing that literally shows a logo, links to your project and profile, and loads your project's readme file into the page (rendering the markdown as it does so). This makes it really, really straightforward to roll out a basic GitHub pages site straight away.

Configuration

Rollout powers its own GitHub pages site. To configure it:

  1. Clone this repo.
  2. Open up the /docs folder.
  3. Change the logo at /docs/svg/logo.svg to your own.
  4. Open up /docs/index.html in your favorite text editor.
    • Change the contents of the title tag.
    • Change the contents of the meta tags with names description and author.
    • Change the username and repo JavaScript const declarations to your GitHub username (or organization name) and repository name respectively.
  5. Deploy it as your pages project, you're done!

If you're not familiar with setting up GitHub pages, this is the article for you.

Specifics

More specifically, you need to find these lines:

<title>Rollout - Very fast GitHub pages deployment</title>
<meta name="description" content="Possibly the fastest one-page GitHub pages template to deploy.">
<meta name="author" content="Saul Johnson">

Replace the title, description and author with your own values. Now, find these lines:

// Configure the page here.
const username = "lambdacasserole";
const repo = "rollout";

Change the value of username to your to your GitHub username (or organization name) and repo to your repository name. All default values above are for this repository.

License

This software is public domain, go forth and use it. The same can't be said for any third-party libraries loaded remotely (this project does use jQuery, Bootstrap etc. for example).

Also, by default, "Powered by Rollout" appears in the bottom right-hand corner of the page. You don't have to leave this there, get rid of it if you like, though linking back is appreciated.

Acknowledgements

I'd like to thank the following people for their contributions:

Releases

No releases published

Packages

No packages published