はてなブックマークアプリ

サクサク読めて、
アプリ限定の機能も多数!

アプリで開く

はてなブックマーク

  • はてなブックマークって?
  • アプリ・拡張の紹介
  • ユーザー登録
  • ログイン
  • Hatena

はてなブックマーク

トップへ戻る

  • 総合
    • 人気
    • 新着
    • IT
    • 最新ガジェット
    • 自然科学
    • 経済・金融
    • おもしろ
    • マンガ
    • ゲーム
    • はてなブログ(総合)
  • 一般
    • 人気
    • 新着
    • 社会ニュース
    • 地域
    • 国際
    • 天気
    • グルメ
    • 映画・音楽
    • スポーツ
    • はてな匿名ダイアリー
    • はてなブログ(一般)
  • 世の中
    • 人気
    • 新着
    • 新型コロナウイルス
    • 働き方
    • 生き方
    • 地域
    • 医療・ヘルス
    • 教育
    • はてな匿名ダイアリー
    • はてなブログ(世の中)
  • 政治と経済
    • 人気
    • 新着
    • 政治
    • 経済・金融
    • 企業
    • 仕事・就職
    • マーケット
    • 国際
    • はてなブログ(政治と経済)
  • 暮らし
    • 人気
    • 新着
    • カルチャー・ライフスタイル
    • ファッション
    • 運動・エクササイズ
    • 結婚・子育て
    • 住まい
    • グルメ
    • 相続
    • はてなブログ(暮らし)
    • 掃除・整理整頓
    • 雑貨
    • 買ってよかったもの
    • 旅行
    • アウトドア
    • 趣味
  • 学び
    • 人気
    • 新着
    • 人文科学
    • 社会科学
    • 自然科学
    • 語学
    • ビジネス・経営学
    • デザイン
    • 法律
    • 本・書評
    • 将棋・囲碁
    • はてなブログ(学び)
  • テクノロジー
    • 人気
    • 新着
    • IT
    • セキュリティ技術
    • はてなブログ(テクノロジー)
    • AI・機械学習
    • プログラミング
    • エンジニア
  • おもしろ
    • 人気
    • 新着
    • まとめ
    • ネタ
    • おもしろ
    • これはすごい
    • かわいい
    • 雑学
    • 癒やし
    • はてなブログ(おもしろ)
  • エンタメ
    • 人気
    • 新着
    • スポーツ
    • 映画
    • 音楽
    • アイドル
    • 芸能
    • お笑い
    • サッカー
    • 話題の動画
    • はてなブログ(エンタメ)
  • アニメとゲーム
    • 人気
    • 新着
    • マンガ
    • Webマンガ
    • ゲーム
    • 任天堂
    • PlayStation
    • アニメ
    • バーチャルYouTuber
    • オタクカルチャー
    • はてなブログ(アニメとゲーム)
    • はてなブログ(ゲーム)
  • おすすめ

    ブラックフライデー

『Jekyll • Simple, blog-aware, static sites』

  • 人気
  • 新着
  • すべて
  • Jekyll turns 3.6!

    3 users

    jekyllrb.com

    Another much-anticipated release of Jekyll. This release comes with it Rouge 2 support, but note you can continue to use Rouge 1 if you’d prefer. We also now require Ruby 2.1.0 as 2.0.x is no longer supported by the Ruby team. Otherwise, it’s a massive bug-fix release! A few bugs were found and squashed with our Drop implementation. We’re using the Schwartzian transform to speed up our custom sort

    • テクノロジー
    • 2017/09/22 09:32
    • Jekyll 3.0 Released

      9 users

      jekyllrb.com

      The much-anticipated Jekyll 3.0 has been released! Key changes: Incremental regeneration (experimental, enable with --incremental) Liquid profiler (add --profile to a build or serve) Hook plugin API (no more monkey-patching!) Dependencies reduced from 14 to 8, none contain C extensions. We’re hoping to reduce this even more in the future. Changed version support: no support for Ruby 1.9.3, added b

      • テクノロジー
      • 2015/10/27 14:24
      • jekyll
      • ruby
      • GitHub Pages

        4 users

        jekyllrb.com

        GitHub Pages are public web pages for users, organizations, and repositories, that are freely hosted on GitHub’s github.io domain or on a custom domain name of your choice. GitHub Pages are powered by Jekyll behind the scenes, so they’re a great way to host your Jekyll-powered website for free. Your site is automatically generated by GitHub Pages when you push your source files. Note that GitHub P

        • テクノロジー
        • 2014/06/02 08:47
        • github
        • ruby
        • Jekyll turns 2.0.0

          20 users

          jekyllrb.com

          A year ago to the day, we released Jekyll 1.0.0. One year later, we present to you the next major version: Jekyll 2.0.0. Jam-packed with some highly-requested features and bugfixes galore, this is the best Jekyll yet. Some notable changes: Collections - Collections allow you to define an unlimited number of custom document types (beyond just posts and pages) for different types of content you may

          • 世の中
          • 2014/05/07 10:35
          • jekyll
          • Jekyll 変数のリストと説明(英文)

            4 users

            jekyllrb.com

            Jekyll traverses your site looking for files to process. Any files with front matter are subject to processing. For each of these files, Jekyll makes a variety of data available via Liquid. The following is a reference of the available data. Global Variables Variable Description

            • 学び
            • 2014/02/12 17:20
            • Liquid

              5 users

              jekyllrb.com

              Jekyll uses the Liquid templating language to process templates. Generally in Liquid you output content using two curly braces e.g. {{ variable }} and perform logic statements by surrounding them in a curly brace percentage sign e.g. {% if statement %}. To learn more about Liquid, check out the official Liquid Documentation. Jekyll provides a number of useful Liquid additions to help you build you

              • 暮らし
              • 2013/11/19 15:25
              • Front Matter

                21 users

                jekyllrb.com

                Any file that contains a YAML front matter block will be processed by Jekyll as a special file. The front matter must be the first thing in the file and must take the form of valid YAML set between triple-dashed lines. Here is a basic example: Between these triple-dashed lines, you can set predefined variables (see below for a reference) or even create custom ones of your own. These variables will

                • テクノロジー
                • 2013/10/16 01:00
                • jekyll
                • markdown
                • YAML
                • metadata
                • *programming
                • tech
                • Software
                • Configuration

                  5 users

                  jekyllrb.com

                  Jekyll gives you a lot of flexibility to customize how it builds your site. These options can either be specified in a _config.yml or _config.toml file placed in your site’s root directory, or can be specified as flags for the jekyll executable in the terminal. Configuration Options Default Configuration Front Matter Defaults Environments Markdown Options Liquid Options Sass/SCSS Options Webrick O

                  • 学び
                  • 2013/10/06 00:21
                  • jekyll
                  • Quickstart

                    11 users

                    jekyllrb.com

                    Jekyll is a static site generator. It takes text written in your favorite markup language and uses layouts to create a static website. You can tweak the site’s look and feel, URLs, the data displayed on the page, and more. Prerequisites Jekyll requires the following: Ruby version 2.7.0 or higher RubyGems GCC and Make See Requirements for guides and details. Instructions Install all prerequisites.

                    • テクノロジー
                    • 2013/05/12 01:22
                    • jekyll
                    • reference
                    • ruby
                    • blog
                    • html
                    • webdesign
                    • web制作
                    • Plugins

                      6 users

                      jekyllrb.com

                      Jekyll has a plugin system with hooks that allow you to create custom generated content specific to your site. You can run custom code for your site without having to modify the Jekyll source itself. You can add specific plugins to the whitelist key in _config.yml to allow them to run in safe mode. Installation - How to install plugins Your first plugin - How to write plugins Generators - Create a

                      • 暮らし
                      • 2013/05/06 18:14
                      • Jekyll • Simple, blog-aware, static sites

                        224 users

                        jekyllrb.com

                        No more databases, comment moderation, or pesky updates to install—just your content. How Jekyll works → Static Markdown, Liquid, HTML & CSS go in. Static sites come out ready for deployment. Jekyll template guide → Blog-aware Permalinks, categories, pages, posts, and custom layouts are all first-class citizens here. Migrate your blog →

                        • テクノロジー
                        • 2009/09/25 06:32
                        • jekyll
                        • Ruby
                        • CMS
                        • markdown
                        • generator
                        • blog
                        • HTML
                        • static
                        • Github Pages
                        • Web

                        このページはまだ
                        ブックマークされていません

                        このページを最初にブックマークしてみませんか?

                        『Jekyll • Simple, blog-aware, static sites』の新着エントリーを見る

                        キーボードショートカット一覧

                        j次のブックマーク

                        k前のブックマーク

                        lあとで読む

                        eコメント一覧を開く

                        oページを開く

                        はてなブックマーク

                        • 総合
                        • 一般
                        • 世の中
                        • 政治と経済
                        • 暮らし
                        • 学び
                        • テクノロジー
                        • エンタメ
                        • アニメとゲーム
                        • おもしろ
                        • アプリ・拡張機能
                        • 開発ブログ
                        • ヘルプ
                        • お問い合わせ
                        • ガイドライン
                        • 利用規約
                        • プライバシーポリシー
                        • 利用者情報の外部送信について
                        • ガイドライン
                        • 利用規約
                        • プライバシーポリシー
                        • 利用者情報の外部送信について

                        公式Twitter

                        • 公式アカウント
                        • ホットエントリー

                        はてなのサービス

                        • はてなブログ
                        • はてなブログPro
                        • 人力検索はてな
                        • はてなブログ タグ
                        • はてなニュース
                        • ソレドコ
                        • App Storeからダウンロード
                        • Google Playで手に入れよう
                        Copyright © 2005-2025 Hatena. All Rights Reserved.
                        設定を変更しましたx