Skip to content

Commit

Permalink
Change main pages to lowercase move blog to root
Browse files Browse the repository at this point in the history
  • Loading branch information
n8layman committed Feb 18, 2025
1 parent b405a87 commit 4ac2c58
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 8 deletions.
21 changes: 17 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,30 @@

## Table of contents

- [Beautiful Jekyll](#beautiful-jekyll)
- [Table of contents](#table-of-contents)
- [Features](#features)
- [Sponsors 🏆](#sponsors)
- [**Build your website in 3 steps**](#build-your-website-in-3-steps)
- [Build your website in 3 steps](#build-your-website-in-3-steps)
- [The easy way (recommended!)](#the-easy-way-recommended)
- [1. Fork this project](#1-fork-this-project)
- [2. Rename the repository to `YOURUSERNAME.github.io`](#2-rename-the-repository-to-yourusernamegithubio)
- [3. Customize your website settings](#3-customize-your-website-settings)
- [4. Congratulations! You have a website!](#4-congratulations-you-have-a-website)
- [The harder way (for advanced users)](#the-harder-way-for-advanced-users)
- [Plans](#plans)
- [Add your own content](#add-your-own-content)
- [Customizing parameters for each page](#customizing-parameters-for-each-page)
- [Supported parameters](#supported-parameters)
- [Main parameters](#main-parameters)
- [Parameters for SEO and social media sharing](#parameters-for-seo-and-social-media-sharing)
- [Less commonly used parameters](#less-commonly-used-parameters)
- [Advanced parameters](#advanced-parameters)
- [Page types](#page-types)
- [Featured users (success stories!)](#featured-users-success-stories)
- [Next steps](#next-steps)
- [Getting help](#getting-help)
- [Credits and contributions](#contributions)
- [Contributions](#contributions)
- [Credits](#credits)

# Features

Expand Down Expand Up @@ -97,7 +110,7 @@ Beautiful Jekyll is, and always will be, free. But if you want to remove the Bea

To add pages to your site, you can either write a markdown file (`.md`) or you can write an HTML file. It's much easier to write markdown than HTML, so that's the recommended approach ([here's a great tutorial](https://markdowntutorial.com/) if you need to learn markdown in 5 minutes).

To see an example of a markdown file, click on any file that ends in `.md`, for example [`aboutme.md`](Aboutme.md). On that page you can see some nicely formatted text (there's a word in bold, a link, a few bullet points), and if you click on the pencil icon to edit the file, you'll see the markdown code that generated the pretty text. Very easy!
To see an example of a markdown file, click on any file that ends in `.md`, for example [`aboutme.md`](aboutme.md). On that page you can see some nicely formatted text (there's a word in bold, a link, a few bullet points), and if you click on the pencil icon to edit the file, you'll see the markdown code that generated the pretty text. Very easy!

In contrast, look at [`tags.html`](./tags.html). That's how your write HTML - not as pretty. So stick with markdown if you don't know HTML.

Expand Down
8 changes: 4 additions & 4 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ author: Nathan Layman
###############################################

navbar-links:
About Me: "Aboutme"
Resume: "Resume"
Publications: "Pubs"
Blog: "Blog"
About Me: "aboutme"
Resume: "resume"
Publications: "pubs"
Blog: "blog"
# Projects:
# - WAHIS-WILD Sensitivity: "https://github.com/ecohealthalliance/woah-wahis-wild-sensitivity"
# - Automated Literature Searching: "https://github.com/ecohealthalliance/ehallm"
Expand Down
File renamed without changes.

0 comments on commit 4ac2c58

Please sign in to comment.