ヒットが見えるファッションを中心にライフスタイルを掲載する情報サイト。おでかけスポット、映画、アート、音楽、コスメ、グルメなど幅広く、ランキング形式で掲載する日本最大級のサイトです。
Edit me
Note: If you’re cloning this theme, you’re probably writing documentation of some kind. I have a blog on technical writing here called I’d Rather Be Writing. If you’d like to stay updated with the latest trends, best practices, and other methods for writing documentation, consider subscribing. I also have a site on writing API documentation.
Build the Theme
Follow these instructions to build the theme.
1. Download the theme
First, download or clone the theme from the Github repo. Most likely you won’t be pulling in updates once you start customizing the theme, so downloading the theme (instead of cloning it) probably makes the most sense. In Github, click the Clone or download button, and then click Download ZIP.
The YAML syntax depends on exact spacing, so make sure you follow the pattern shown in the sample sidebars. See my YAML tutorial for more details about how YAML works.
Note: If you have just one character of spacing off, Jekyll won’t build due to the YAML syntax error. You’ll see an error message in your console that says “Error … did not find expected key while parsing a block mapping at line 22 column 5. Error: Run jekyll build –trace for more information.” If you encounter this, it usually refers to incorrect indentation or spacing in the YAML file. See the example mydoc_sidebar.yml file to see where your formatting went wrong.