Skip to content

yyamano/architectelevator-ja

Repository files navigation

About the repository

This is a Japanese translation of Gregor Hohpe's Architect Elevator Blog. It is published at https://yyamano.github.io/architectelevator-ja/ with GitHub Pages.

Installation

Requirements

Install the followings with pkgsrc.

  • devel/git
  • www/curl
  • security/mozilla-rootcerts-openssl
  • lang/ruby27

Setup the repo

% git clone https://github.com/yyamano/architectelevator-ja.git
% cd architectelevator-ja
% bundle27 install vendor/bundle

Build the site locally

% bundle27 exec jekyll serve

You can access the site locally on macOS:

% open http://127.0.0.1:4000

How to add the new article

% cd architectelevator-ja
% mkdir -p _original_htmls/PATH/TO/THE/ARTICLE
% curl https://architectelevator.com/PATH/TO/THE/ARTICLE/ > _original_htmls/PATH/TO/THE/ARTICLE/index.html
% mkdir -p PATH/TO/THE/ARTICLE
% cp _original_htmls/PATH/TO/THE/ARTICLE/index.html PATH/TO/THE/ARTICLE/index.md

Add the follwoing YAML front matter block to the top of the markdown file. The description is used for generating SEO headers.

description: blah, blah, blah
original:
  url: https://architectelevator.com/PATH/TO/THE/ARTICLE/

TODO

Directory hierarchy

TODO: describe basic directory hierarchy including jekyll stuff.

About

Japanese translation of Architect Elevator Blog at https://architectelevator.com/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published