Note:This is part 5 of five-parts adding functionality to Gatsby site series. This learning post is still in active development and updated regularly. In the previous learning-note posts series, creating posts with markdown, adding images & prismJS syntax highlighter, and typography were described. The next logical step to add functionality to the site is to […]
Write write write. Writing is a craft not a gift. You have to practice. Lev Grossman
Author of the bestselling Magicians trilogy and journalist at Time magazine
While answering a question "Best Advice for aspiring writers" at Quora Forum.
Adding Tags to Posts in Gatsby Site
Note: This is part 4 of five-parts adding functionality to Gatsby site series. This learning post is still in active development and updated regularly. In the previous learning-note posts series, creating posts with markdown, how images & prismJS syntax highlighter, and typography are added to the posts were described. The next logical step to add […]
Understanding Relative Paths vs Absolute Paths
While linking a file or page in a site, it’s essential to know the correct location of file or document. Referencing to a file folder within a project structure or to a document from a website outside of the project is very common task to be performed in development. However, difference between absolute path and […]
Learning to Work With Images in Gatsby Sites
Note: This is part 3 of five-parts adding functionality to Gatsby site series. This learning post is still in active development and updated regularly. In a previous posts in this series, adding syntax highlighting with PrismJs and Styling Gatsby Site with Typography & Sass Plugins were discussed. Images are integral part of any website however […]
