Skip to content

How do I create a new page? #2149

Discussion options

You must be logged in to vote

First, you need to modify the navigation.yml, like:

  • title: "Research"
    url: /Resaerch/
    Then, in your _pages, you need to have a new html file, like:
    research.html
    The contents can be something like this:

layout: archive
title: "Research"
permalink: /research/
author_profile: true

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@erikfred
Comment options

Answer selected by rjzupkoii
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
faq Frequently Asked Questions
4 participants