Gatsby Starter for Gatsby Theme Primer Wiki
πA Gatsbyjs starter that use gatsby-theme-primer-wiki
Examples
Features
- Support Local search, full-text search.
- Support Graph Visualisation with canvas.
- Support Tags, Tags First, Generating tag pages, also connecting with graph visualisation.
- Support Gitbook styled
SUMMARY.md
for custom sidebar. - Support
[[WikiLink]]
, But you'd better use Link Reference Definitions with extensions,"foam.edit.linkReferenceDefinitions": "withExtensions"
- Support Light/Dark Theme
- Custom Header Nav Items
- Nested sidebar
- Support Google Analytics
- Support Sitemap/Robot
- SEO optimization
π Quick start
Create a Gatsby site.
Use the Gatsby CLI (install instructions) to create a new site, specifying the blog starter.
# create a new Gatsby site using the blog startergatsby new wiki https://github.com/theowenyoung/gatsby-starter-primer-wikiStart developing.
Navigate into your new siteβs directory and start it up.
cd wiki/npm startOpen the source code and start editing!
Your site is now running at
http://localhost:8000
!Note: You'll also see a second link:
http://localhost:8000/___graphql
. This is a tool you can use to experiment with querying your data. Learn more about using this tool in the Gatsby tutorial.Open the
wiki
directory in your code editor of choice and editcontent
. Save your changes and the browser will update in real time!
Config
See here
Edit this page
Last updated on 8/31/2021