Giter Club home page Giter Club logo

wacker.io's Introduction

Wacker Blog

http://wacker.io/

記事の書き方

_posts ディレクトリ以下に以下のフォーマットで記事を投稿してください。

ファイル名

2016-10-18-pepper-hack.md のように日付、タイトルをハイフォンで区切ったファイル名としてください。

記事のフォーマット

以下のフォーマットを参考にしてください。

---
layout:     post
title:      "Wacker #7 Pepper ハック"
date:       2016-10-18
author:     "Takayuki Miyauchi"
header-img: "img/2016-10-18-pepper.jpg"
---

記事の本文はここから

サイト全体のカスタマイズ

Jekyll環境の構築

まず、このブログを git clone してください。

$ git clone [email protected]:wakayama-hacker/wacker.io.git

この環境を構築するにはRuby及びBundlerが必要です。まだの場合はそれらをインストールしてください。

次に以下のコマンドでJekyll環境を構築します。

$ cd wacker.io
$ bundle install --path vendor/bundle
$ bundle exec jekyll serve

以上が完了したら http://127.0.0.1:4000/ にアクセスしてください。

CSSの編集

必要な npm モジュールをインストール。

$ npm install

less/ 以下にあるファイルを修正して、その後以下のコマンドを実行してください。

$ npm run build

JavaScriptを編集する場合は、js/ 以下にある clean-blog.js を修正して、上記と同様に npm run build です。

wacker.io's People

Contributors

miya0001 avatar

Stargazers

Kamata, Ryo avatar  avatar

Watchers

 avatar James Cloos avatar Kamata, Ryo avatar

wacker.io's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.