Want to have a cool personal website to showcase your projects? This application is the solution! In addition to being able to use it to create an attractive biodata, you can also use this template for your personal website too!
Documentation
With this guide, you will learn how to change the look and feel of your own website.
Understanding website structure
The conf.yaml file is the heart of your website. It contains all the information needed to display content on each page. This file is structured in a way that's easy to understand and edit, even for those who are new to coding.,
• webname: This is the main title of your website, which appears in the browser tab or at the top of the page.
• subname1, subname2, ...: These are the titles for each session (page) of your website. For instance, subname1 is the title for the first page (usually the homepage).
• content, project, introduction, attribution: These are columns that hold the actual content for each section. You can input text, arrays (for lists), or objects (for more complex data structures) into these columns.
Further customization
• Formatting Text: Use HTML tags, and others to format your text. You can also use CSS to style text and other elements.
• Adding Images: Use the tag to add images to your page. Make sure the path to your image is correct.
• Creating Links: Use the tag to create links to other pages or external websites.
Ensure your conf.json file has correct syntax. You can use an online JSON validator to check.
Always create a backup of your data.json file before making significant changes.
Understanding the basics of HTML, CSS, and JavaScript allows you to create more dynamic and interactive websites.
Conclusion
By understanding the structure of the conf.json file and utilizing HTML features, you can easily create a website that meets your needs. Don't hesitate to experiment and try new things!