Code4Yokohama / code4.yokohama

http://code4.yokohama/
http://code4.yokohama/
MIT License
3 stars 18 forks source link

Frisco

App promotion themed template for Jekyll. Browse through a live demo. Increase the web presence of a App with this configurable theme.

Frisco template screenshot

Frisco was made by CloudCannon, the Cloud CMS for Jekyll.

Find more templates, themes and step-by-step Jekyll tutorials at CloudCannon Academy.

Features

Setup

  1. Add your site and author details in _config.yml.
  2. Add your Google Analytics and Disqus keys to _config.yml.
  3. Get a workflow going to see your site's output (with CloudCannon or Jekyll locally).

Develop

Frisco was built with Jekyll version 3.3.1, but should support newer versions as well.

Install the dependencies with Bundler:

$ bundle install

Run jekyll commands through Bundler to ensure you're using the right versions:

$ bundle exec jekyll serve

動かない場合

上の'Develop'記載の操作手順で動作しない場合、Rubyのバージョンを確認すると良いかも。 いちおう、3.0.0で動作確認できている。

rubyのバージョンを確認するにはこうする。

// ruby のバージョンを確認
$ ruby -v
ruby 2.6.3p62 (2019-04-16 revision 67580) [universal.arm64e-darwin20]

rbenv を使えば、ディレクトリごとに使用するrubyのバージョンを指定できる。

Macなら概ね以下の流れ。

  1. brewでrbenvをインストール
  2. pathを通す(zsh と bashだとやり方違うので注意)
  3. 必要なrubyのバージョンを指定してインストール
  4. ディレクトリでrubyのバージョンを指定
  5. 以下、bundle install〜
// rbenvはインストールできている前提でそれ以降の操作はこんな感じ
// インストール可能なRubyのバージョン一覧の表示
$ rbenv install -l
// 指定したRubyのバージョンをインストール
$ rbenv install 3.0.0
// インストールしたRubyを使用可能な状態にする⇒shimsへの反映
$ rbenv rehash
// カレントディレクトリで使うRubyのバージョンを指定
$ rbenv local 3.0.0
// 再度バージョンを確認
$ ruby -v
ruby 3.0.0p0 (2020-12-25 revision 95aff21468) [arm64-darwin20]

参考:https://github.com/rbenv/rbenv#understanding-shims

Editing

Frisco is already optimised for adding, updating and removing pages, staff, advice, company details and footer elements in CloudCannon.

Posts

Contact Form

Staff

Footer

Footer

プロジェクトページの追加