Skip to content
This repository has been archived by the owner on Jan 4, 2024. It is now read-only.

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
boratanrikulu committed Jul 30, 2022
1 parent 961d94d commit fecf999
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ cd themes/eternity && git pull && cd -

Eternity is configurable and you can change feature behaviours by setting variables.

Here's a basic post structure. You can basicly use `tags` to which pages will have this post. We suggest to use `work` for home page and `archive` for all posts. (Note: you can change their names too).
Here's a basic post structure. You can basically use `tags` to set which pages will have this post. We suggest to use `work` for homepage and `archive` for all posts. (Note: you can change their names too).
If you want to create a new page, just add it as a new tag.

```yaml
Expand All @@ -95,7 +95,7 @@ tags:
---
```

You can set `date` value for your posts. It will be used in Post page and for sorting. If you want, you can use `weight` value for sorting. (Note: if you did not set a `date`. We will check `exif` value of the image to use in post.)
You can set `date` value for your posts. It will be used in Post page and for posts sorting. If you want, you can use `weight` value for sorting. (Note: if you won't set a `date`, we check `exif` value of the image to use in post.)

```yaml
---
Expand All @@ -110,7 +110,7 @@ date: 2022-07-24
---
```

You can use multiple images by adding them to `images` array. Default view is `row`. But if you want to set them as `column` you can use `multipleColumn` value. Both local images and remote images are supported. If you use remote image, it will be downloaded.
You can use multiple images by adding them to `images` array. Default view is `row`. But if you want to set them as `column`, you can use `multipleColumn` value. Both local images and remote images are supported. If you use remote image, it will be downloaded.


```yaml
Expand Down Expand Up @@ -146,7 +146,7 @@ date: 2022-07-24
---
```

If you want to hide exif value for a post you can use `hideExif` value. Also there's available `hidetitle` and `hideDate` values. We used that values in about page to be able to create a single page with using same layout.
If you want to hide exif value for a post, you can use `hideExif` variable. Also there's available `hidetitle` and `hideDate` variables. We used that variables in about page to be able to create a single page with using same layout.

```yaml
---
Expand All @@ -164,7 +164,7 @@ hideExif: true
---
```

You can use `title`, `subtitle`, `url` for the post.
You can use `title`, `subtitle`, `url` variables for the post.

```yaml
---
Expand Down Expand Up @@ -224,15 +224,15 @@ desc:

Example config is here: [**config.yaml**](/config.example.yaml)

You can use `title`, `subtitle` and `image` values for your website. Same variables are available for post pages.
You can use `title`, `subtitle` and `image` variables for your website. Same variables are available for post pages.
```yaml
title: Eternity
params:
subtitle: Eternity is a minimalist Hugo theme designed for portfolio sites with a fresh feel.
image: '/images/about.png`
```
You can use `googleAnalytics` to set Analytics.
You can use `googleAnalytics` variable to set Analytics.
```yaml
googleAnalytics: ''
```
Expand Down Expand Up @@ -266,7 +266,7 @@ params:
people: 1
```
You can use `socials` array to set your social accounts. `icon` is font-awesome icon code. You can disable `landing` variable to make icon invisible only for landing page but visible inside website.
You can use `socials` array to set your social accounts. `icon` is font-awesome icon code. You can use `landing` variable to make icon invisible only for landing page but visible inside website.
```yaml
params:
socials:
Expand Down

0 comments on commit fecf999

Please sign in to comment.