Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/setchy/setchy.github.io
My GitHub Pages site
https://github.com/setchy/setchy.github.io
jekyll
Last synced: 2 months ago
JSON representation
My GitHub Pages site
- Host: GitHub
- URL: https://github.com/setchy/setchy.github.io
- Owner: setchy
- Created: 2021-04-28T00:48:53.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-12T19:41:49.000Z (3 months ago)
- Last Synced: 2024-10-17T23:14:03.706Z (3 months ago)
- Topics: jekyll
- Language: HTML
- Homepage: https://setchy.io/
- Size: 2.12 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## My Personal Site
This repository contains the content for [setchy.io][setchyio].
### Tech Stack
- [Jekyll][jekyll]
- [Beautiful Jekyll Theme][beautiful-jekyll]
- [GitHub Pages][gh-pages]### Updating Theme
From time to time, update the `_includes`, `_layouts`, `assets`, `_config.yml` with the latest from [Beautiful Jekyll Theme][beautiful-jekyll]### Local Development
To run locally
```
bundle install
bundle exec jekyll serve
```## Package updates
Run the following to check to any gem updates
```
bundle update
```[setchyio]: https://setchy.io
[gh-pages]: https://pages.github.com/
[jekyll]: https://jekyllrb.com/
[beautiful-jekyll]: https://github.com/daattali/beautiful-jekyll