Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sabre-io/sabre.io
sabre.io website
https://github.com/sabre-io/sabre.io
Last synced: about 2 months ago
JSON representation
sabre.io website
- Host: GitHub
- URL: https://github.com/sabre-io/sabre.io
- Owner: sabre-io
- Created: 2013-08-13T21:03:20.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-11-04T00:21:00.000Z (about 2 months ago)
- Last Synced: 2024-11-04T01:20:18.619Z (about 2 months ago)
- Language: Less
- Homepage: http://sabre.io
- Size: 4.57 MB
- Stars: 26
- Watchers: 19
- Forks: 30
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
sabre.io source
===============Welcome to the sourcecode for [sabre.io][1].
sabre.io is a static website. We use [sculpin][2] to generate this website.
To start contributing, you can simply fork this project and add your new pages
to the `source` directory.Running the website locally
---------------------------Although this is not needed when creating or updating content, it may be
useful to be able to run the website on a local machine.To do so, make sure you have the following tools installed:
* php php7.3-curl php-xml (`apt-get install php php-curl php-xml`)
* composer 1 (`php composer-setup.php --version=1.10.21`)
* yui-compressor (`apt-get install yui-compressor`)
* lessc (`sudo npm install -g less`).Next, from the project directory, run the following:
composer install # or php composer.phar install
vendor/bin/sculpin generate --watch --serverThe first step will install required dependencies, the second starts a server
locally where you can go and have a look. To test, simply head to
.Style guide
-----------1. Try to keep all the lines in your markdown files under 80 characters.
2. External links are done using references.
3. Internal links to other pages on the site, are made using in-line links.
4. Code blocks are done using indentation style (4 spaces). This is not the
most ideal for typing, but it does appear to be the most portable style.
5. Break the rules when appropriate.Sample page with links
----------------------Welcome to sabre.io!
====================To find out more, check out [getting started](/dav/getting-started)!
Credits
-------This website was built using [sculpin][1].
[1]: https://sculpin.io/
[1]: https://sabre.io/
[2]: http://sculpin.io/
[3]: https://sculpin.io/download/