Skip to content

Commit d1a6a40

Browse files
committed
Set up initial version of the website.
1 parent 65eb1d0 commit d1a6a40

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+120
-2974
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM ruby:latest
22
ENV DEBIAN_FRONTEND noninteractive
33

4-
Label MAINTAINER Amir Pourmand
4+
LABEL MAINTAINER Amir Pourmand
55

66
RUN apt-get update -y && apt-get install -y --no-install-recommends \
77
locales \

FAQ.md

Lines changed: 0 additions & 139 deletions
This file was deleted.

Gemfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,12 @@ group :jekyll_plugins do
1818
gem 'jekyll-toc'
1919
gem 'jekyll-twitter-plugin'
2020
gem 'jemoji'
21-
gem 'mini_racer'
21+
# gem 'mini_racer', '~> 0.2.0'
22+
gem 'kramdown-parser-gfm'
2223
gem 'unicode_utils'
2324
gem 'webrick'
25+
gem 'observer'
26+
gem 'ostruct'
2427
end
2528
group :other_plugins do
2629
gem 'css_parser'

INSTALL.md

Lines changed: 0 additions & 200 deletions
This file was deleted.

0 commit comments

Comments
 (0)