Git Product home page Git Product logo

hipstadeploy's Introduction

Hi, I'm Gianluca! ๐Ÿ‘‹

I'm a software developer who's passionate about Ruby on Rails, Elixir and Golang ๐Ÿค–

Aside from programming I'm also interested in:

  • ๐Ÿ•น Retrogaming: Super Nintendo, Sega Genesis, Gameboy: you name it! I love playing my favorite games on original hardware!
  • ๐Ÿ• Pizza: All types, excluding pineapple pizza. That's a crime against humanity โœ‹
  • ๐ŸŽถ Music: I dabble with guitar, drums and keyboards from time to time

My Job

I'm currently co-founder and CTO of Callbell, a collaborative shared inbox for Facebook Messenger, WhatsApp and Telegram. I'm actively looking for Full-stack Ruby / Golang devs to join our engineering team (100% full-remote position), feel free to contact me if you're interested!

Get in Touch

hipstadeploy's People

Contributors

jx2150 avatar oddevan avatar proudlygeek avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

hipstadeploy's Issues

script fails whenever there's an error returned by wget (Like 404's)

I was using this script in order to statically deploy my site. The thing is, It would always fail on the "Generate static files" part even thought the site was being downloaded.

As I didn't get any debug from the script, I checked the console where Ghost was running, and found in the log a couple of 404's that were generated by links that were in the theme. Changed to the default theme, re run hipdep and voilร , site was fetched correctly.

How to reproduce: Just add a link in any post/page to a post/page that does not exists in the site.

[FEATURE] - Hipstadeploy configuration file

Right now Hipstadeploy relies on hardcoded vars for generating static html pages:

...
SITE_URL="http://localhost:2368"
OUTPUT_FOLDER="_site/"
PUBLISH_URL=""
...

It could be handy to store them in a JSON config file (Hipstafile?):

{
    "site_url": "http://localhost:2368",
    "output_folder": "_site/",
    "publish_url": "http://www.example.com"
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.