No description
Find a file
2024-06-15 00:35:38 +02:00
.vscode setting: migrate vscode terminal 2021-11-02 10:57:14 +08:00
_drafts publish tech debt blog 2024-06-05 23:11:48 +02:00
_ideas fix permalinks 2023-03-20 12:40:30 +01:00
_includes feat: respect system theme preference 2024-06-11 16:40:04 +02:00
_layouts feat: respect system theme preference 2024-06-11 16:40:04 +02:00
_posts feat: remove codepen embed 2024-06-14 12:47:26 +02:00
assets style: adjust font size of side-message 2024-06-15 00:35:38 +02:00
.gitignore ignore thumbnail info 2023-03-22 10:35:53 +01:00
404.html initial commit 2018-01-13 16:20:54 +08:00
_config.yml feat: new archives; show only 10 recent at home 2024-05-14 02:03:20 +02:00
about.md chore: udpate news link to noah 2024-06-15 00:21:44 +02:00
archives.html feat: add archives page 2024-05-14 02:23:45 +02:00
category.html link to topic page in all topics 2023-05-27 17:24:55 +02:00
emoji-cheat-sheet.md add emoji cheat sheet, use thumbnails for home 2018-06-15 19:21:10 +08:00
entertaining.html update topic pages' titles 2023-05-28 00:00:29 +02:00
entertainment.html new drafts and category 2023-05-29 20:42:47 +02:00
favicon.ico add favicon 2019-10-12 22:24:32 +08:00
games.html publish obscure post 2023-07-14 00:16:25 +02:00
Gemfile assets/main.scss 2024-05-14 01:28:50 +02:00
Gemfile.bkup remove jemoji 2019-08-09 18:38:34 +08:00
Gemfile.lock feat: respect system theme preference 2024-06-11 16:40:04 +02: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 update homepage title and meta tags 2023-05-27 23:55:45 +02:00
motivational.html update topic pages' titles 2023-05-28 00:00:29 +02:00
music.html post: scared test lead 2023-07-28 12:03:39 +02:00
personal.html fix: wrong html 2023-05-22 12:10:09 +02:00
privacy.md remove analytics, scripts, emphasize RSS feed 2023-03-22 10:15:00 +01:00
productivity.html update topic pages' titles 2023-05-28 00:00:29 +02:00
projects.html update topic pages' titles 2023-05-28 00:00:29 +02:00
README.md Update README.md (drafts are evil) 2024-05-12 12:57:46 +02:00
talks.html update topic pages' titles 2023-05-28 00:00:29 +02:00
technology.html update topic pages' titles 2023-05-28 00:00:29 +02:00
template fix permalinks 2023-03-20 12:40:30 +01:00
YYYY-MM-DD-blog-template.md new draft 2023-05-23 11:50:29 +02:00

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

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 --livereload
  1. build project:
bundle exec jekyll build