Hugo Themes
Corporio
- GitHub Stars: 0
- Updated: 2023-03-08
Corporio
Corporation Website Template
Corporio is an enterprise level corporation website template leveraging latest technologies making it secure, fast, and SEO-ready — by default
Demo
Why Corporio?
Eight reasons why you should use Corporio:
- Security aware. Get A+ scores on Mozilla Observatory out of the box. Easily change the default Security Headers to suit your needs.
- Fast by default. Leveraging the fastest static site generator, delivering optimized and minified static assets on the fastest CDNs on Render and Netlify.
- SEO-ready. Use sensible defaults for structured data, open graph, and Twitter cards. Or easily change the SEO settings to your liking.
- Forestry Integrated. Do you prefer a graphical user interface over a text editor? or do you want to deliver the website to your non-technical customer? If so, Corporio is already integrated with forestry, a feature-rich headless CMS.
- Development tools. Code with confidence. Check styles, scripts, and markdown for errors and fix automatically or manually.
- Responsive. Build robust, flexible, and intuitive websites with that looks best on any device.
- Integrated Blog. Beside the modern and well-designed company landing page, Corporio ships with a built-in and ready full-featured blog.
- Products Page. Introduce your products and services perfectly and impress your customers with our stunning product pages.
- Deploy-ready. Deploy to Netlify or Render with sensible defaults. Easily use Netlify Functions, Render Redirects, and Headers.
Requirements
- Node.js — latest LTS version
Get Started
Start a new Corporio themed site in two ways either as a theme or as a standalone website Please note that it is recommended to use PNPM however you may also use NPM or Yarn, but they are not guaranteed to work.
Standalone Website
1. Create a new site
git clone https://github.com/AminZibayi/Corporio.git my-corporio-site && cd my-corporio-site
2. Install dependencies
npm install
# OR
pnpm install
3. Start development server
npm run start
# OR
pnpm start
As a Theme
1. Create a new site
git submodule add https://github.com/AminZibayi/Corporio.git themes/corporio
2. Install dependencies
cd /themes/corporio && pnpm install
3. Configure website
Add theme: "corporio"
to your website config file.
Other commands
TODO
Documentation
TODO
Contributing
You can contribute to this project by using it to create your own website, sharing it with your friends, sharing your ideas or reporting a bug through opening an issue and informing us if you have crafted your website using Corporio.
Contribution to the source code and documentation are highly welcome, there are many comments in the source code containing the keyword TODO:
which could be a good staring point for you, feel free to ask a question by opening an issue.
Communities
TODO