Description
I have compiled a site using import starter template jamdocs from Netlify Gridsome Forestry.io.
-
How can I change H1 from "Jamdocs" to "The Digital Kern" on the homepage and from the sidebar?
-
Remove "Fork me on GitHub" button on the homepage and sidebar? Is this possible by deleting https://github.com/thedigitalkern/jamdocs/src/components/GitLink.vue file completely?
-
Can't seem to change Icons from VueFeather Icons (https://vue-feather-icons.netlify.com/) after adding the icon name in the github settings file. Is this possible by changing the following file - https://github.com/thedigitalkern/jamdocs/src/components/Shortcut.vue - You will notice that I have first added ImageIcon and LayersIcon on Line 13 and also added the same on Line 20 and 21. Then added https://github.com/thedigitalkern/jamdocs/src/pages/Index.vue on Line 10 and Line 11 -
<Shortcut link="/software-gear-camera" text="Software and Gear Required" icon="image-icon" />
and<Shortcut link="/image-optimisation-softwares" text="Image Optimisation Softwares" icon="layers-icon" />
-
Where do I insert this code in https://github.com/thedigitalkern/jamdocs/(file_path) ? The simple name of the attribute like "image-icon" will not work? Also do I need to attribute on each use on each page? Below code copied from https://vue-feather-icons.netlify.com/
<template><image-icon
size="1.5x"class="custom-class"></image-icon></template>
<script>import { ImageIcon } from 'vue-feather-icons' export default { components: { ImageIcon}} </script>
-
If we use your recommended Feather Icon - Where to add this section of code?
import { MoonIcon, SunIcon } from 'vue-feather-icons' export default {components: {MoonIcon,SunIcon}
-
How to make the icon visible on homepage and - I mean do I just change the icon attibute name to MoonIcon or moon-icon?
- Also center align Topic Name instead of Left Aligned on Homepage - You can notice the text is left-aligned by default - https://optimistic-darwin-d71561.netlify.com/ - How to center align the same?
Attaching the set of QUESTIONS under Sub-Topic - Homepage "Menu Links" (via Update Index.vue file) / Will "Custom Domain replace the Default Domain in the Sitemap" via "Netlify Plugins" Page / Simple "Method to Add/Enable "Page Search" field with "tag or category filters" in the "center aligned menu" show in the "menu and sidebar"" / Add "Footer with Multiple Website Policies" with "Social Links" - Import Starter Template jamdocs from Netlify Gridsome Forestry.io
Note: Please attach the full path of the file in case you prefer to edit in GitHub repository or complete steps in Forestry.io Also can you update the ReadMe.md file - https://github.com/samuelhorn/jamdocs/README.md?
Note to Viewers: For friends who are facing the same problems - Kindly Use the direct links to add or modify the code with code structure correctly defined. Might face compile errors due to incorrect formatting.