No description
Find a file
2023-03-20 14:45:10 +01:00
.forestry Update from Forestry.io - Updated Forestry configuration 2020-02-24 08:07:13 +00:00
.vscode setting: migrate vscode terminal 2021-11-02 10:57:14 +08:00
_drafts fix permalinks 2023-03-20 12:40:30 +01:00
_ideas fix permalinks 2023-03-20 12:40:30 +01:00
_includes verify mastodon 2023-03-20 03:19:56 +01:00
_layouts add date to posts list 2023-03-20 14:45:10 +01:00
_posts fix permalinks 2023-03-20 12:40:30 +01:00
assets style: hide jumbotron on safari 2022-07-16 09:23:15 +02:00
.gitignore core: update deps 2021-09-14 15:17:55 +08:00
404.html initial commit 2018-01-13 16:20:54 +08:00
_config.yml show twitter; update email link 2022-08-30 13:40:28 +02:00
about.md update to new domain 2021-07-21 01:55:13 +08:00
category.html fix categories permalink 2023-03-20 13:55:48 +01:00
emoji-cheat-sheet.md add emoji cheat sheet, use thumbnails for home 2018-06-15 19:21:10 +08:00
entertaining.html fix categories permalink 2023-03-20 13:55:48 +01:00
favicon.ico add favicon 2019-10-12 22:24:32 +08:00
Gemfile core: update deps 2021-09-14 15:17:55 +08:00
Gemfile.bkup remove jemoji 2019-08-09 18:38:34 +08:00
Gemfile.lock fix permalinks 2023-03-20 12:40:30 +01:00
Gemfile.lock.bkup core: update deps 2021-09-14 15:17:55 +08:00
Gemfile.old core: update deps 2021-09-14 15:17:55 +08:00
img1.jpg add feels fm post 2018-09-20 23:03:17 +08:00
index.md change blog title, new routine post 2020-02-26 10:39:19 +08:00
motivational.html fix categories permalink 2023-03-20 13:55:48 +01:00
personal.html fix categories permalink 2023-03-20 13:55:48 +01:00
privacy.md change blog title, new routine post 2020-02-26 10:39:19 +08:00
productivity.html fix categories permalink 2023-03-20 13:55:48 +01:00
README.md update readme 2023-03-20 13:26:28 +01:00
technology.html fix categories permalink 2023-03-20 13:55:48 +01:00
template fix permalinks 2023-03-20 12:40:30 +01:00

This is the repo for blog.ayco.io, which is built with Jekyll and heavily modified styling on top of the default Minima theme.

I add ideas, outline, or drafts as github issues first. You can file an issue too if you want to request a topic or get in touch about anything on the blog.

How to Set Up the Project

  1. follow the jekyll installation guide for your machine

  2. clone project, then go to the directory:

git clone git@github.com:ayoayco/blog
cd blog
  1. install dependencies:
bundle install
  1. run dev server:
bundle exec jekyll serve
  1. build project:
bundle exec jekyll build