Migrated from github.com/shafiqalibhai/devopsbookmarks.com www.devopsbookmarks.com
  • SCSS 30.7%
  • EJS 27.4%
  • JavaScript 21.7%
  • HTML 16.6%
  • Dockerfile 3.2%
  • Other 0.3%
Find a file
2026-04-27 22:51:54 +00:00
data Fixed URL 2015-12-26 11:35:45 -06:00
public Changed to exact path for normalize.css 2015-11-17 20:22:47 -05:00
routes adding languages and fixing render 2014-11-28 21:42:32 -05:00
script Update Vagrant, use Node from nodesource, and other changes 2015-02-05 00:22:50 +05:30
views small fixes, mostly commas 2014-11-28 21:04:39 -05:00
.gitignore added google analytics 2014-11-16 15:19:17 +05:30
bower.json Update bower and npm dependencies 2015-02-05 00:19:07 +05:30
cluster.js Split cluster and server into separate concerns 2015-02-05 00:22:15 +05:30
CONTRIBUTING.md adding bsd and solaris as platforms 2014-12-02 10:18:43 +05:30
Dockerfile Add Dockerfile: build Jekyll site, serve via nginx 2026-04-27 22:51:54 +00:00
Gruntfile.js Upgrade node, dependencies and use package.json postinstall to build 2015-11-12 10:54:24 +05:30
LICENSE officially licensed 2014-11-16 16:38:32 +05:30
package.json Upgrade node, dependencies and use package.json postinstall to build 2015-11-12 10:54:24 +05:30
Procfile Split cluster and server into separate concerns 2015-02-05 00:22:15 +05:30
README.md Update README with comprehensive project information 2026-04-27 20:37:02 +00:00
server.js Split cluster and server into separate concerns 2015-02-05 00:22:15 +05:30
Vagrantfile Update Vagrant, use Node from nodesource, and other changes 2015-02-05 00:22:50 +05:30

devopsbookmarks.com

Overview

To discover tools in the devops landscape.

Detected project type: Node.js / JavaScript.

This repository was migrated from upstream source github.com/shafiqalibhai/devopsbookmarks.com and is preserved here for archival, reference, or continued local development.

At a glance

  • Default branch: master
  • Visibility: public
  • Size: 386 KB
  • Created: 2026-04-27
  • Last updated: 2026-04-27
  • Stars / Forks / Open issues: 0 / 0 / 0
  • License: MIT

Languages

Language Bytes Share
SCSS 8,206 bytes 31.7%
EJS 7,331 bytes 28.3%
JavaScript 5,821 bytes 22.5%
HTML 4,459 bytes 17.2%
Shell 71 bytes 0.3%
Procfile 18 bytes 0.1%

Repository structure

  • data/
  • public/
  • routes/
  • script/
  • views/
  • .gitignore (1,875 B)
  • bower.json (129 B)
  • cluster.js (194 B)
  • CONTRIBUTING.md (1,235 B)
  • Gruntfile.js (1,234 B)
  • LICENSE (1,155 B)
  • package.json (719 B)
  • Procfile (18 B)
  • README.md (841 B)
  • server.js (640 B)
  • Vagrantfile (1,085 B)

Getting started

Clone the repository:

git clone https://forgejo.deployview.com/ssa/devopsbookmarks.com.git
cd devopsbookmarks.com

Installation

npm install
# or
yarn install
# or
pnpm install

Usage

Run scripts defined in package.json:

npm start    # or whatever script your project defines
npm test

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.

Devops Bookmarks

To discover tools in the devops landscape.

There are new awesome tools and frameworks being released everyday. This is an open and transparent attempt at aggregating all these tools and frameworks.

Deployment Status

Build Status

Contributing

Refer to CONTRIBUTING.md

Development

  • Make sure you have VirtualBox and Vagrant installed
  • Clone this repository
  • Run vagrant up to provision the VM
  • Run vagrant ssh -c /vagrant/script/server to start the server

Inspiration

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

This project is licensed under the MIT license. See the LICENSE file for the full text.

Repository

  • Browse: https://forgejo.deployview.com/ssa/devopsbookmarks.com
  • Clone (HTTPS): https://forgejo.deployview.com/ssa/devopsbookmarks.com.git
  • Clone (SSH): ssh://git@forgejo.deployview.com:30143/ssa/devopsbookmarks.com.git
  • Upstream / origin: github.com/shafiqalibhai/devopsbookmarks.com

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