Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/msaharan/sencilla_jekyll_site
A sample jekyll site configured for Sencilla
https://github.com/msaharan/sencilla_jekyll_site
Last synced: 2 days ago
JSON representation
A sample jekyll site configured for Sencilla
- Host: GitHub
- URL: https://github.com/msaharan/sencilla_jekyll_site
- Owner: msaharan
- License: mit
- Created: 2024-02-18T21:11:37.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-02-18T22:09:50.000Z (9 months ago)
- Last Synced: 2024-10-12T19:48:56.904Z (about 1 month ago)
- Language: HTML
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# README
Getting started:
- [Install Prerequisites](https://jekyllrb.com/docs/installation/)
- Clone the repository
- Run `bundle install`To preview the site:
- Run `bundle exec jekyll serve` to start the preview server
- Open `http://localhost:4000` in your browserAutomatically deploy the site using Netlify upon pushing to the `main` branch.