No description
Find a file
Andrew Tomaka 47174c5307
Some checks reported errors
continuous-integration/drone/push Build encountered an error
continuous-integration/drone/pr Build encountered an error
Back to reasonable file
2023-02-18 14:22:15 -05:00
_data Migrate to jekyll for static gen 2023-02-05 21:07:24 -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 Back to reasonable file 2023-02-18 14:22:15 -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
_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
build.sh 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
favicon.ico Migrate to jekyll for static gen 2023-02-05 21:07:24 -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
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
Makefile Create a simple Dockerfile 2023-02-17 21:51:53 -05:00
README.md Build badge 2023-02-17 22:09:56 -05:00
requirements.txt Migrate to jekyll for static gen 2023-02-05 21:07:24 -05:00

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