Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/argonaut-io/argonaut.io
Website and documentation for argonaut.
https://github.com/argonaut-io/argonaut.io
Last synced: about 1 month ago
JSON representation
Website and documentation for argonaut.
- Host: GitHub
- URL: https://github.com/argonaut-io/argonaut.io
- Owner: argonaut-io
- Created: 2013-04-30T10:59:34.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2021-12-26T00:05:29.000Z (almost 3 years ago)
- Last Synced: 2024-03-26T22:09:37.068Z (9 months ago)
- Language: HTML
- Homepage: https://argonaut-io.github.io/argonaut.io/
- Size: 1.3 MB
- Stars: 1
- Watchers: 7
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Argonaut Documentation Project
------------------------------[![Build Status](https://travis-ci.org/argonaut-io/argonaut.io.png)](https://travis-ci.org/argonaut-io/argonaut.io)
### What is Argonaut?
See
### How to work with this project?
You need jekyll installed. Then it works like any other site.
There are a few conveniences included in the `Makefile`.
To run up a localserver on, `http://localhost:4000`:
make
To publish to site:
make publish
Note that this publishes current origin/master of your repo, be somewhat careful.