gatsby-starter-minimal-blog | Typography driven , feature-rich blogging theme | Frontend Framework library
kandi X-RAY | gatsby-starter-minimal-blog Summary
kandi X-RAY | gatsby-starter-minimal-blog Summary
Typography driven, feature-rich blogging theme with minimal aesthetics. Includes tags/categories support and extensive features for code blocks such as live preview, line numbers, and line highlighting.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Spotify player .
gatsby-starter-minimal-blog Key Features
gatsby-starter-minimal-blog Examples and Code Snippets
Community Discussions
Trending Discussions on gatsby-starter-minimal-blog
QUESTION
I have installed this Gatbsy site locally:
https://www.gatsbyjs.org/starters/LekoArts/gatsby-starter-minimal-blog
with:
...ANSWER
Answered 2020-Aug-07 at 06:29The repository that you have provided introduces the concept of shadowing by Gatsby's themes. This is a feature that allows you to replace the /src
folder with your own custom implementation. From Gatsby documentation:
Gatsby themes introduce a concept called “shadowing”. This feature allows users to replace a file in the
src
directory that is included in the webpack bundle with their own implementation. This works for React components, pages insrc/pages
, JSON files, TypeScript files, as well as any other imported file (such as.css
) in your site.A practical use case is when you’ve installed
gatsby-theme-blog
and want to customize the author Bio component to add your own biographical content. Shadowing lets you replace the theme’s original file,gatsby-theme-blog/src/components/bio.js
, with your own file to make any changes you need.
As you can see in your dependencies, the repository includes @lekoarts/gatsby-theme-minimal-blog
where you can find all these shadowing configurations.
When shadowing, your ability to customize the structure is limited to the configuration of the shadow implementation itself, so, if you want to customize this starter, you should place your files into /src/@lekoarts/gatsby-theme-minimal-blog/
to shadow/override files with your own structure. However, if you want to change the UI theme you should override the starter files by adding your own configuration under /src/gatsby-plugin-theme-ui/
as you can see in the starter README.md
.
QUESTION
I am starting to use Gatsby Minimal Starter Blog by LekoArts and Github repo. Currently only 3 latest posts can be displayed in the home page. Can i know how to increase it like from 3 to 30. I don't see any settings for that.
...ANSWER
Answered 2020-Mar-18 at 08:43It's defined in the graphql query in homepage-query.tsx:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install gatsby-starter-minimal-blog
Create a Gatsby site.
Start developing.
Open the code and start customizing!
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page