Go to file
Andrew Tomaka d1d470fe0c
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details
And new post: git attribution (#4)
Reviewed-on: #4
2023-04-16 12:27:16 -04:00
_data Add new coding link 2023-02-19 20:43:00 -05:00
_posts And new post: git attribution (#4) 2023-04-16 12:27:16 -04:00
archive Migrate to jekyll for static gen 2023-02-05 21:07:24 -05:00
assets And new post: git attribution (#4) 2023-04-16 12:27:16 -04:00
nginx Create a simple Dockerfile 2023-02-17 21:51:53 -05:00
.drone.yml Use mdformat container (#3) 2023-02-20 20:55:55 -05:00
.gitignore Migrate to jekyll for static gen 2023-02-05 21:07:24 -05:00
.ruby-version Migrate to jekyll for static gen 2023-02-05 21:07:24 -05:00
404.html Migrate to jekyll for static gen 2023-02-05 21:07:24 -05:00
Dockerfile Create a simple Dockerfile 2023-02-17 21:51:53 -05:00
Gemfile And new post: git attribution (#4) 2023-04-16 12:27:16 -04:00
Gemfile.lock And new post: git attribution (#4) 2023-04-16 12:27:16 -04:00
Makefile Add CI/CD via Drone (#1) 2023-02-18 15:07:10 -05:00
README.md Update badge URL 2023-02-19 19:29:35 -05:00
_config.yml Migrate to jekyll for static gen 2023-02-05 21:07:24 -05:00
atomaka.jpg Migrate to jekyll for static gen 2023-02-05 21:07:24 -05:00
favicon.ico Migrate to jekyll for static gen 2023-02-05 21:07:24 -05:00
index.markdown Migrate to jekyll for static gen 2023-02-05 21:07:24 -05:00
keybase.txt build shell script 2016-11-17 19:52:04 -05:00
requirements.txt Migrate to jekyll for static gen 2023-02-05 21:07:24 -05:00

README.md

Build Status

atomaka.com

Website managed by jekyll.

Pre-requisites

  • Python
    • whatever version lets you install requirements.txt
  • Ruby
    • Preferably the version in .ruby-version

Setup

  1. pip install -r requirements.txt
  2. bundle install

Testing

  • bundle exec jekyll serve

Deployment

  • ./build.sh