Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ayoayco/blog
My personal blog built with Jekyll, a static site generator in Ruby
https://github.com/ayoayco/blog
blog jekyll
Last synced: 2 months ago
JSON representation
My personal blog built with Jekyll, a static site generator in Ruby
- Host: GitHub
- URL: https://github.com/ayoayco/blog
- Owner: ayoayco
- Created: 2018-01-13T08:32:08.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-04-24T08:11:02.000Z (9 months ago)
- Last Synced: 2024-05-02T04:36:46.086Z (8 months ago)
- Topics: blog, jekyll
- Language: HTML
- Homepage: https://ayos.blog
- Size: 33.2 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is the repo for [ayos.blog](https://ayos.blog), which is built with [Jekyll](https://jekyllrb.com) and heavily modified styling on top of the default [Minima theme](https://github.com/jekyll/minima).
## Project Setup
1. follow the [jekyll installation guide](https://jekyllrb.com/docs/installation) for your machine
2. clone project, then go to the directory:
```
$ git clone [email protected]:ayoayco/blog
$ cd blog
```3. install dependencies:
```
$ bundle install
```4. run dev server:
```
$ bundle exec jekyll serve --livereload
```5. build project:
```
$ bundle exec jekyll build
```