Go to file
Andrew Tomaka 20bb8a58fc
continuous-integration/drone/tag Build is passing Details
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is passing Details
Add new coding link
2023-02-19 20:43:00 -05:00
_data Add new coding link 2023-02-19 20:43:00 -05:00
_posts Migrate to jekyll for static gen 2023-02-05 21:07:24 -05:00
archive Migrate to jekyll for static gen 2023-02-05 21:07:24 -05:00
assets Migrate to jekyll for static gen 2023-02-05 21:07:24 -05:00
nginx Create a simple Dockerfile 2023-02-17 21:51:53 -05:00
.drone.yml Add markdown linting (#2) 2023-02-18 19:24:52 -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 Migrate to jekyll for static gen 2023-02-05 21:07:24 -05:00
Gemfile.lock Migrate to jekyll for static gen 2023-02-05 21:07:24 -05: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