All Projects → philhawksworth → Hawksworx.com

philhawksworth / Hawksworx.com

My hawksworx.com blog site, powered by Eleventy and Netlify

Projects that are alternatives of or similar to Hawksworx.com

snipcart-hugo-integration
Hugo Website Tutorial with a Live Static E-Commerce Example
Stars: ✭ 38 (-57.78%)
Mutual labels:  netlify, jamstack
Eleventy Netlify Boilerplate
A template for building a simple website with the Eleventy static site generator
Stars: ✭ 359 (+298.89%)
Mutual labels:  netlify, jamstack
reactathon2017
Information and resources for Reactathon SF 2017
Stars: ✭ 16 (-82.22%)
Mutual labels:  netlify, jamstack
Discord Fork
An open source Discord Bot List made with GatsbyJS
Stars: ✭ 60 (-33.33%)
Mutual labels:  netlify, jamstack
Alembic
⚗️ A Jekyll boilerplate theme designed to be a starting point for any Jekyll website
Stars: ✭ 501 (+456.67%)
Mutual labels:  netlify, jamstack
gatsby-netlifycms-starter-template
All the technologies used are free and open-source. You are free to use this template for a personal hobby blog, a commercial news agency or professional journalist website etc. Don't forget to star the repo if you like this template.
Stars: ✭ 33 (-63.33%)
Mutual labels:  netlify, jamstack
Skeleventy
A skeleton boilerplate built with Eleventy.
Stars: ✭ 318 (+253.33%)
Mutual labels:  netlify, jamstack
functions.netlify.com
Tutorials, examples, workshops and a playground for serverless with Netlify Functions
Stars: ✭ 498 (+453.33%)
Mutual labels:  netlify, jamstack
Functions
Tutorials, examples, workshops and a playground for serverless with Netlify Functions
Stars: ✭ 463 (+414.44%)
Mutual labels:  netlify, jamstack
Made Mistakes Jekyll
Source for my website and blog (Jekyll + Gulp + Netlify)
Stars: ✭ 436 (+384.44%)
Mutual labels:  netlify, jamstack
virtual-lolly
JAMstack demo site - prerendered with serverless API fallbacks
Stars: ✭ 110 (+22.22%)
Mutual labels:  netlify, jamstack
Ecommerce Netlify
🛍 A JAMstack Ecommerce Site built with Nuxt and Netlify Functions
Stars: ✭ 1,147 (+1174.44%)
Mutual labels:  netlify, jamstack
gatsby-starter-developer-diary
An official Gatsby blog template designed for web developers. Blazing fast, it includes beautful web developer topic tags and social-media links
Stars: ✭ 76 (-15.56%)
Mutual labels:  netlify, jamstack
nuxt-starter-netlify-cms
Example nuxt + netlify cms project. Nuxt port of Gatsby starter app.
Stars: ✭ 13 (-85.56%)
Mutual labels:  netlify, jamstack
netlify-stripe-subscriptions
An example of managing subscriptions with the Stripe Customer Portal and Netlify Identity.
Stars: ✭ 96 (+6.67%)
Mutual labels:  netlify, jamstack
Jamstackthemes
A list of themes and starters for JAMstack sites.
Stars: ✭ 298 (+231.11%)
Mutual labels:  netlify, jamstack
netlify-lambda-function-example
An example Netlify Lambda function that processes payments with Stripe.
Stars: ✭ 93 (+3.33%)
Mutual labels:  netlify, jamstack
trailing-slash-guide
Understand and fix your static website trailing slash issues!
Stars: ✭ 255 (+183.33%)
Mutual labels:  netlify, jamstack
Eleventyone
A scaffold for a quick start building with the Eleventy SSG
Stars: ✭ 390 (+333.33%)
Mutual labels:  netlify, jamstack
Headlesscms.org
Source for headlesscms.org
Stars: ✭ 628 (+597.78%)
Mutual labels:  netlify, jamstack

hawksworx.com

Phil Hawksworth's blog. Served up at https://www.hawksworx.com and hosted on Netlify

Overview

This site is comprised of static files generated by Eleventy for simplified deployment and hosting. It uses Gulp to automate some build optimisation tasks and to improve performance.

Local development

To build the site you need:

  • Node - to run the build
  • Yarn - to install and manage dependencies

Getting started

# clone this repository
git clone [email protected]:philhawksworth/hawksworx.com.git

# go to the working directory
cd hawksworx.com

# install dependencies
yarn

# start a local build server with hot reloading
yarn start

Deployment

Netlify Status

The build command yarn run build will generate a set of static assets in a dist folder which can be deployed to any web hosting service.

My preferred method is to host on Netlify which can run this build process in a CI environment and then deploy the build to automatically to a global CDN. Such deployments are triggered automatically by every git push to the master branch of the origin repository.

Clone and deploy your own

Deploy to Netlify

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].