#-*- mode: yaml; coding: utf-8; -*- #= 設定ファイル # # Rakefile 内で load される. # #== 挙動の制御 # #=== CSS, JS の置き場所 # # Rakefile の実体の場所を指定すると良い. # このディレクトリから bootstrap, jquery を読む # #base_path: /library/cc-env/RDWebgen base_path: /~itpass/RDWebgen/ # #=== 下層のディレクトリも再帰的に処理するか? # recursive: false # #=== 再帰的処理をしない場合の扱うディレクトリのリスト # # - recursive: true の場合は無視される # src: # - subdirs # - subdirs/subsubdirs # #=== RD ファイル内の画像へのリンクを thumbnail へ置き換えるか # thumbnail: true # #=== 日本語, 英語ファイルの処理 # # ja:true で htm.ja を生成 # en:true で htm.en を生成 # lang: ja: true en: true # #== HTML meta 情報 # # TODO: email で与えた文字列を画像に変換して配置したいが, ちょっと大仰かな... # author: ITPASS 2017 title: ITPASS url: http://itpass.scitec.kobe-u.ac.jp/~itpass/ email: http://epa.scitec.kobe-u.ac.jp/web_images/address.jpg since: 2007/04/09 #author: Earth and Planetary Atmosphere Science / Fluid Geophysics Group Staff #title: Earth and Planetary Atmosphere Science / Fluid Geophysics Group #url: http://epa.scitec.kobe-u.ac.jp/ #email: http://epa.scitec.kobe-u.ac.jp/web_images/address.jpg #since: 2007/04/09 # # #== CSSの指定 # # * default は twitter bootstrap に幾つかの要素を追加した # dcmodel-with-bootstrap.css を読み込む # #css: "/library/cc-env/RDWebgen/rdwebgen.css" #css: "/home/itpass/ftp/RDWebgen/rdwebgen.css" #css: "http://itpass.scitec.kobe-u.ac.jp/RDWebgen/rdwebgen.css" css: "./itpass.css" #css: false # #== additional HEADER # # に追加する任意の HTML 片をここに記述 # 出力時に改行は保持されないことに注意されたい # additional_head: |+ # # * メニューバーに表示するリンク # link_ja: - title: ITPASS 実習 url: http://itpass.scitec.kobe-u.ac.jp/~itpass/exp/ - title: ITPASS 実習 2018 url: http://itpass.scitec.kobe-u.ac.jp/~itpass/exp/fy2018/ # - title: 地球および惑星大気科学研究室 (流体地球物理学研究室) # url: / # - title: SPMODEL プロジェクト # url: /library/dynamo/index.html.ja link_en: - title: ITPASS url: /index.html.en # - title: Earth and Planetary Atmosphere Science / Fluid Geophysics Group Staff # url: /index.html.en # - title: SPMODEL Project # url: /library/spmodel/index.htm.en #------------------------------------------------------------------------- # Not implement yet. # #== 生成する HTML ファイルの URIのベース # # * "http://..." で指定する # * false の場合, Rakefile の場所からの相対PATHになる. # # publish_base: http://www.gfd-dennou.org/member/uwabami/tmp/ # publish_base: false # #== Template 置き場 # # * HTML のヘッダ/フッタのテンプレートを外部から読み込めるようにする? # # assets: "./assets"