mirror of
				https://github.com/MinimalBible/MinimalBible.github.io
				synced 2025-11-04 02:20:33 -05:00 
			
		
		
		
	Rename archive.html to posts.html and all instances
This commit is contained in:
		@ -46,7 +46,7 @@
 | 
				
			|||||||
		<li>
 | 
							<li>
 | 
				
			||||||
			<a href="#">Posts</a>
 | 
								<a href="#">Posts</a>
 | 
				
			||||||
			<ul class="dl-submenu">
 | 
								<ul class="dl-submenu">
 | 
				
			||||||
				<li><a href="{{ site.url }}/archive/">All Posts</a></li>
 | 
									<li><a href="{{ site.url }}/posts/">All Posts</a></li>
 | 
				
			||||||
				<li><a href="{{ site.url }}/tags/">All Tags</a></li>
 | 
									<li><a href="{{ site.url }}/tags/">All Tags</a></li>
 | 
				
			||||||
			</ul>
 | 
								</ul>
 | 
				
			||||||
		</li>
 | 
							</li>
 | 
				
			||||||
 | 
				
			|||||||
@ -1,8 +1,7 @@
 | 
				
			|||||||
---
 | 
					---
 | 
				
			||||||
layout: post-index
 | 
					layout: post-index
 | 
				
			||||||
permalink: /articles/
 | 
					permalink: /posts/
 | 
				
			||||||
title: All Posts
 | 
					title: All Posts
 | 
				
			||||||
permalink: /archive/index.html
 | 
					 | 
				
			||||||
description: "An archive of posts."
 | 
					description: "An archive of posts."
 | 
				
			||||||
---
 | 
					---
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@ -32,7 +32,7 @@ General notes and suggestions for customizing **HPSTR**.
 | 
				
			|||||||
## Setup for an Existing Jekyll site
 | 
					## Setup for an Existing Jekyll site
 | 
				
			||||||
 | 
					
 | 
				
			||||||
1. Clone the following folders: `_includes`, `_layouts`, `assets`, and `images`.
 | 
					1. Clone the following folders: `_includes`, `_layouts`, `assets`, and `images`.
 | 
				
			||||||
2. Clone the following files and personalize content as need: `about.md`, `archive.html`, `index.html`, `tags.html`, and `feed.xml`.
 | 
					2. Clone the following files and personalize content as need: `about.md`, `posts.html`, `index.html`, `tags.html`, and `feed.xml`.
 | 
				
			||||||
3. Set the following variables in your `config.yml` file:
 | 
					3. Set the following variables in your `config.yml` file:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
{% highlight yaml %}
 | 
					{% highlight yaml %}
 | 
				
			||||||
@ -115,8 +115,8 @@ hpstr-jekyll-theme/
 | 
				
			|||||||
├── images  # images for posts and pages
 | 
					├── images  # images for posts and pages
 | 
				
			||||||
├── _config.yml  # Jekyll options
 | 
					├── _config.yml  # Jekyll options
 | 
				
			||||||
├── about.md  # about page
 | 
					├── about.md  # about page
 | 
				
			||||||
├── archive.html  # all posts
 | 
					 | 
				
			||||||
├── index.html  # home page
 | 
					├── index.html  # home page
 | 
				
			||||||
 | 
					├── posts.html  # all posts
 | 
				
			||||||
└── tags.html  # all posts grouped by tag
 | 
					└── tags.html  # all posts grouped by tag
 | 
				
			||||||
{% endhighlight %}
 | 
					{% endhighlight %}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user