Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/activitystreams/website
Activity Streams website (hosted on GitHub pages)
https://github.com/activitystreams/website
Last synced: 5 days ago
JSON representation
Activity Streams website (hosted on GitHub pages)
- Host: GitHub
- URL: https://github.com/activitystreams/website
- Owner: activitystreams
- Created: 2011-05-14T01:33:24.000Z (over 13 years ago)
- Default Branch: gh-pages
- Last Pushed: 2020-10-18T03:11:43.000Z (about 4 years ago)
- Last Synced: 2024-08-01T12:29:05.702Z (3 months ago)
- Language: HTML
- Homepage: http://activitystrea.ms/
- Size: 805 KB
- Stars: 17
- Watchers: 6
- Forks: 18
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - activitystreams/website - Activity Streams website (hosted on GitHub pages) (others)
README
This repository houses the Activity Streams website at .
## Special Directories ##
The `registry` directory is auto-generated from the [Activity Streams Registry][registry] repository. Do not make
changes directly in the `registry` directory.The specifications in the `head` directory are auto-generated from their various repositories. Do not edit them
directly.The stylesheets in the `css` directory are auto-generated by [compass][], do not edit them directly. The source files
are in the `sass` directory.## Developers ##
For anyone that intends to work on the website, it is recommended that you install [compass][] and [jekyll][]. Then
open two extra terminal windows and run the following in the root directory of the website. This will allow your
changes to be immediately visible in your local development environment.Run jekyll in one terminal:
jekyll --server --auto --pygments --safe
Run compass in the other:
compass watch
[registry]: https://github.com/activitystreams/registry
[compass]: http://compass-style.org/
[jekyll]: https://github.com/mojombo/jekyll