Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Homepage Edit H1 / Remove "Fork me on GitHub" button / change Icons from VueFeather Icons / center align Topic Name instead of Left Aligned - Import Starter Template jamdocs from Netlify Gridsome Forestry.io #19

Open
thedigitalkern opened this issue Apr 5, 2020 · 0 comments

Comments

@thedigitalkern
Copy link

thedigitalkern commented Apr 5, 2020

I have compiled a site using import starter template jamdocs from Netlify Gridsome Forestry.io.

  1. How can I change H1 from "Jamdocs" to "The Digital Kern" on the homepage and from the sidebar?

  2. 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?

  3. 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?

  1. 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant