beechnut

Results 56 issues of beechnut

## Expected Behavior When I visit the local site, I should to see my draft blog post in the list. ## Actual Behavior When I visit the local site, my...

type:bug

## Expected Behavior Following the setup steps should result in a working, styled 18F site. ![Screenshot 2024-04-11 at 1 53 43 PM](https://github.com/18F/18f.gsa.gov/assets/1887182/fe0f84bc-cccb-470b-8e26-d73c09b335ba) ## Actual Behavior Following the setup steps results...

type:bug

There's no "Contributing" section in this README, which is the first place people look for guidance on contributing. There's a CONTRIBUTING.md file, but there's enough files in the project root...

design

## Expected Behavior When I run `./serve` and signal an interrupt (`ctrl+C`), the `serve` command should stop running and the site should stop working in the browser. ## Actual Behavior...

type:bug

Our project root has a lot cluttering it up. I suspect we can organize and/or remove a good deal. Here's a list of proposed changes, which may change upon further...

We don't need custom Rubocop definitions for a Jekyll site. Switch from Rubocop to [Standard](https://github.com/standardrb/standard).

Code blocks would ideally look meaningfully different from body text. At the moment, body text (`.env` and `docker-compose.yml`) look almost the same as the code blocks, differing only in font...

## Expected Behavior When I encounter a code block in the blog, it should wrap like a text editor would, or scroll horizontally so you can see all the code....

type:bug

If you're not in the root directory, CLI commands run into issues, like not being able to find config files. ```sh /project_folder $ aspen push -> OK /project_folder $ cd...

Would it be valuable to have `describe` blocks that describe an entity, and assign all relationships and attributes to them? I think it would. I've also got an idea for...

question