Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jrbourbeau/jrbourbeau.github.io
Source code for https://jrbourbeau.github.io
https://github.com/jrbourbeau/jrbourbeau.github.io
Last synced: 24 days ago
JSON representation
Source code for https://jrbourbeau.github.io
- Host: GitHub
- URL: https://github.com/jrbourbeau/jrbourbeau.github.io
- Owner: jrbourbeau
- License: mit
- Created: 2016-07-28T04:39:48.000Z (over 8 years ago)
- Default Branch: source
- Last Pushed: 2023-08-11T15:24:12.000Z (over 1 year ago)
- Last Synced: 2024-10-28T22:41:22.347Z (2 months ago)
- Language: CSS
- Homepage:
- Size: 73.6 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
jrbourbeau.github.io
====================[![Build Status](https://travis-ci.org/jrbourbeau/jrbourbeau.github.io.svg?branch=source)](https://travis-ci.org/jrbourbeau/jrbourbeau.github.io)
This repository contains source code for jrbourbeau.github.io
## Installation
[Install Hugo](https://gohugo.io/getting-started/installing/):
```
brew install hugo
```## Usage
Build and serve the site locally with:
```
hugo serve -D
```The site should now be available at http://localhost:1313/
## Deployment
This website is hosted using GitHub Pages. Note that for user pages, the build website must [live in the `master` branch](https://help.github.com/en/articles/user-organization-and-project-pages#user-and-organization-pages-sites) of the repository. Because of this, we use the `source` branch of this repository for development and use [`doctr`](https://github.com/drdoctr/doctr) to automatically deploy our built website to the `master` branch.
## License
[MIT License](LICENSE)