Compare commits

...

23 Commits

Author SHA1 Message Date
b267154316 updated my fastwyre job entry 2024-01-05 12:45:08 -06:00
adcda2f37d Updated fastwyre page 2024-01-04 15:57:25 -06:00
3ed298592f Added jobs section 2024-01-04 15:50:11 -06:00
9009885f53 Had to add to Backgroun section in zfs-upgrade-issue 2023-12-17 17:07:19 -06:00
0acac4dc55 Had to add to Backgroun section in zfs-upgrade-issue 2023-12-17 17:05:28 -06:00
f07e6fae57 Added new post 2023-12-17 16:12:44 -06:00
22326e7000 Added new post 2023-12-07 13:54:35 -06:00
07a1cddc9f fixed formatting 2023-12-02 13:35:10 -06:00
33edb5def8 Added new post 2023-12-02 13:34:37 -06:00
722c02db7a Added new post 2023-12-02 13:34:14 -06:00
cb7bc1d4c9 Added my journal repo to about-me 2023-11-25 17:46:49 -06:00
4a421ac4bd Specified that I work on projects to setup new servers 2023-11-25 17:37:09 -06:00
f388992436 Removed un-necessary section of post 2023-11-25 17:35:55 -06:00
108721eb0c Changed wording 2023-11-25 17:34:07 -06:00
e012077ecd Removed "& Admin" from header in about-me 2023-11-25 17:33:13 -06:00
b9b71f5f02 added line below contact in about-me 2023-11-25 17:29:48 -06:00
a507ef5e66 added line below contact in about-me 2023-11-25 17:28:46 -06:00
f46aacc5b7 Corrected formatting in about-me 2023-11-25 17:17:31 -06:00
546dc17057 Updated about-me 2023-11-25 17:01:07 -06:00
778bf9410a Added more content to auvik review 2023-11-25 14:45:29 -06:00
5675c3b814 Added new post and fixed formatting 2023-11-25 14:22:37 -06:00
f59bef3428 Had to fix variable in check to $0 2023-11-24 17:52:36 -06:00
2f51c2dd9d Added a little more info to README 2023-11-18 17:58:56 -06:00
4 changed files with 5 additions and 3 deletions

View File

@@ -5,3 +5,5 @@ Hello all, this is a project I put togethor for my Capstone project (not the pro
## Function
The core of this project depends on you having VimWiki installed. The second depends on you having bash installed as a shell.
## What it does
This simply automates the creation of new wiki posts and updating the index page.

2
Site

Submodule Site updated: a5eb22a446...d25ee5b17d

2
blog

Submodule blog updated: 9d59b61ca1...8f59dd1f7b

View File

@@ -3,7 +3,7 @@
## If user is not running this in the root of the project dir
if [[ ! -d utils ]]; then
## Change directory to project dir
cd `dirname $1`
cd `dirname $0`
cd ..
fi