Earlier quoted context omitted.
Hey -- this seems really cool, especially for one Jekyll site I manage but want a nontechnical person to be able to update. I found a bug(?) though -- I linked it to a site deployed on S3 and published a test post, and it pushed all the newly built files to s3, but didn't set them to the public-read ACL, so I got AccessDenied errors on refresh until I logged into s3 and manually set them public myself. Edit: Another…
Hey, Co-creator here. In regards to the first issue, we assume that you have applied Amazon's recommended bucket policy as per https://docs.aws.amazon.com/AmazonS3/latest/dev/WebsiteAcces... . We do this in case the website being deployed isn't meant to be publicly available. Re custom frontmatter, with Jekyll we respect the defaults that are set in your config ( https://jekyllrb.com/docs/configuration/#front-matter-…
Forestry.io
31–40 of 93 posts
Re: Forestry.io
#32If I were you, I would rethink your "beta invite" flow. Adding an email address and clicking on the "Request Invite" button doesn't send you an invite, it adds you to their MailChimp newsletter list and sends an email asking you to confirm your address (for opt-in). There is no invite code or protected page, anyone can just go to https://forestry.io/beta to sign up. Don't trick me into opting in to your newsletter wh…
The people that signed up to the beta invite list will not be subscribed to our newsletters unless they sign up to Forestry and choose to opt into our newsletter. Mailchimp was simply an easy way for us to manage a list of people interested in the service. Having the list and not linking to forestry.io/beta was just our way of saving development effort. We were merely creating an artificial control over who could sign up.
Rest assured that any users that have not signed up to Forestry and opted into newsletters will be sent nothing but an invite to the beta.
Re: Forestry.io
#33Earlier quoted context omitted.
I'd just add a disclaimer about the newsletter to what he's already doing. I don't like email marketing either, but it works ridiculously well. No marketer would do what you're suggesting.
> I don't like email marketing either, but it works ridiculously well. No marketer would do what you're suggesting. Note that the framework is not necessarily for the average person, who would respond in a certain way to your average email marketer. It is ostensibly "Built for devs who hate bloat." Tricking someone into signing them up for a newsletter they didn't sign up for by way of a beta invite form is bloat of…
Re: Forestry.io
#34Earlier quoted context omitted.
This was my initial thought as well. We used siteleaf for around 6 months until we outgrew it.
What were the factors that caused you to outgrow it? I'm curious
Re: Forestry.io
#35"Forestry". Really? I can understand many other hot startups using names of random objects, but using the name of an entire completely different profession?
I was excited at the prospect of an API service offering up to date forestry data.
Re: Forestry.io
#36Re: Forestry.io
#37Re: Forestry.io
#38Co-creator here. I was building a website for someone last summer and I REALLY didn't want to use WordPress, so my friend and I built forestry.io. Some highlights: • Supports all Jekyll plugins • Integrates with GitHub & Bitbucket (commits back to your repo) • Zero configuration for you project • Hosting not provided (deploy to S3, Github Pages, FTP) • Use Markdown or WYSIWYG I'd love to know what you think if the co…
Cool site. May I ask is your WYSIWYG custom made?
Re: Forestry.io
#39"Forestry". Really? I can understand many other hot startups using names of random objects, but using the name of an entire completely different profession?
Re: Forestry.io
#40I've thought about building this a million times. For the people that don't understand it, it's web UI managed Jekyll that takes those web changes and puts them into git/github (presumably GitHub) so that you get the auto-deploy feature of Jekyll based GitHub pages. Kudos and good luck.