No description
.vscode | ||
_drafts | ||
_ideas | ||
_includes | ||
_layouts | ||
_posts | ||
assets | ||
.gitignore | ||
404.html | ||
_config.yml | ||
about.md | ||
category.html | ||
emoji-cheat-sheet.md | ||
entertaining.html | ||
favicon.ico | ||
Gemfile | ||
Gemfile.bkup | ||
Gemfile.lock | ||
Gemfile.lock.bkup | ||
Gemfile.old | ||
img1.jpg | ||
index.md | ||
motivational.html | ||
personal.html | ||
privacy.md | ||
productivity.html | ||
README.md | ||
technology.html | ||
template |
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
-
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
- build project:
bundle exec jekyll build