Skip to content

Commit

Permalink
Update gatsby-starter-minimal-blog from LekoArts/gatsby-themes
Browse files Browse the repository at this point in the history
  • Loading branch information
LekoArts committed Nov 2, 2021
1 parent d865f91 commit 6312c5c
Show file tree
Hide file tree
Showing 2 changed files with 725 additions and 713 deletions.
8 changes: 6 additions & 2 deletions README.md
Expand Up @@ -200,14 +200,18 @@ defer: false
---
```

#### Changing the "Hero" text
### Changing the "Hero" text

To edit the hero text ("Hi, I'm Lupin...), create a file at `src/@lekoarts/gatsby-theme-minimal-blog/texts/hero.mdx` to edit the text.

#### Changing the "Projects" part
### Changing the "Projects" part

To edit the projects part below "Latest posts", create a file at `src/@lekoarts/gatsby-theme-minimal-blog/texts/bottom.mdx` to edit the contents.

### Extending the footer of the post

Inside the [`<Post />` component](https://github.com/LekoArts/gatsby-themes/blob/main/themes/gatsby-theme-minimal-blog/src/components/post.tsx) there's also a `<PostFooter />` component that you can shadow to display elements between the end of the post and the global footer. By default it returns `null`. Create a file at `src/@lekoarts/gatsby-theme-minimal-blog/components/post-footer.jsx` to edit this section. The `<PostFooter />` component receives the complete `post` prop that `<Post />` also receives.

### Changing your fonts

By default, the underlying theme and thus this starter uses "IBM Plex Sans" as its font. It's used throughout the site and set as a `font-family` on the `html` element.
Expand Down

0 comments on commit 6312c5c

Please sign in to comment.