在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):ammarjabakji/gatsby-markdown-blog-starter开源软件地址(OpenSource Url):https://github.com/ammarjabakji/gatsby-markdown-blog-starter开源编程语言(OpenSource Language):JavaScript 82.3%开源软件介绍(OpenSource Introduction):Gatsby Markdown Blog StarterA markdown blog starter with all you need features to start markdown blog. NOTE: this porject is a developed version of Gatsby Advanced Starter. It aims to provide a minimal base for building advanced GatsbyJS powered Markdown blogs. It has a basic desgin using typography-theme-stow-lake theme. How can I use this?If you are a newcomer to Gatsby who's interested in the implementations of most needed features, this is a great place to start. If you are interested in a foundation for building ultra-fast websites, you can use this project as a "minimal" starter. Features
Getting StartedInstall this starter (assuming Gatsby is installed and updated) by running from your CLI: gatsby new YourProjectName https://github.com/ammarjabakji/gatsby-markdown-blog-starter/
npm run develop # or gatsby develop Or you can fork the project, make your changes there and merge new features when needed. Alternatively: git clone https://github.com/ammarjabakji/gatsby-markdown-blog-starter/ YourProjectName # Clone the project
cd YourProjectname
rm -rf .git # So you can have your own changes stored in VCS.
npm install # or yarn install
npm run develop # or gatsby develop ConfigurationEdit the export object in module.exports = {
siteTitle: "Gatsby Markdown Blog Starter", // Site title.
siteTitleShort: "GA Markdown Blog Starter", // Short site title for homescreen (PWA). Preferably should be under 12 characters to prevent truncation.
siteTitleAlt: "Gatsby Markdown Blog Starter", // Alternative site title for SEO.
siteLogo: "/logos/logo-1024.png", // Logo used for SEO and manifest.
siteUrl: "https://gatsby-markdown-blog-starter.netlify.com", // Domain of your website without pathPrefix.
pathPrefix: "/gatsby-markdown-blog-starter", // Prefixes all links. For cases when deployed to example.github.io/gatsby-advanced-starter/.
siteDescription: "A GatsbyJS stater with Advanced design in mind.", // Website description used for RSS feeds/meta description tag.
siteRss: "/rss.xml", // Path to the RSS file.
siteFBAppID: "189387411558234", // FB Application ID for using app insights
googleAnalyticsID: "UA-4633244-5", // GA tracking ID.
disqusShortname: "https-vagr9k-github-io-gatsby-advanced-starter", // Disqus shortname.
dateFromFormat: "YYYY-MM-DD", // Date format used in the frontmatter.
dateFormat: "DD/MM/YYYY", // Date format for display.
userName: "Advanced User", // Username to display in the Bio section.
userTwitter: "", // Optionally renders "Follow Me" in the Bio segment.
userGitHub: "", // Add Github link to the footer section.
userLocation: "North Pole, Earth", // User location to display in the Bio section.
userAvatar: "https://api.adorable.io/avatars/150/test.png", // User avatar to display in the Bio section.
userDescription:
"Yeah, I like animals better than people sometimes... Especially dogs. Dogs are the best. Every time you come home, they act like they haven't seen you in a year. And the good thing about dogs... is they got different dogs for different people.", // User description to display in the Bio section.
copyright: "Copyright © 2019. Advanced User", // Copyright string for the footer of the website and RSS feed.
themeColor: "#c62828", // Used for setting manifest and progress theme colors.
backgroundColor: "#e0e0e0" // Used for setting manifest background color.
}; You can also optionally set module.exports = {
// Note: it must *not* have a trailing slash.
pathPrefix: "/gatsby-markdown-blog-starter" // Prefixes all links. For cases when deployed to example.github.io/gatsby-markdown-blog-starter/.
}; WARNING: Make sure to edit |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论