Website Configuration
2026-02-14

Website Configuration

## Website Configuration For first you need to setup your site project, such navbar, footer and others. Open on onta/config.json files. you can see the full code look like this
{
  "site_info": {
    "title": "Onta PERL SSG - High Performance Static Site Generator",
    "description": "Experience the ultimate speed and efficiency with Onta PERL SSG. A professional-grade static site generator built for performance, zero dependencies, and seamless cPanel deployment.",
    "image": "/assets/img/PERL-AXCORA-SSG.webp",
    "favicon": "/assets/img/axcoralogowhite.webp",
    "url": "https://onta.axcora.com"
  },
  "metasocial": {
    "facebook": "https://onta.axcora.com",
    "twitter": "https://onta.axcora.com",
    "twitteruser": "https://onta.axcora.com"
  },
  "navbar": {
    "title": "ONTA SSG",
    "list": [
      { "nav": "Home", "url": "index.html" },
      { "nav": "About", "url": "about.html" },
      { "nav": "Docs", "url": "docs" },
      { "nav": "CSS", "url": "style.html" },
      { "nav": "Blog", "url": "blog" }
    ],
    "button": {
      "text": "Support Us",
      "url": "https://paypal.me/creativitas/"
    }
  },
  "collections": {
    "blog": { "per_page": 6, "url": "/blog" },
    "services": { "per_page": 6, "url": "/services" }
    },
  "footer": {
    "logo": "/assets/img/axcoralogored.webp",
    "title": "Axcora Zetta Core Technology",
    "text": "Empowering web efficiency through Perl-driven automation and lightning-fast static architectures.",
    "menu1": {
      "title": "Explore",
      "list": [
        { "nav": "Home", "url": "index.html" },
        { "nav": "About", "url": "about.html" },
        { "nav": "Docs", "url": "docs" },
        { "nav": "CSS", "url": "style.html" },
        { "nav": "Blog", "url": "blog" }
      ]
    },
    "menu2": {
      "title": "Support",
      "list": [
        { "nav": "Github", "url": "https://github.com/sponsors/mesinkasir" },
        { "nav": "Paypal", "url": "https://paypal.me/creativitas/" },
        { "nav": "Coffee", "url": "https://creativitaz.gumroad.com/coffee" },
        { "nav": "Contact", "url": "contact.html" }
      ]
    },
    "copyrights": "Copyright by Axcora - Built with ONTA PERL SSG"
  }
}

Site Info

This area to set your site information, for SEO metatag, open graph and twitter card
{
  "site_info": {
    "title": "Onta PERL SSG - High Performance Static Site Generator",
    "description": "Experience the ultimate speed and efficiency with Onta PERL SSG. A professional-grade static site generator built for performance, zero dependencies, and seamless cPanel deployment.",
    "image": "/assets/img/PERL-AXCORA-SSG.webp",
    "favicon": "/assets/img/axcoralogowhite.webp",
    "url": "https://onta.axcora.com"
  },
  "metasocial": {
    "facebook": "https://fb.com/user",
    "twitter": "https://x.com/user",
    "twitteruser": "@user"
  },
metasocial is for metadata open graph and twitter card Just change all site info and meta social with your site configuration.

Navbar Area

To handle update navbar area you can access on
  "navbar": {
    "title": "ONTA SSG",
    "list": [
      { "nav": "Home", "url": "index.html" },
      { "nav": "About", "url": "about.html" },
      { "nav": "Docs", "url": "docs" },
      { "nav": "CSS", "url": "style.html" },
      { "nav": "Blog", "url": "blog" }
    ],
    "button": {
      "text": "Support Us",
      "url": "https://paypal.me/creativitas/"
    }
  },
Navbar title is for title, next you can update navbar list on list area, to add new you can simply copy and paste json format. Button is for navbar button area.

Collections

Next you can update the collections data article such a blog and services for example
  "collections": {
    "blog": { "per_page": 6, "url": "/blog" },
    "services": { "per_page": 6, "url": "/services" }
    },
Change per page display number with your need here.

Footer Area

Next you can update the footer area
  "footer": {
    "logo": "/assets/img/axcoralogored.webp",
    "title": "Axcora Zetta Core Technology",
    "text": "Empowering web efficiency through Perl-driven automation and lightning-fast static architectures.",
    "menu1": {
      "title": "Explore",
      "list": [
        { "nav": "Home", "url": "index.html" },
        { "nav": "About", "url": "about.html" },
        { "nav": "Docs", "url": "docs" },
        { "nav": "CSS", "url": "style.html" },
        { "nav": "Blog", "url": "blog" }
      ]
    },
    "menu2": {
      "title": "Support",
      "list": [
        { "nav": "Github", "url": "https://github.com/sponsors/mesinkasir" },
        { "nav": "Paypal", "url": "https://paypal.me/creativitas/" },
        { "nav": "Coffee", "url": "https://creativitaz.gumroad.com/coffee" },
        { "nav": "Contact", "url": "contact.html" }
      ]
    },
    "copyrights": "Copyright by Axcora - Built with ONTA PERL SSG"
  }
You can change and update this area with your site configuration.
"The documentation is the map, but speed is the destination." — Axcora Zetta Core
Need more help? Visit our lab at www.axcora.my.id or check our official site at www.axcora.com.