This commit is contained in:
Michael Rose 2017-06-24 11:29:59 -04:00 committed by GitHub
parent 262b6f3c4a
commit 399cd19472

View file

@ -13,7 +13,7 @@ Nothing clever here :wink:. Layouts, data files, and includes are all placed in
```bash
minimal-mistakes
├── _data # data files for customizing the theme
| ├── navigations.yml # main navigation links
| ├── navigation.yml # main navigation links
| └── ui-text.yml # text used throughout the theme's UI
├── _includes
| ├── analytics-providers # snippets for analytics (Google and custom)
@ -51,4 +51,4 @@ minimal-mistakes
├── Gemfile # gem file dependencies
├── index.html # paginated home page showing recent posts
└── package.json # NPM build scripts
```
```