My personal blog
https://ayos.blog
Bumps [rexml](https://github.com/ruby/rexml) from 3.3.1 to 3.3.3. - [Release notes](https://github.com/ruby/rexml/releases) - [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md) - [Commits](https://github.com/ruby/rexml/compare/v3.3.1...v3.3.3) --- updated-dependencies: - dependency-name: rexml dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|---|---|---|
| .vscode | ||
| _drafts | ||
| _ideas | ||
| _includes | ||
| _layouts | ||
| _posts | ||
| assets | ||
| .gitignore | ||
| 404.html | ||
| _config.yml | ||
| about.md | ||
| archives.html | ||
| category.html | ||
| emoji-cheat-sheet.md | ||
| entertaining.html | ||
| entertainment.html | ||
| favicon.ico | ||
| games.html | ||
| Gemfile | ||
| Gemfile.bkup | ||
| Gemfile.lock | ||
| Gemfile.lock.bkup | ||
| Gemfile.old | ||
| img1.jpg | ||
| index.md | ||
| motivational.html | ||
| music.html | ||
| personal.html | ||
| privacy.md | ||
| productivity.html | ||
| projects.html | ||
| README.md | ||
| talks.html | ||
| technology.html | ||
| template | ||
| YYYY-MM-DD-blog-template.md | ||
This is the repo for ayos.blog, which is built with Jekyll and heavily modified styling on top of the default Minima theme.
Project Setup
-
follow the jekyll installation guide for your machine
-
clone project, then go to the directory:
$ git clone git@github.com:ayoayco/blog
$ cd blog
- install dependencies:
$ bundle install
- run dev server:
$ bundle exec jekyll serve --livereload
- build project:
$ bundle exec jekyll build