Giter VIP home page Giter VIP logo

blog's Introduction

Lando Blog

This repo contains the blog subsite for Lando.

Issues, Questions and Support

If you have a question or would like some community support we recommend you join us on Slack. Note that this is the Slack community for Lando but we are more than happy to help with this module as well!

If you'd like to report a bug or submit a feature request then please use the issue queue in this repo.

Changelog

We try to log all changes big and small in both THE CHANGELOG and the release notes.

Creating Content

To post content create a markdown file in the content directory. Ideally, you should name the file using the format YYYY-MM-DD-slug-about-content.md where YYYY-MM-DD corresponds to the publish date of the content.

In order to be treated like a blog post your markdown file must contain the following frontmatter:

---
title: "Making A Blog Post: It's sort of like a guide but it's sort of not like a guide"
byline: Blog posts are free form articles that may or may not be techincal in nature. They differ slightly from guides primarily in their presentation and authorship.
blog: true
---

Also note that you can use all of the markdown containers available over here.

Development

git clone https://github.com/lando/blog.git && cd blog

Using Node/Yarn

# Install deps
yarn | npm install

# Launch dev site
DEBUG="@lando/*" yarn dev

# Set a GitHub personal access token to avoid rate limiting
GITHUB_TOKEN=MY_TOKEN DEBUG="@lando/*" yarn dev

# Lint
yarn lint

# Build site
DEBUG="@lando/*" yarn build

Using Lando

# Install deps
lando start

# Launch dev site
lando dev

# Lint
lando yarn lint

# Build site
lando yarn build

Releasing

yarn release

Contributors

Made with contributors-img.

Other Resources

blog's People

Contributors

dependabot[bot] avatar github-actions[bot] avatar lefte avatar pirog avatar reynoldsalec avatar ygerasimov avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

blog's Issues

Clarity for Windows users who run it all in WSL2

Hi, I used the Hyperdrive script to install Lando and Docker into my Ubuntu in WSL2. I feel generally it could help newcomers understand better if the docsm including this blog post, could differentiate between running Lando on Windows and running Lando on Windows but entirely in Ubuntu.

"If you are using Lando on macOS or Windows then you are using Docker Desktop to power Lando." - not true for me!

DARK MODE

it would be cool to support dark mode since the underlying theme makes it pretty easy. The implementation here would be

  • Automatically set light mode if during local work hours (9-5?) otherwise dark mode
  • Add the dark mode toggle icon into the social media footer so the user still has ultimate control on which mode they want

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.