beechnut
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...
## Expected Behavior Following the setup steps should result in a working, styled 18F site.  ## Actual Behavior Following the setup steps results...
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...
## 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...
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....
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...