All Projects → godaddy → engineering

godaddy / engineering

Licence: other
Jekyll website and blog showcasing open source projects by GoDaddy employees

Programming Languages

HTML
75241 projects
SCSS
7915 projects
javascript
184084 projects - #8 most used programming language
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to engineering

full stack classroom july 2019
Class notes, code snippets, assignments, reading material for the full stack classroom batch of July 2019
Stars: ✭ 19 (-76.25%)
Mutual labels:  projects
portfolio-jekyll-theme
A minimalist Jekyll theme for building a personal portfolio site powered by Jekyll and GitHub Pages
Stars: ✭ 168 (+110%)
Mutual labels:  jekyll-site
angular-gantt-schedule-timeline-calendar-example
Angular gantt-schedule-timeline-calendar usage example
Stars: ✭ 15 (-81.25%)
Mutual labels:  projects
vscode-projects-plus
An extension for managing projects. Feature rich, customizable, automatically finds your projects.
Stars: ✭ 62 (-22.5%)
Mutual labels:  projects
Cayenne-Agent
Cayenne Agent
Stars: ✭ 20 (-75%)
Mutual labels:  projects
project-management-system
A Project Management System built with Python and Django
Stars: ✭ 100 (+25%)
Mutual labels:  projects
edulabs
No description or website provided.
Stars: ✭ 15 (-81.25%)
Mutual labels:  jekyll-site
create-or-update-project-card
A GitHub action to create or update a project card
Stars: ✭ 36 (-55%)
Mutual labels:  projects
jekyll-jeffreytse-blog
📝 One retentive zone of my personal learning and ​thought.
Stars: ✭ 18 (-77.5%)
Mutual labels:  jekyll-site
community
FINOS Community, Project and SIG wide collaboration space
Stars: ✭ 43 (-46.25%)
Mutual labels:  projects
Examples
An complete examples and related support for various popular projects, and more.
Stars: ✭ 22 (-72.5%)
Mutual labels:  projects
Udacity
This repo includes all the projects I have finished in the Udacity Nanodegree programs
Stars: ✭ 57 (-28.75%)
Mutual labels:  projects
Projectsv2
Google Analytics + Cloudflare+ Firebase + Projects Website+ Bugs
Stars: ✭ 10 (-87.5%)
Mutual labels:  projects
AndroidTotal
一些Android项目开发中的知识累积
Stars: ✭ 42 (-47.5%)
Mutual labels:  projects
dev-cheatsheets
A collection of code snippets and CLI guides for quick and easy reference while coding
Stars: ✭ 33 (-58.75%)
Mutual labels:  jekyll-site
awesome-robotics-projects
A list of open-source, affordable, less-known, or visionary robotics projects.
Stars: ✭ 233 (+191.25%)
Mutual labels:  projects
Tutorials
Step by step to learn coding and build Apps 🎉. Code files of Youtube & University tutorials.
Stars: ✭ 80 (+0%)
Mutual labels:  projects
godaddypy
Python GoDaddy API Client
Stars: ✭ 53 (-33.75%)
Mutual labels:  godaddy
issue-states
GitHub Action that closes or reopens issues when they are moved to a project column
Stars: ✭ 64 (-20%)
Mutual labels:  projects
vscode-projects-plus-todo-plus
Bird's-eye view over your projects, view all your todo files aggregated into one.
Stars: ✭ 25 (-68.75%)
Mutual labels:  projects

GoDaddy Engineering Blog

Source code for GoDaddy's GitHub page at godaddy.github.io. Created and maintained by our engineers, this site contains blog posts about the technology and tools we're using at GoDaddy to create software which empowers small businesses around the world to build and market their digital identities.

Development

Develop in a fork of the repository. You can use the GitHub 'Fork' button to create your own fork.

Clone your forked repository.

git clone [email protected]:YOUR_USERNAME/godaddy.github.io.git

Ensure you have Ruby 2.7.1 installed. If you're using RVM you can do this with

rvm install 2.7.1

Install project dependencies.

bundle install

Build the site on the local preview server.

bundle exec jekyll serve

If building the site on a Windows box you may need to use the --force_polling option as shown below. To learn more see here.

bundle exec jekyll serve --force_polling

The local server listens on http://localhost:4000 by default.

To distribute a preview of your changes, enable GitHub Pages by going to the Settings of your forked repository and set the Source to the master branch. Within a minute you should be able to access it at https://YOUR_USERNAME.github.io/godaddy.github.io.

Theme Front Matter

In addition to the default page front matter, the following variables can be utilized:

Pages

Variable Description
hide Prevents the page from being included in the site navigation
order Controls the page order for top navigation items
slug Used to create unique body class selectors
title Used in the document title, Open Graph and Twitter meta, site navigation, and masthead

Posts

Variable Description
authors A list of authors who contributed to the post
excerpt A brief description of the post, used in social previews and meta tags
cover A featured image for the blog post
options A list of features to enable: full-bleed-cover will render a full-width cover photo above the post title
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].