Giter Site home page Giter Site logo

farmos / farmos-community-blog Goto Github PK

View Code? Open in Web Editor NEW
5.0 6.0 8.0 14.14 MB

Community blog posts hosted on the farmOS.org website

Home Page: https://farmOS.org/blog

License: GNU General Public License v3.0

JavaScript 100.00%
farm blog farmos agriculture

farmos-community-blog's Introduction

farmos-community-blog's People

Contributors

jgaehring avatar mstenta avatar rgcarr avatar symbioquine avatar wotnak avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

farmos-community-blog's Issues

Document contribution process and guidelines

Now that we have an official repo for the blog, we should document what the process and guidelines are for making contributions to it.

I figure this can go in the README.md file.

Blog categories

It would be nice if we could add categories to blog posts in their markdown front matter, and perhaps have the ability to filter by category on farmOS.org.

This idea came up in early discussions when the farmOS Community Blog was first being built.

One specific use-case I have in mind is to add a "Newsletter" category, and start using the blog as a home for newsletter content, which we can then send to subscribers as well as post to the blog.

Build netlify previews for proposed posts

Building on from #4

It would be nice to see a preview of proposed blog posts. As I understand we would need to trigger a Netlify build preview on PRs similar to how this works in farmos/farmos.org. But I think Netlfiy does that automatically so we might need to implement this one ourselves - cc @jgaehring :-)

Setting Up farmOS With DDEV and Composer

DDEV is a great way to build Drupal (and other PHP-based) projects in a local environment; when combined with Colima and Mutagen, not only is the requirement for Docker desktop removed, but performance can be impressively fast. Instructions on setting up DDEV are at https://ddev.readthedocs.io/en/latest/users/install/

The recommended method to install a farmOS local development environment (https://farmos.org/development/environment) is via a Docker container, but this may not work well with Colima.

For certain local environments, installing farmOS by Composer may be more straightforward. The following commands would allow farmOS to be installed in a DDEV container:

mkdir farmos-ddev
cd farmos-ddev
ddev config --project-type=drupal9 --docroot=web --create-docroot
ddev start
ddev composer create "farmos/project:2.x-dev"
ddev composer require drush/drush
ddev drush site:install --account-name=admin --account-pass=admin -y
ddev drush uli
ddev launch

(HT @wotnak)

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.