Giter VIP home page Giter VIP logo

nemjpmanual.github.io's Introduction

NEMの説明書

必須環境

  • rbenv (or anyenv )
  • bundler gem

ruby のバージョンは2.2.0が設定されています。

環境設定

$ bundle install --path=vendor/bundle
$ bundle exec jekyll s -o # サーバ起動
$ bundle exec jekyll s --force_polling -o # 動かなかったら(Bash on windows等)

マニュアルの追加の仕方

それぞれのファイルの追加の場所

  • 画像 -> images/
  • script -> js/
  • css -> css/
  • font -> fonts/

_pages/ 内に、 xxx.md を作る

$ touch _pages/xxx.md

_pages/xxx.md を作ることで _site/xxx.html が自動生成されます。

以下の内容をxxx.mdの頭に記述

---
title: あばうと
layout: default
post_number: 0
---
## 設定の仕方

### 画像貼るとき

<img src="/images/xxx.png" class="img-responsive">

残りを記述

post_number は、サイドバーメニューのソート用です。

記事を追加する場合は、既存の記事より大きな数字を設定してください。

html と markdown の記法両方使えます。

nemjpmanual.github.io's People

Contributors

him0 avatar tomotomo9696 avatar

Watchers

GodTanu avatar

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.