Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tambeta/tambeta.github.io
https://github.com/tambeta/tambeta.github.io
Last synced: about 14 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/tambeta/tambeta.github.io
- Owner: tambeta
- Created: 2018-06-01T17:27:49.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-21T09:50:38.000Z (over 1 year ago)
- Last Synced: 2023-07-21T18:15:16.565Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://tambeta.github.io/
- Size: 183 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Repository for tambeta.github.io. Powered by Jekyll. The helper script
requires Docker.To build a new site:
$ ./build new _source
To serve and watch / build the site:
$ ./build serve -s _source -d _site
Access the site on http://localhost:4000.
The helper script (`build`) expects results to be generated into `_site`. This
is a transient directory not under version control. `build` also watches the
directory for changes and automatically rsyncs it to the root directory. This
dance is necessary as jekyll doesn't allow building into a destination
directory containing source, but GitHub Pages doesn't allow serving from
elsewhere than the root directory.