File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments