Skip to content

Commit afa98ae

Browse files
committed
Update documentation to include entire directory structure
1 parent 6a438bd commit afa98ae

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,11 @@ Millennial/
9393
| └── img # Images go here
9494
├── pages # Category pages
9595
├── _config.yml # Site build settings
96-
└── index.md # Home page
96+
├── Gemfile # Ruby Gemfile for managing Jekyll plugins
97+
├── index.md # Home page
98+
├── LICENSE.md # License for this theme
99+
├── README.md # Includes all of the documentation for this theme
100+
└── rss-feed.xml # Generates RSS 2.0 file which Jekyll points to
97101
```
98102

99103
### Starting From Scratch

_posts/2016-10-10-getting-started.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,11 @@ Millennial/
102102
| └── img # Images go here
103103
├── pages # Category pages
104104
├── _config.yml # Site build settings
105-
└── index.md # Home page
105+
├── Gemfile # Ruby Gemfile for managing Jekyll plugins
106+
├── index.md # Home page
107+
├── LICENSE.md # License for this theme
108+
├── README.md # Includes all of the documentation for this theme
109+
└── rss-feed.xml # Generates RSS 2.0 file which Jekyll points to
106110
```
107111

108112
### Starting From Scratch

0 commit comments

Comments
 (0)