Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
bgoonz committed Aug 16, 2022
2 parents 5084ae9 + 4aeb821 commit 967307c
Show file tree
Hide file tree
Showing 1,398 changed files with 93,681 additions and 585,803 deletions.
8 changes: 3 additions & 5 deletions .vscode/PythonImportHelper-v2-Completion.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
[
{
"label": "Flask",
"importPath": "flask",
"description": "flask",
[{
"label": "argparse",
"kind": 6,
"isExtraImport": true,
"detail": "flask",
"documentation": {}
Expand Down
527 changes: 261 additions & 266 deletions CHANGELOG.md

Large diffs are not rendered by default.

802 changes: 634 additions & 168 deletions README.md

Large diffs are not rendered by default.

22 changes: 14 additions & 8 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
# ToDo:
# To Do

1. embed this [tool](https://bgoonz.github.io/html-2-md-converter/)
2. Fix broken Links
3. Algolia Search
4. Visitor Content Authoring.
5. Dark Mode
6. https://github.com/bgoonz/MainBlogContent
7. Gatsby plugin Algolia
1. embed this [tool](https://bgoonz.github.io/html-2-md-converter/)
2. Fix broken Links✅
3. Algolia Search
4. Visitor Content Authoring.✅
5. Dark Mode
6. {add content repo](<https://github.com/bgoonz/MainBlogContent>)
7. Add vercel and other backups to readme or internal use page if it exists
8. [gh pages](https://bgoonz.github.io/BGOONZ_BLOG_2.0/)
9. -[Other repo 1](https://github.com/BGOOONZ-BLOG/bgoonz-blog2.0-v-5)
10. Fix blog images and get rid of duplicates
11. add copy to clipboard to codeblocks
12. get prism or some sort of syntax highlighting working
13. <https://bgoonz.github.io/PROJECTS/>
15 changes: 4 additions & 11 deletions bash-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

<details>

<summary> Bash Cheat Sheet (MY COMMANDS) </summary
<summary>
Bash Cheat Sheet (MY COMMANDS) </summary

## 99. Cheat Sheet

Expand Down Expand Up @@ -542,17 +542,10 @@ printf "${Red} This is red \n"

```



</details>



>



#### Find

## To find files by case-insensitive extension (ex: .jpg, .JPG, .jpG)
Expand Down Expand Up @@ -1306,7 +1299,7 @@ echo ' </style>'

# awk '{print "<li>"};

# {print " <a href=\""$1"\">",$1,"</a></li>&nbsp;"}' \ $listing
# {print " <a href=\""$1"\">",$1,"</a></li>&nbsp;"}' \ $listing

echo ""

Expand Down Expand Up @@ -1418,7 +1411,7 @@ echo ' </style>'

# awk '{print "<li>"};

# {print " <a href=\""$1"\">",$1,"</a></li>&nbsp;"}' \ $listing
# {print " <a href=\""$1"\">",$1,"</a></li>&nbsp;"}' \ $listing

echo ""

Expand Down
2,971 changes: 1,132 additions & 1,839 deletions docs/README.md

Large diffs are not rendered by default.

275 changes: 275 additions & 0 deletions docs/docs/css/main.css

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

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
27 changes: 0 additions & 27 deletions gatsby-ssr.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,34 +2,8 @@
/**
* Implement Gatsby's SSR (Server Side Rendering) APIs in this file.
*
* {/* // search-create.js
//<script src={withPrefix('js/google-search.js')} />
//<script src={withPrefix('js/algolia.js')} />
//
//<script src={withPrefix('js/analytics.js')} /> }
* See: https://www.gatsbyjs.org/docs/ssr-apis/
*/
<<<<<<< HEAD
const React = require( "react" );
const withPrefix = require( "./src/utils/withPrefix" ).default;
exports.onRenderBody = function ( {setHeadComponents,setPostBodyComponents} ) {
setHeadComponents( [] );
setPostBodyComponents( [
< React.Fragment >
< script src={ withPrefix( 'js/addthis.js' ) } />
< script src={ withPrefix( 'js/blm.js' ) } />
< script src={ withPrefix( 'js/inject.js' ) } />
< script src={ withPrefix( 'js/searchbar.js' ) } />
< script src={ withPrefix( 'js/plugins.js' ) } />
< script src={ withPrefix( 'js/main.js' ) } />
< script src={ withPrefix( 'js/misc.js' ) } />
< script src={ withPrefix( 'js/page-load.js' ) } />
< script src={ withPrefix( 'js/page-unload.js' ) } />
< script src={ withPrefix( 'js/prism.js' ) } />
< script src={ withPrefix( 'js/search-create.js' ) } />
</React.Fragment>
] );
=======

const React = require('react');
const withPrefix = require('./src/utils/withPrefix').default;
Expand All @@ -56,5 +30,4 @@ exports.onRenderBody = function ({ setHeadComponents, setPostBodyComponents }) {
<script src={withPrefix('js/ukraine.js')} />
</React.Fragment>
]);
>>>>>>> master
};
Empty file removed notes/ActionLink.md
Empty file.
Empty file removed notes/CtaButtons.md
Empty file.
Empty file removed notes/DocsMenu.md
Empty file.
Empty file removed notes/DocsSubmenu.md
Empty file.
Empty file removed notes/Footer.md
Empty file.
Empty file removed notes/FormField.md
Empty file.
Empty file removed notes/Header.md
Empty file.
Empty file removed notes/Icon.md
Empty file.
Loading

1 comment on commit 967307c

@vercel
Copy link

@vercel vercel bot commented on 967307c Aug 16, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deployment failed with the following error:

Resource is limited - try again in 15 hours (more than 100, code: "api-deployments-free-per-day").

Please sign in to comment.