Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brianmitchl/heygetbacktowork
A distracting reminder to get back to work.
https://github.com/brianmitchl/heygetbacktowork
css heygetbacktowork html jekyll
Last synced: about 2 months ago
JSON representation
A distracting reminder to get back to work.
- Host: GitHub
- URL: https://github.com/brianmitchl/heygetbacktowork
- Owner: BrianMitchL
- Created: 2015-03-11T05:03:44.000Z (almost 10 years ago)
- Default Branch: main
- Last Pushed: 2023-01-18T08:17:52.000Z (about 2 years ago)
- Last Synced: 2024-10-16T07:54:50.603Z (3 months ago)
- Topics: css, heygetbacktowork, html, jekyll
- Language: SCSS
- Homepage: https://projects.brianm.me/heygetbacktowork/
- Size: 801 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hey, Get Back to Work!
Source of [https://projects.brianm.me/heygetbacktowork/](https://projects.brianm.me/heygetbacktowork/)A distracting reminder to get back to work.
## Contributing
Feel free to submit a pull request with a new page of wonderfully useless animation or time wasting content. Please add a link to the new page on the main index.html file. Please try to match the same coding style if you can, or submit an issue with any suggestions.To add a new page, simply create a new directory at the root level with the name of the route, and add an HTML file named index.html inside. Add the following to the top, and everything underneath will be inserted into the body tag.
```
---
layout: default
---
```To view your changes and run the webserver, install bundler and the dependencies for the project.
```sh
gem install bundler
bundle install
```To start the server, run
```
bundle exec jekyll serve
```## Attributions
* Animation used from [animate.css](https://github.com/daneden/animate.css) by [Daniel Eden](http://daneden.me/).