Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adamdjbrett/lyons-1
https://github.com/adamdjbrett/lyons-1
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/adamdjbrett/lyons-1
- Owner: adamdjbrett
- License: mit
- Created: 2022-02-18T20:18:13.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-06-17T23:23:02.000Z (7 months ago)
- Last Synced: 2024-06-18T00:43:25.593Z (7 months ago)
- Language: JavaScript
- Size: 8.08 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [Lyons Behavioral Service](https://www.lyonsbehavioralservices.com/)
[![Netlify Status](https://api.netlify.com/api/v1/badges/16d7c57f-2916-4e1e-b9b7-54be28cc7451/deploy-status)](https://app.netlify.com/sites/lyons-1/deploys)# [Agency Jekyll Theme](https://github.com/raviriley/agency-jekyll-theme) Starter Template
[![RubyGems Downloads](https://img.shields.io/gem/dt/jekyll-agency.svg)](https://rubygems.org/gems/jekyll-agency)
[![LICENSE](https://img.shields.io/badge/license-MIT-lightgrey.svg)](https://github.com/raviriley/agency-jekyll-theme/blob/master/LICENSE.txt)
[![Tip Me via PayPal](https://img.shields.io/badge/PayPal-tip%20me-green.svg?logo=paypal)](https://www.paypal.me/raviriley)This is the fastest and easiest way to get up and running on GitHub Pages.
Simply generate your own repository by clicking the [![template button](https://img.shields.io/badge/-Use%20this%20template-brightgreen)](https://github.com/raviriley/agency-jekyll-theme-starter/generate) button,
then replace the sample content with your own and configure for your needs.If you want your website to be at `YOUR-USERNAME.github.io`, that's what you must name your repo. If you want it to be like this: `https://raviriley.github.io/agency-jekyll-theme-starter/`, them make sure the `baseurl` in `_config.yml` matches the name of your repo.
**If you enjoy this theme, please consider [supporting me](https://www.paypal.me/raviriley) to continue developing and maintaining it.**
[![Support via PayPal](https://cdn.rawgit.com/twolfson/paypal-github-button/1.0.0/dist/button.svg)](https://www.paypal.me/raviriley)
## Development
To set up your environment to develop this theme, clone this repo or your fork.
```sh
$ git clone https://github.com/raviriley/agency-jekyll-theme.git
$ cd agency-jekyll-theme
```Then run:
```sh
$ bundle install
```To test the theme, run this. (Using the `--trace` flag for verbose errors.)
```sh
$ bundle exec jekyll serve --trace
```Then open your browser at:
- http://localhost:4000
Add pages, documents, data, etc. like normal to test the theme's contents. As you make modifications, your site will regenerate and you should see the changes in the browser after a refresh.