Skip to content

Commit

Permalink
Merge pull request #56 from 8fold/working
Browse files Browse the repository at this point in the history
Move content to project root
  • Loading branch information
joshbruce authored Nov 8, 2021
2 parents f4ad5d6 + 35f0ad0 commit c8bc67d
Show file tree
Hide file tree
Showing 114 changed files with 14,925 additions and 1,600 deletions.
4 changes: 4 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,7 @@ indent_size = 4
[*.{ym,yml,yaml,js,json,scss}]
indent_style = space
indent_size = 2

[*.md]
indent_style = space
indent_size = 4
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ yarn-error.log
.phpunit.result.cache
.DS_Store
.nova

site-static-html/
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
"nesbot/carbon": "^2.53",
"symfony/console": "^5.3",
"symfony/finder": "^5.3",
"league/flysystem": "^2.3"
"league/flysystem": "^2.3",
"nyholm/psr7-server": "^1.0"
},
"scripts": {
"prod": "@production",
Expand Down
68 changes: 67 additions & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions content/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Content for JoshBruce.com

This repository holds some of the writings of Joshua C. Bruce; specifically, those used for [joshbruce.com](https://joshbruce.com).

This project is one aspect of a broader conversation and possible community.

Anyone may [contribute to](https://github.com/joshbruce/content-joshbruce.com/blob/main/.github/CONTRIBUTING.md) improving the content per the [license agreement](https://github.com/joshbruce/content-joshbruce.com/blob/main/.github/LICENSE) and in keeping with the [code of conduct](https://github.com/joshbruce/content-joshbruce.com/blob/main/.github/CODE_OF_CONDUCT.md).

You may interact with and [sponsor](https://github.com/sponsors/joshbruce) this project through GitHub using the sponsor link, the discussion and issues tabs, and contributing directly.

You can also find me [@itsjoshbruce](https://twitter.com/ItsJoshBruce) on Twitter.

The code used to run the site is [over here](https://github.com/8fold/site-joshbruce.com).
Empty file added content/assets/js/.gitkeep
Empty file.
Loading

0 comments on commit c8bc67d

Please sign in to comment.