https://github.com/llorllale/llorllale.github.io
Blog
https://github.com/llorllale/llorllale.github.io
blog developer devops
Last synced: 26 days ago
JSON representation
Blog
- Host: GitHub
- URL: https://github.com/llorllale/llorllale.github.io
- Owner: llorllale
- Created: 2017-01-29T15:15:09.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-10-17T04:39:33.000Z (over 1 year ago)
- Last Synced: 2024-04-14T15:39:47.717Z (about 1 year ago)
- Topics: blog, developer, devops
- Language: HTML
- Homepage: https://georgearisty.dev
- Size: 25.6 MB
- Stars: 6
- Watchers: 4
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## What is this?
My blog, based on the [Chirpy Theme](https://github.com/cotes2020/jekyll-theme-chirpy).
Point your browser to https://georgearisty.dev/ and enjoy.## Running locally
1. [Install Jekyll](https://jekyllrb.com/docs/installation/)
2. `git clone [email protected]:llorllale/llorllale.github.io.git`
3. `cd llorllale.github.io`
4. `git submodule update`
5. `bundle install`
6. `bundle exec jekyll serve`Server should be running on http://localhost:4000.