little reorg

This commit is contained in:
2018-10-07 13:09:15 -05:00
parent 4c3aa14dcc
commit c6ab04158e
3 changed files with 302 additions and 306 deletions

View File

@ -90,11 +90,11 @@ module.exports = function(grunt) {
auth: {
host: 'markamoser.com',
port: 6791,
authKey: 'workhorse'
authKey: 'workshop'
},
cache: 'sftpCache.json',
src: 'dist/',
dest: 'www/links/',
dest: 'www/links.markamoser.com/',
progress: true
}
}

View File

@ -25,8 +25,9 @@
<li><a href="http://www.ruby-doc.org/core">Ruby API</a></li>
<li><a href="http://api.rubyonrails.org">Rails API</a></li>
<li><a href="http://guides.rubyonrails.org">Rails Guild</a></li>
<li><a href="http://fontawesome.io/cheatsheet/">FontAwsm 4</a></li>
<li><a href="https://github.com/thoughtbot/empties">empties.bourbon.io</a></li>
<li><a href="https://facebook.github.io/react/docs/react-component.html">react docs</a></li>
<li><a href="https://github.com/ReactTraining/react-router/blob/master/docs/API.md">react-router</a></li>
<li><a href="http://reactcheatsheet.com/">react cheatsheet</a></li>
</ul>
</section>
@ -35,7 +36,7 @@
<li>Services</li>
<li><a href="https://bitbucket.org/">Bit Bucket</a></li>
<li><a href="https://www.ssllabs.com/ssltest/analyze.html">SSL Tester</a></li>
<li><a href="http://gitlab.perficientdigital.com">gitlab</a></li>
<li><a href="https://gitlab.com/mark.moser">gitlab</a></li>
<li><a href="https://calendar.google.com/calendar/syncselect">GoogleCal Sync</a></li>
</ul>
@ -58,8 +59,6 @@
<li><a href="https://github.com/bbatsov/rubocop/blob/master/config/default.yml">rubocop yml</a></li>
<li><a href="http://danwin.com/2013/03/ruby-minitest-cheat-sheet/">minitest cheatsheet</a></li>
<li><a href="http://www.mattsears.com/articles/2011/12/10/minitest-quick-reference/">minitest (mattsears)</a></li>
<li><a href="http://docs.gitlab.com/omnibus/">gitlab docs</a></li>
<li><a href="https://doc.owncloud.org/">ownCloud docs</a></li>
<li><a href="http://overapi.com/">API CheatSheets</a></li>
<li><a href="http://www.restapitutorial.com/httpstatuscodes.html">http status codes</a></li>
<li><a href="https://semver.npmjs.com/">npm version tester</a></li>
@ -77,9 +76,6 @@
<li><a href="https://google-webfonts-helper.herokuapp.com">Google Fonts Search</a></li>
<li><a href="https://github.com/matthewgonzalez/fontplop">fontplop</a></li>
<li><a href="http://app.fontastic.me/">fontastic</a></li>
<li><a href="https://facebook.github.io/react/docs/react-component.html">react docs</a></li>
<li><a href="https://github.com/ReactTraining/react-router/blob/master/docs/API.md">react-router</a></li>
<li><a href="http://reactcheatsheet.com/">react cheatsheet</a></li>
<li><a href="https://github.com/rachelandrew/gridbugs">grid bugs</a></li>
</ul>
@ -125,13 +121,13 @@
<li><a href="http://www.dev-books.com/">top mentioned dev books</a></li>
<li><a href="https://www.zebrasunite.com/resources">Zebras Unite!</a></li>
</ul>
</main>
<footer>
<ul>
<li><a href="http://www.markamoser.com">markamoser.com</a></li>
<li><a href="http://obleys.tumblr.com/">obley</a></li>
<li><a href="https://git.markamoser.com/">gitea</a></li>
</ul>
</footer>
</body>

590
package-lock.json generated

File diff suppressed because it is too large Load Diff