Skip to content

Commit c2fe361

Browse files
committed
merged gatsby into root folder.
1 parent 950d4f6 commit c2fe361

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+379
-140
lines changed

.gitignore

+65-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,70 @@
1-
# Custom
1+
# Custom content
22
.idea
33

4+
# Created by Gatsby
5+
# Logs
6+
logs
7+
*.log
8+
npm-debug.log*
9+
yarn-debug.log*
10+
yarn-error.log*
11+
12+
# Runtime data
13+
pids
14+
*.pid
15+
*.seed
16+
*.pid.lock
17+
18+
# Directory for instrumented libs generated by jscoverage/JSCover
19+
lib-cov
20+
21+
# Coverage directory used by tools like istanbul
22+
coverage
23+
24+
# nyc test coverage
25+
.nyc_output
26+
27+
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
28+
.grunt
29+
30+
# Bower dependency directory (https://bower.io/)
31+
bower_components
32+
33+
# node-waf configuration
34+
.lock-wscript
35+
36+
# Compiled binary addons (http://nodejs.org/api/addons.html)
37+
build/Release
38+
39+
# Dependency directories
40+
node_modules/
41+
jspm_packages/
42+
43+
# Typescript v1 declaration files
44+
typings/
45+
46+
# Optional npm cache directory
47+
.npm
48+
49+
# Optional eslint cache
50+
.eslintcache
51+
52+
# Optional REPL history
53+
.node_repl_history
54+
55+
# Output of 'npm pack'
56+
*.tgz
57+
58+
# Yarn Integrity file
59+
.yarn-integrity
60+
61+
# dotenv environment variables file
62+
.env
63+
64+
.cache/
65+
public
66+
yarn-error.log
67+
468
# Created by .ignore support plugin (hsz.mobi)
569
### macOS template
670
# General

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,10 @@ These notes are geared towards an OSX / Ubuntu development environment using for
1414
- [Server]() - Server setup and security
1515
- [Security]() - Notes for securing a Linux web server
1616
- [Traveling]() - Tips and tricks while traveling
17-
- [Transportation]() - Anything transportation related
17+
- [Transportation]() - Anything transportation related
18+
19+
## Installing Gatsby
20+
21+
## Running the project
22+
23+
`gatsby develop`

databases/mysql.md content/databases/mysql.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
---
2+
title: MySQL Reference
3+
date: "2018-02-28"
4+
publish: true
5+
---
6+
7+
18
# MySQL Notes
29

310
## Logging in

databases/postgresql.md content/databases/postgresql.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
---
2+
title: PostgreSQL Reference
3+
date: "2018-02-28"
4+
publish: true
5+
---
6+
7+
18
# PostgreSQL
29

310
## Useful commands

docker/backup-restore.md content/docker/backup-restore.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
---
2+
title: Docker Backup & Restoration
3+
date: "2018-02-28"
4+
publish: true
5+
---
6+
17
# Backup and restoration
28

39
**Note**: Backups do NOT save the data in the container. If you would like to keep the data too, please check out the section on Docker data volumes below.

docker/commands.md content/docker/commands.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
---
2+
title: Docker Commands
3+
date: "2018-02-28"
4+
publish: true
5+
---
6+
7+
18
# Docker Commands
29

310
- Current Docker status

docker/concepts.md content/docker/concepts.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
---
2+
title: Docker Concepts
3+
date: "2018-02-28"
4+
publish: true
5+
---
6+
7+
18
# Concepts
29

310
The Docker setup looks like the following: Stack -> Services -> Containers

docker/installing.md content/docker/installing.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
---
2+
title: Docker Installation
3+
date: "2018-02-28"
4+
publish: true
5+
---
6+
7+
18
# Docker
29

310
## Installing Docker

environment/bashrc.md content/environment/bashrc.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
---
2+
title: .bashrc Configuration
3+
date: "2018-02-28"
4+
publish: true
5+
---
6+
17

28
# .bashrc File Configuration
39

environment/cmder.md content/environment/cmder.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
---
2+
title: CMDer Notes
3+
date: "2018-02-28"
4+
publish: true
5+
---
6+
7+
18
# Cmder
29

310
## Setting a default directory

environment/github.md content/environment/github.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
---
2+
title: Github Reference
3+
date: "2018-02-28"
4+
publish: true
5+
---
6+
7+
18
# Creating and adding an SSH key to Github
29

310
1. If you would like to use an existing key, check the .ssh directory (skip step 2 if this is the case)

environment/homebrew.md content/environment/homebrew.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
---
2+
title: Homebrew Reference
3+
date: "2018-02-28"
4+
publish: true
5+
---
6+
7+
18
# Homebrew (OSX)
29

310
[Homebrew]() is an awesome package manager for OSX.

environment/jetbrains.md content/environment/jetbrains.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
---
2+
title: Jetbrains Notes
3+
date: "2018-02-28"
4+
publish: true
5+
---
6+
7+
18
# Jetbrains
29

310
Jetbrains produces some incredible IDEs like Pycharm and Webstorm.

environment/node.md content/environment/node.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
---
2+
title: Node.js Reference
3+
date: "2018-02-28"
4+
publish: true
5+
---
6+
7+
18
# Node setup
29

310
1. Install npm

environment/programs-osx.md content/environment/programs-osx.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
---
2+
title: OSX Programs
3+
date: "2018-02-28"
4+
publish: true
5+
---
6+
17

28
# Recommended OSX Programs
39

environment/programs-windows.md content/environment/programs-windows.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
---
2+
title: Windows Programs
3+
date: "2018-02-28"
4+
publish: true
5+
---
6+
7+
18
# Recommended Windows programs
29

310
## Utility applications

environment/terminal.md content/environment/terminal.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
---
2+
title: Terminal Notes
3+
date: "2018-02-28"
4+
publish: true
5+
---
6+
7+
18
# Terminal
29

310
## OSX

environment/zsh.md content/environment/zsh.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
---
2+
title: ZSH Reference (shell replacement)
3+
date: "2018-02-28"
4+
publish: true
5+
---
6+
7+
18
# ZSH
29

310
My `.zshrc` file. See the [bashrc](environemt/bashrc) page for more terminal settings.

hardware/onion-omega-2.md content/hardware/onion-omega-2.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
---
2+
title: Onion Omega 2 Notes
3+
date: "2018-02-28"
4+
publish: true
5+
---
6+
7+
18
# Onion Omega 2
29

310
## Console not showing up when connecting to the device

content/javascript/installation.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: Installing JavaScript
3+
date: "2018-02-28"
4+
publish: true
5+
---
6+
7+
8+
# Installing JavaScript
9+

javascript/npm.md content/javascript/npm.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
---
2+
title: NPM Notes
3+
date: "2018-02-28"
4+
publish: true
5+
---
6+
7+
18
# NPM
29

310
## General commands

content/javascript/react/setup.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: React Setup
3+
date: "2018-02-28"
4+
publish: true
5+
---

content/javascript/webpack.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: Webpack Notes
3+
date: "2018-02-28"
4+
publish: true
5+
---

physical/stretching.md content/physical/stretching.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
---
2+
title: Stretches
3+
date: "2018-02-28"
4+
publish: true
5+
---
6+
7+
18
# Stretching
29

310
- [Anterior pelvic tilt](https://www.reddit.com/r/Fitness/comments/ewrr0/writeup_on_the_dreaded_anterior_pelvic_tilt_or/)

project-management/jira.md content/project-management/jira.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
---
2+
title: JIRA Notes
3+
date: "2018-02-28"
4+
publish: true
5+
---
6+
7+
18
# JIRA Notes
29

310
Iron triange - scope, schedule, quality

python/classes.md content/python/classes.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
---
2+
title: Python Classes
3+
date: "2018-02-28"
4+
publish: true
5+
---
6+
7+
18
# Classes
29

310
## A sample class

python/django/django.md content/python/django/django.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
---
2+
title: Django Notes
3+
date: "2018-02-28"
4+
publish: true
5+
---
6+
7+
18
# Django Notes
29

310
https://docs.djangoproject.com/en/1.11/

python/installation.md content/python/installation.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
---
2+
title: Installing Python
3+
date: "2018-02-28"
4+
publish: true
5+
---
6+
7+
18
# Installing Python
29

310
## OSX

python/virtualenv.md content/python/virtualenv.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
---
2+
title: Virtual Environment Reference
3+
date: "2018-02-28"
4+
publish: true
5+
---
6+
7+
18
# Virtual Environments
29

310
Managing application versions between projects can be extremely frusterating. Thankfully, some developers have come up with a way of isolating each project to a specific set of application versions.

content/server/domain.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: Domain reference
3+
date: "2018-02-28"
4+
publish: true
5+
---
6+
7+
8+
# Domain Setup
9+
10+
11+
12+
## Sources
13+
14+
-

server/rsync.md content/server/rsync.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
---
2+
title: rsync Reference
3+
date: "2018-02-28"
4+
publish: true
5+
---
6+
17
# rsync
28

39
## Installing rsync

0 commit comments

Comments
 (0)