blog/README.md
2025-06-23 12:18:11 +02:00

37 lines
589 B
Markdown

# Ayo's Blog
This is the repo for [ayos.blog](https://ayos.blog), which is built with [Jekyll](https://jekyllrb.com).
## 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 git@github.com: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
```
---
*Just keep building.*<br>
*A blog by [Ayo](https://ayo.ayco.io).*