No description
  • CSS 45.7%
  • JavaScript 34.3%
  • HTML 19.8%
  • Dockerfile 0.2%
Find a file
ssa d05db3efab Update README with comprehensive project information
Generated automatically with structured sections (overview, project structure, installation, usage, contributing, license, repository links). Original README content preserved under "Original README".
2026-04-27 20:40:05 +00:00
categories . 2018-09-02 17:01:31 +00:00
css . 2018-09-02 17:01:31 +00:00
fonts . 2018-09-02 17:01:31 +00:00
images . 2018-09-02 17:01:31 +00:00
js . 2018-09-02 17:01:31 +00:00
mermaid . 2018-09-02 17:01:31 +00:00
tags . 2018-09-02 17:01:31 +00:00
404.html . 2018-09-02 17:01:31 +00:00
Dockerfile Updates Readme and authors email address, and adds new Dockerfile 2026-04-20 23:09:16 +01:00
index.html . 2018-09-02 17:01:31 +00:00
index.json . 2018-09-02 17:01:31 +00:00
index.xml . 2018-09-02 17:01:31 +00:00
README.md Update README with comprehensive project information 2026-04-27 20:40:05 +00:00
sitemap.xml . 2018-09-02 17:01:31 +00:00

www.deployview.com-old

Overview

Static website for DeployView Limited - From Idea to Production.

Detected project type: Docker.

At a glance

  • Default branch: master
  • Visibility: public
  • Size: 3.3 MB
  • Created: 2026-04-16
  • Last updated: 2026-04-27
  • Stars / Forks / Open issues: 0 / 0 / 0

Languages

Language Bytes Share
CSS 55,609 bytes 45.7%
JavaScript 41,643 bytes 34.2%
HTML 24,100 bytes 19.8%
Dockerfile 266 bytes 0.2%

Repository structure

  • categories/
  • css/
  • fonts/
  • images/
  • js/
  • mermaid/
  • tags/
  • 404.html (1,946 B)
  • Dockerfile (266 B)
  • index.html (7,268 B)
  • index.json (910 B)
  • index.xml (504 B)
  • README.md (1,797 B)
  • sitemap.xml (434 B)

Getting started

Clone the repository:

git clone https://forgejo.deployview.com/ssa/www.deployview.com-old.git
cd www.deployview.com-old

Installation

docker build -t image-name .
docker run --rm -it image-name
# or with compose
docker compose up -d

Usage

After building, run the container with the command shown above. Mount volumes and forward ports as required by the application.

Original README

The content below is preserved from the previous README. Headings have been demoted so they don't compete with the new top-level sections.

DeployView Limited Website

Static website for DeployView Limited - From Idea to Production.

Overview

This repository contains the source code for the official DeployView Limited website at https://www.deployview.com.

DeployView Limited provides a broad range of services, solutions and best practices to help organizations transform their IT departments into coherent, agile units that can meet business demands.

Features

  • Static site built with Hugo 0.48
  • Responsive design
  • Service catalog and expertise showcase
  • Contact information for IT consulting services

Services

Run your IT as a business with highly automated processes that:

  • Lower your costs
  • Reduce your risks
  • Enable rapid adoption of future IT trends

Contact

For questions or inquiries, please contact:

Structure

.
├── 404.html          # Custom 404 page
├── categories/        # Category pages
├── css/              # Stylesheets
├── fonts/            # Font files
├── images/           # Image assets
├── index.html        # Home page
├── index.json        # Site data (JSON-LD)
├── index.xml         # RSS feed
├── js/               # JavaScript files
├── mermaid/          # Mermaid diagrams
├── sitemap.xml       # Sitemap
└── tags/             # Tag pages

Technologies

  • Static Site Generator: Hugo 0.48
  • Frontend: jQuery 2.x, Font Awesome, Featherlight, Perfect Scrollbar
  • CSS Framework: Custom theme with Hybrid CSS

Deployment

This is a static website. Deploy by serving the files from any web server or CDN.

License

© DeployView Limited. All rights reserved.

Contributing

Contributions are welcome. The typical workflow is:

  1. Open an issue describing the change you'd like to make.
  2. Fork the repository (or create a feature branch if you have write access).
  3. Commit your changes with clear, descriptive messages.
  4. Open a pull request against the master branch.

Please follow the existing code style and include tests or reproduction steps where relevant.

License

No LICENSE file is currently present in this repository. Treat the contents as all rights reserved by the author until an explicit license is added. If you intend to share or accept contributions, consider adding an OSI-approved license such as MIT, Apache-2.0, or GPL-3.0.

Repository


This README was generated automatically based on repository metadata, contents, and any prior README content. Edit any section above to add project-specific detail.