App promotion themed template for Jekyll. Browse through a live demo. Increase the web presence of a App with this configurable theme.
Frisco was made by CloudCannon, the Cloud CMS for Jekyll.
Find more templates, themes and step-by-step Jekyll tutorials at CloudCannon Academy.
_config.yml
._config.yml
.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なら概ね以下の流れ。
// 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
Frisco is already optimised for adding, updating and removing pages, staff, advice, company details and footer elements in CloudCannon.
_docs
folder._posts/_defaults.md
.