diff --git a/exampleSite/config.toml b/exampleSite/config.toml new file mode 100644 index 000000000..4bcab008e --- /dev/null +++ b/exampleSite/config.toml @@ -0,0 +1,361 @@ +baseURL = "https://hugo-profile.netlify.app" +languageCode = "en-us" +title = "Hugo Profile" +theme = "hugo-profile" +Paginate = 3 +enableRobotsTXT = true + +[outputs] +home = [ "HTML", "RSS", "JSON" ] +page = [ "HTML", "RSS" ] + +[markup.goldmark.renderer] +unsafe = true + +[[Menus.main]] +identifier = "blog" +name = "Blog" +title = "Blog posts" +url = "/blogs" +weight = 1 + +[[Menus.main]] +identifier = "gallery" +name = "Gallery" +title = "Blog posts" +url = "/gallery" +weight = 2 + +[params] +title = "Hugo Profile" +description = "Text about my cool site" +favicon = "/fav.png" +useBootstrapCDN = false +mathjax = false +animate = true + + [params.font] + fontSize = "1rem" + fontWeight = 400 + lineHeight = 1.5 + textAlign = "left" + + [params.navbar] + align = "ms-auto" + brandName = "Hugo Profile" + disableSearch = false + enableSeparator = false + + [params.navbar.stickyNavBar] + enable = true + showOnScrollUp = true + + [params.navbar.menus] + disableAbout = false + disableExperience = false + disableEducation = false + disableProjects = false + disableAchievements = false + disableContact = false + + [params.hero] + enable = true + intro = "Hi, my name is" + title = "Isabella." + subtitle = "I build things for the web" + content = "A passionate web app developer. I tend to make use of modern web technologies to build websites that look great, feel fantastic, and function correctly." + image = "/images/hero.svg" + + [params.hero.bottomImage] + enable = true + + [params.hero.button] + enable = true + name = "Resume" + url = "#" + download = true + newPage = false + +[[params.hero.socialLinks.fontAwesomeIcons]] +icon = "fab fa-github" +url = "https://example.com" + +[[params.hero.socialLinks.fontAwesomeIcons]] +icon = "fab fa-x-twitter" +url = "https://example.com" + +[[params.hero.socialLinks.customIcons]] +icon = "/fav.png" +url = "https://example.com" + + [params.about] + enable = true + title = "About Me" + image = "/images/me.png" + content = """ +I am a software developer with a passion for web development. I have a background in computer science and mathematics, and I have a strong interest in the intersection of technology and art. I am currently working as a software developer at [example org.](https://example.com) in San Francisco, CA. + +I am currently working on a project that will be used to help people find the best way to get around the city.""" + + [params.about.skills] + enable = true + title = "Here are a few technologies I've been working with recently:" + items = [ "HTML", "CSS", "JavaScript", "React", "Node", "Express" ] + + [params.experience] + enable = true + + [[params.experience.items]] + job = "Senior Software Developer" + company = "Facebook" + companyUrl = "https://example.com" + date = "Jan 2022 - present" + content = "I am currently working as a software developer at [example org.](https://example.com) in San Francisco, CA. I am currently working on a project that will be used to help people find the best way to get around the city." + + [params.experience.items.featuredLink] + enable = true + name = "View the project" + url = "https://example.com" + + [[params.experience.items]] + job = "Software Developer" + company = "Amazon" + companyUrl = "https://example.com" + date = "Sep 2020 - Dec 2021" + content = """ +I am currently working as a software developer at [example org.](https://example.com) in San Francisco, CA. I am currently working on a project that will be used to help people find the best way to get around the city. + +- Lead backend developer for a product. +- Created a frontend design for a product. +""" + + [params.experience.items.featuredLink] + enable = true + url = "https://example.com" + + [params.experience.items.info] + enable = true + content = "I worked as a software developer for more than one year in Amazon." + + [[params.experience.items]] + job = "Junior Software Developer" + company = "Apple" + companyUrl = "https://example.com" + date = "Jan 2020 - Aug 2020" + content = """ +I am currently working as a software developer at [example org.](https://example.com) in San Francisco, CA. I am currently working on a project that will be used to help people find the best way to get around the city. + +- Lead backend developer for a product. +- Created a frontend design for a product. +""" + + [params.experience.items.info] + enable = false + + [params.experience.items.featuredLink] + enable = true + url = "https://example.com" + + [[params.experience.items]] + job = "UI/UX Designer" + company = "Netflix" + companyUrl = "https://example.com" + date = "June 2017 - Nov 2019" + content = """ +I am currently working as a software developer at [example org.](https://example.com) in San Francisco, CA. I am currently working on a project that will be used to help people find the best way to get around the city. + +- Lead backend developer for a product. +- Created a frontend design for a product. +""" + + [params.experience.items.featuredLink] + enable = true + url = "https://example.com" + + [[params.experience.items]] + job = "Product Designer" + company = "Google" + companyUrl = "https://example.com" + date = "Feb 2016 - Mar 2017" + content = "I am currently working as a software developer at [example org.](https://example.com) in San Francisco, CA. I am currently working on a project that will be used to help people find the best way to get around the city." + + [params.education] + enable = true + index = false + + [[params.education.items]] + title = "Master of Business Administration" + date = "2013 - 2015" + GPA = "3.8 out of 5.0" + content = """ +Extracurricular Activities + - Lorem ipsum dolor sit amet consectetur adipisicing elit. + - Tempora esse, eaque delectus nulla quo doloribus itaque expedita alias natus optio totam maxime nihil excepturi velit a animi laborum hic similique.""" + + [params.education.items.school] + name = "University of California, Berkeley" + url = "https://example.org" + + [[params.education.items]] + title = "Bachelor of Science in Computer Science" + date = "2009 - 2013" + GPA = "3.9 out of 5.0" + content = """ +I Publiced two papers in the ACM SIGCHI Conference on Artificial Intelligence. +- [Fast and Accurate Object Detection with a Single Convolutional Neural Network](https://example.com) +- Face mask detection using a single convolutional neural network. + +Extracurricular Activities + - Lorem ipsum dolor sit amet consectetur adipisicing elit. + - Tempora esse, eaque delectus nulla quo doloribus itaque expedita alias natus optio totam maxime nihil excepturi velit a animi laborum hic similique.""" + + [params.education.items.school] + name = "Massachusetts Institute of Technology" + url = "https://example.org" + + [params.education.items.featuredLink] + enable = true + name = "My academic record" + url = "https://example.com" + + [[params.education.items]] + title = "High School" + GPA = "4.2 out of 5.0" + + [params.education.items.school] + name = "Thomas Jefferson High School for Science and Technology." + url = "https://example.org" + + [params.education.items.featuredLink] + enable = true + url = "https://example.com" + + [params.achievements] + enable = true + + [[params.achievements.items]] + title = "Google kickstart runner" + content = "I solved all problems with optimal solution." + url = "https://example.com" + image = "/images/achievment.jpg" + + [[params.achievements.items]] + title = "Facebook Hackathon Winner" + content = "Developed a product using Artificial Intelligence." + image = "/images/achievment.jpg" + + [[params.achievements.items]] + title = "Hugo Profile" + content = "Developed a theme and getting 1K+ downloads per month." + url = "https://github.com/gurusabarish/hugo-profile" + image = "/images/achievment.jpg" + + [[params.achievements.items]] + title = "Microsoft Imagine Runner" + content = "We are developed a product which can help others." + + [[params.achievements.items]] + title = "Google Summer of Code" + content = "Contributed to a open source project." + url = "https://example.com" + + [params.projects] + enable = true + + [[params.projects.items]] + title = "Hugo Profile" + content = "A highly customizable and mobile first Hugo template for personal portfolio and blog." + image = "/images/projects/profile.png" + badges = [ "Hugo", "Bootstrap", "Javascript" ] + + [params.projects.items.featured] + name = "Demo" + link = "https://hugo-profile.netlify.app" + + [[params.projects.items.links]] + icon = "fa fa-envelope" + url = "mailto:?subject=Hugo%20Profile%20Template&body=Check%20it%20out:%20https%3a%2f%2fhugo-profile.netlify.app%2fblog%2fmarkdown-syntax%2f" + + [[params.projects.items.links]] + icon = "fab fa-github" + url = "https://github.com/gurusabarish/hugo-profile" + + [[params.projects.items.links]] + icon = "fab fa-twitter" + url = "https://twitter.com/intent/tweet?text=Check+it+out:&url=https%3A%2F%2Fgithub.com%2Fgurusabarish%2Fhugo-profile" + + [[params.projects.items]] + title = "Image Converter" + content = "A web app to convert image to pdf, png to jpg, png to jpg and png to webp without database using django." + image = "/images/projects/converter.jpg" + badges = [ "Django", "Bootstrap" ] + + [params.projects.items.featured] + name = "Demo" + link = "https://django-converter.herokuapp.com" + + [[params.projects.items.links]] + icon = "fab fa-github" + url = "https://github.com/gurusabarish/converter" + + [[params.projects.items]] + title = "Hugo Profile V2" + content = "A clean and simple Hugo template for personal portfolio and blog." + image = "/images/projects/profile2.jpg" + badges = [ "Hugo", "Bootstrap", "Javascript" ] + + [params.projects.items.featured] + name = "Demo V2" + link = "https://hugo-profile-2.netlify.app" + + [[params.projects.items.links]] + icon = "fab fa-github" + url = "https://github.com/gurusabarish/HugoProfileV2" + + [params.contact] + enable = true + content = "My inbox is always open. Whether you have a question or just want to say hi, I’ll try my best to get back to you!" + btnName = "Mail me" + btnLink = "mailto:gurusabarisha@gmail.com" + +[params.footer.recentPosts] +path = "blogs" +count = 3 +title = "Recent Posts" +enable = true +disableFeaturedImage = false + +[params.footer.socialNetworks] +github = "https://github.com" +linkedin = "https://linkedin.com" +twitter = "https://twitter.com" +instagram = "https://instagram.com" +facebook = "https://facebook.com" + + [params.listPages] + disableFeaturedImage = false + + [params.singlePages] + socialShare = true + + [params.singlePages.readTime] + enable = true + content = "min read" + + [params.singlePages.scrollprogress] + enable = true + + [params.singlePages.tags] + openInNewTab = true + + [params.terms] + read = "Read" + toc = "Table Of Contents" + copyright = "All rights reserved" + pageNotFound = "Page not found" + emailText = "Check out this site" + + [params.datesFormat] + article = "Jan 2, 2006" + articleList = "Jan 2, 2006" + articleRecent = "Jan 2, 2006" diff --git a/exampleSite/config.yaml b/exampleSite/config.yaml deleted file mode 100644 index 547c89426..000000000 --- a/exampleSite/config.yaml +++ /dev/null @@ -1,411 +0,0 @@ -baseURL: "https://hugo-profile.netlify.app" -languageCode: "en-us" -title: "Hugo Profile" -theme: hugo-profile - -outputs: - home: - - "HTML" - - "RSS" - - "JSON" - page: - - "HTML" - - "RSS" - -Paginate: 3 -enableRobotsTXT: true -# disqusShortname: your-disqus-shortname -# googleAnalytics: G-MEASUREMENT_ID - -markup: - goldmark: - renderer: - unsafe: true - -Menus: - main: - - identifier: blog - name: Blog - title: Blog posts - url: /blogs - weight: 1 - - identifier: gallery - name: Gallery - title: Blog posts - url: /gallery - weight: 2 - #Dropdown menu - # - identifier: dropdown - # title: Example dropdown menu - # name: Dropdown - # weight: 3 - # - identifier: dropdown1 - # title: example dropdown 1 - # name: example 1 - # url: /# - # parent: dropdown - # weight: 1 - # - identifier: dropdown2 - # title: example dropdown 2 - # name: example 2 - # url: /# - # parent: dropdown - # weight: 2 - -params: - title: "Hugo Profile" - description: Text about my cool site - # staticPath: "" # The path to serve the static files from - favicon: "/fav.png" - - # Whether to serve bootstrap css and js files from CDN or not. Can be set to true, "css" or "js" to choose between - # serving both, only the css, or only the js files through the CDN. Any other value will make so that CDN is not used. - # Note the lack of "" in true, it should be of boolean type. - useBootstrapCDN: false - - # If you want to load dynamically responsive images from Cloudinary - # This requires your images to be uploaded + hosted on Cloudinary - # Uncomment and change YOUR_CLOUD_NAME to the Cloud Name in your Cloudinary console - # cloudinary_cloud_name: "YOUR_CLOUD_NAME" - - # Whether to add mathjax support on all pages. Alternatively, you can opt-in per page by adding `mathjax: true` in the frontmatter. - mathjax: false - - # Whether the fade animations on the home page will be enabled - animate: true - - theme: - # disableThemeToggle: true - # defaultTheme: "light" # dark - - font: - fontSize: 1rem # default: 1rem - fontWeight: 400 # default: 400 - lineHeight: 1.5 # default: 1.5 - textAlign: left # default: left - - # color preference - # When using hex codes for colors, quotations must be used along with the # sign - # color: - # textColor: "#343a40" - # secondaryTextColor: "#6c757d" - # textLinkColor: "#007bff" - # backgroundColor: "#eaedf0" - # secondaryBackgroundColor: "#64ffda1a" - # primaryColor: "#007bff" - # secondaryColor: "#f8f9fa" - - # darkmode: - # textColor: "#e4e6eb" - # secondaryTextColor: "#b0b3b8" - # textLinkColor: "#ffffff" - # backgroundColor: "#18191a" - # secondaryBackgroundColor: "#212529" - # primaryColor: "#ffffff" - # secondaryColor: "#212529" - - # If you want to customize the menu, you can change it here - navbar: - align: ms-auto # Left: ms-auto | center: mx-auto | right: me-auto | Default: ms-auto - # brandLogo: "/logo.png" # Logo for the brand | default is the favicon variable - # showBrandLogo: false # Show brand logo in nav bar | default is true - brandName: "Hugo Profile" # Brand name for the brand | default is the title variable - disableSearch: false - # searchPlaceholder: "Search" - stickyNavBar: - enable : true - showOnScrollUp : true - enableSeparator: false - menus: - disableAbout: false - disableExperience: false - disableEducation: false - disableProjects: false - disableAchievements: false - disableContact: false - - # Hero - hero: - enable: true - intro: "Hi, my name is" - title: "Isabella." - subtitle: "I build things for the web" - content: "A passionate web app developer. I tend to make use of modern web technologies to build websites that look great, feel fantastic, and function correctly." - image: /images/hero.svg - bottomImage: - enable: true - # roundImage: true # Make hero image circular | default false - button: - enable: true - name: "Resume" - url: "#" - download: true - newPage: false - socialLinks: - fontAwesomeIcons: - - icon: fab fa-github - url: https://example.com - - icon: fab fa-x-twitter - url: https://example.com - customIcons: - - icon: /fav.png - url: "https://example.com" - - # About - about: - enable: true - title: "About Me" - image: "/images/me.png" - content: |- - I am a software developer with a passion for web development. I have a background in computer science and mathematics, and I have a strong interest in the intersection of technology and art. I am currently working as a software developer at [example org.](https://example.com) in San Francisco, CA. - - I am currently working on a project that will be used to help people find the best way to get around the city. - skills: - enable: true - title: "Here are a few technologies I've been working with recently:" - items: - - "HTML" - - "CSS" - - "JavaScript" - - "React" - - "Node" - - "Express" - - # Experience - experience: - enable: true - # title: "Custom Name" - items: - - job: "Senior Software Developer" - company: "Facebook" - companyUrl: "https://example.com" - date: "Jan 2022 - present" - featuredLink: - enable: true - name: "View the project" - url: "https://example.com" - content: "I am currently working as a software developer at [example org.](https://example.com) in San Francisco, CA. I am currently working on a project that will be used to help people find the best way to get around the city." - - - job: "Software Developer" - company: "Amazon" - companyUrl: "https://example.com" - date: "Sep 2020 - Dec 2021" - featuredLink: - enable: true - url: "https://example.com" - info: - enable: true - content: I worked as a software developer for more than one year in Amazon. - content: | - I am currently working as a software developer at [example org.](https://example.com) in San Francisco, CA. I am currently working on a project that will be used to help people find the best way to get around the city. - - - Lead backend developer for a product. - - Created a frontend design for a product. - - - job: "Junior Software Developer" - company: "Apple" - companyUrl: "https://example.com" - date: "Jan 2020 - Aug 2020" - info: - enable: false - featuredLink: - enable: true - url: "https://example.com" - content: | - I am currently working as a software developer at [example org.](https://example.com) in San Francisco, CA. I am currently working on a project that will be used to help people find the best way to get around the city. - - - Lead backend developer for a product. - - Created a frontend design for a product. - - - job: "UI/UX Designer" - company: "Netflix" - companyUrl: "https://example.com" - date: "June 2017 - Nov 2019" - featuredLink: - enable: true - url: "https://example.com" - content: | - I am currently working as a software developer at [example org.](https://example.com) in San Francisco, CA. I am currently working on a project that will be used to help people find the best way to get around the city. - - - Lead backend developer for a product. - - Created a frontend design for a product. - - - job: "Product Designer" - company: "Google" - companyUrl: "https://example.com" - date: "Feb 2016 - Mar 2017" - content: "I am currently working as a software developer at [example org.](https://example.com) in San Francisco, CA. I am currently working on a project that will be used to help people find the best way to get around the city." - - # Education - education: - enable: true - # title: "Custom Name" - index: false - items: - - title: "Master of Business Administration" - school: - name: "University of California, Berkeley" - url: "https://example.org" - date: "2013 - 2015" - GPA: "3.8 out of 5.0" - content: |- - Extracurricular Activities - - Lorem ipsum dolor sit amet consectetur adipisicing elit. - - Tempora esse, eaque delectus nulla quo doloribus itaque expedita alias natus optio totam maxime nihil excepturi velit a animi laborum hic similique. - - title: "Bachelor of Science in Computer Science" - school: - name: "Massachusetts Institute of Technology" - url: "https://example.org" - date: "2009 - 2013" - GPA: "3.9 out of 5.0" - content: |- - I Publiced two papers in the ACM SIGCHI Conference on Artificial Intelligence. - - [Fast and Accurate Object Detection with a Single Convolutional Neural Network](https://example.com) - - Face mask detection using a single convolutional neural network. - - Extracurricular Activities - - Lorem ipsum dolor sit amet consectetur adipisicing elit. - - Tempora esse, eaque delectus nulla quo doloribus itaque expedita alias natus optio totam maxime nihil excepturi velit a animi laborum hic similique. - featuredLink: - enable: true - name: "My academic record" - url: "https://example.com" - - title: "High School" - school: - name: "Thomas Jefferson High School for Science and Technology." - url: "https://example.org" - GPA: "4.2 out of 5.0" - featuredLink: - enable: true - url: "https://example.com" - - # Achievements - achievements: - enable: true - # title: "Custom Name" - items: - - title: Google kickstart runner - content: I solved all problems with optimal solution. - url: https://example.com - image: /images/achievment.jpg - - title: Facebook Hackathon Winner - content: Developed a product using Artificial Intelligence. - image: /images/achievment.jpg - - title: Hugo Profile - content: Developed a theme and getting 1K+ downloads per month. - url: "https://github.com/gurusabarish/hugo-profile" - image: /images/achievment.jpg - - title: Microsoft Imagine Runner - content: We are developed a product which can help others. - - title: Google Summer of Code - content: Contributed to a open source project. - url: https://example.com - - # projects - projects: - enable: true - # title: "Custom Name" - items: - - title: Hugo Profile - content: A highly customizable and mobile first Hugo template for personal portfolio and blog. - image: /images/projects/profile.png - featured: - name: Demo - link: https://hugo-profile.netlify.app - badges: - - "Hugo" - - "Bootstrap" - - "Javascript" - links: - - icon: fa fa-envelope - url: mailto:?subject=Hugo%20Profile%20Template&body=Check%20it%20out:%20https%3a%2f%2fhugo-profile.netlify.app%2fblog%2fmarkdown-syntax%2f - - icon: fab fa-github - url: https://github.com/gurusabarish/hugo-profile - - icon: fab fa-twitter - url: https://twitter.com/intent/tweet?text=Check+it+out:&url=https%3A%2F%2Fgithub.com%2Fgurusabarish%2Fhugo-profile - - - title: Image Converter - content: A web app to convert image to pdf, png to jpg, png to jpg and png to webp without database using django. - image: /images/projects/converter.jpg - featured: - name: Demo - link: https://django-converter.herokuapp.com - badges: - - "Django" - - "Bootstrap" - links: - - icon: fab fa-github - url: https://github.com/gurusabarish/converter - - - title: Hugo Profile V2 - content: A clean and simple Hugo template for personal portfolio and blog. - image: /images/projects/profile2.jpg - featured: - name: Demo V2 - link: https://hugo-profile-2.netlify.app - badges: - - "Hugo" - - "Bootstrap" - - "Javascript" - links: - - icon: fab fa-github - url: https://github.com/gurusabarish/HugoProfileV2 - - #Contact - contact: - enable: true - # title: "Custom Name" - content: My inbox is always open. Whether you have a question or just want to say hi, I’ll try my best to get back to you! - btnName: Mail me - btnLink: mailto:gurusabarisha@gmail.com - # formspree: - # enable: true # `contact.email` value will be ignored - # formId: abcdefgh # Take it from your form's endpoint, like 'https://formspree.io/f/abcdefgh' - # emailCaption: "Enter your email address" - # messageCaption: "Enter your message here" - # messageRows: 5 - - footer: - recentPosts: - path: "blogs" - count: 3 - title: Recent Posts - enable: true - disableFeaturedImage: false - socialNetworks: - github: https://github.com - linkedin: https://linkedin.com - twitter: https://twitter.com - instagram: https://instagram.com - facebook: https://facebook.com - - # List pages like blogs and posts - listPages: - disableFeaturedImage: false - - # Single pages like blog and post - singlePages: - socialShare: true - readTime: - enable: true - content: "min read" - scrollprogress: - enable: true - tags: - openInNewTab: true - - # For translations - terms: - read: "Read" - toc: "Table Of Contents" - copyright: "All rights reserved" - pageNotFound: "Page not found" - emailText: "Check out this site" - - datesFormat: - article: "Jan 2, 2006" - articleList: "Jan 2, 2006" - articleRecent: "Jan 2, 2006" - - #customScripts: -| # You can add custom scripts which will be added before tag - #