-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpage-data.json
More file actions
1 lines (1 loc) · 9.44 KB
/
page-data.json
File metadata and controls
1 lines (1 loc) · 9.44 KB
1
{"componentChunkName":"component---src-templates-post-list-js","path":"/5","result":{"data":{"site":{"siteMetadata":{"title":"emeraldjava","author":"emeraldjava","labels":[{"tag":"run","tech":"Run","name":"FaRunning","size":20,"color":"red"},{"tag":"cycle","tech":"Cycle","name":"FaBicycle","size":20,"color":"blue"},{"tag":"nodejs","tech":"Node.js","name":"DiNodejsSmall","size":20,"color":"lightgreen"},{"tag":"git","tech":"Git","name":"DiGitMerge","size":20,"color":"white"},{"tag":"javascript","tech":"JavaScript","name":"DiJsBadge","size":20,"color":"yellow"},{"tag":"css","tech":"CSS","name":"DiCss3Full","size":20,"color":"teal"},{"tag":"beer","tech":"Beer","name":"FaBeer","size":20,"color":"deepskyblue"},{"tag":"ruby","tech":"Ruby","name":"DiRuby","size":20,"color":"crimson"},{"tag":"java","tech":"Java","name":"FaJava","size":20,"color":"wheat"},{"tag":"angular","tech":"Angular","name":"DiAngularSimple","size":20,"color":"red"},{"tag":"html","tech":"HTML","name":"FaHtml5","size":20,"color":"darkorange"},{"tag":"php","tech":"php","name":"DiPhp","size":20,"color":"violet"},{"tag":"mongodb","tech":"MongoDB","name":"DiMongodb","size":20,"color":"green"},{"tag":"vscode","tech":"VS Code","name":"DiVisualstudio","size":20,"color":"deepskyblue"}]}},"allMarkdownRemark":{"totalCount":21,"edges":[{"node":{"excerpt":"Some notes on creating a Strava feed via Gatstby https://www.gatsbyjs.org/packages/gatsby-source-strava/ https://mark.ie/blog/build-a-netlify-hosted-github-auto-deploying-gatsby-based-website-to…","html":"<p>Some notes on creating a Strava feed via Gatstby</p>\n<ul>\n<li><a href=\"https://www.gatsbyjs.org/packages/gatsby-source-strava/\">https://www.gatsbyjs.org/packages/gatsby-source-strava/</a></li>\n<li><a href=\"https://mark.ie/blog/build-a-netlify-hosted-github-auto-deploying-gatsby-based-website-to-display-your-strava-data\">https://mark.ie/blog/build-a-netlify-hosted-github-auto-deploying-gatsby-based-website-to-display-your-strava-data</a></li>\n<li><a href=\"https://github.com/markconroy/strava-marky/blob/master/package.json\">https://github.com/markconroy/strava-marky/blob/master/package.json</a></li>\n</ul>","id":"565bf2d1-8a93-5f04-bad3-5df5fc97a90b","frontmatter":{"title":"Gatsby Strava","date":"May 11, 2020","tags":["gatsby","strava"]},"fields":{"slug":"/2020-05-11-gatsby-strava/"}}},{"node":{"excerpt":"https://help.github.com/en/github/authenticating-to-github/adding-a-new-gpg-key-to-your-github-account https://oss.sonatype.org/content/repositories/snapshots/io/github/emeraldjava/nifi-deploy-config…","html":"<p><a href=\"https://help.github.com/en/github/authenticating-to-github/adding-a-new-gpg-key-to-your-github-account\">https://help.github.com/en/github/authenticating-to-github/adding-a-new-gpg-key-to-your-github-account</a></p>\n<p><a href=\"https://oss.sonatype.org/content/repositories/snapshots/io/github/emeraldjava/nifi-deploy-config/1.2.0-SNAPSHOT/\">https://oss.sonatype.org/content/repositories/snapshots/io/github/emeraldjava/nifi-deploy-config/1.2.0-SNAPSHOT/</a>\n<a href=\"https://repo1.maven.org/maven2/io/github/emeraldjava/nifi-deploy-config/\">https://repo1.maven.org/maven2/io/github/emeraldjava/nifi-deploy-config/</a></p>\n<p><a href=\"https://oss.sonatype.org/content/repositories/snapshots/com/github/hermannpencole/nifi-swagger-client/1.2.0-SNAPSHOT/\">https://oss.sonatype.org/content/repositories/snapshots/com/github/hermannpencole/nifi-swagger-client/1.2.0-SNAPSHOT/</a>\n<a href=\"https://repo1.maven.org/maven2/com/github/hermannpencole\">https://repo1.maven.org/maven2/com/github/hermannpencole</a></p>\n<div class=\"gatsby-highlight\" data-language=\"text\"><pre class=\"language-text\"><code class=\"language-text\"><groupId>com.github.hermannpencole</groupId>\n<artifactId>nifi-swagger-client</artifactId></code></pre></div>\n<p><a href=\"https://help.github.com/en/github/managing-packages-with-github-packages/configuring-apache-maven-for-use-with-github-packages\">https://help.github.com/en/github/managing-packages-with-github-packages/configuring-apache-maven-for-use-with-github-packages</a></p>\n<p><a href=\"https://github.com/actions/setup-java\">https://github.com/actions/setup-java</a></p>\n<p><a href=\"https://itnext.io/publishing-artifact-to-maven-central-b160634e5268\">https://itnext.io/publishing-artifact-to-maven-central-b160634e5268</a></p>\n<p><a href=\"https://github.com/samuelmeuli/action-maven-publish\">https://github.com/samuelmeuli/action-maven-publish</a></p>\n<p>name: Release</p>\n<h1>Run workflow on commits to the <code class=\"language-text\">master</code> branch</h1>\n<div class=\"gatsby-highlight\" data-language=\"text\"><pre class=\"language-text\"><code class=\"language-text\">on:\n push:\n branches:\n - master\n\njobs:\n release:\n runs-on: ubuntu-18.04\n steps:\n - name: Check out Git repository\n uses: actions/checkout@v2\n\n - name: Install Java and Maven\n uses: actions/setup-java@v1\n with:\n java-version: 11\n\n - name: Release Maven package\n uses: samuelmeuli/action-maven-publish@v1\n with:\n gpg_private_key: ${{ secrets.gpg_private_key }}\n gpg_passphrase: ${{ secrets.gpg_passphrase }}\n nexus_username: ${{ secrets.nexus_username }}\n nexus_password: ${{ secrets.nexus_password }}</code></pre></div>\n<p><a href=\"https://github.com/opengeospatial/cite/wiki/How-to-create-releases-with-Maven\">https://github.com/opengeospatial/cite/wiki/How-to-create-releases-with-Maven</a></p>\n<p><a href=\"https://techluminary.com/discard-maven-release-plugin-with-a-new-approach/\">https://techluminary.com/discard-maven-release-plugin-with-a-new-approach/</a>\n<a href=\"https://axelfontaine.com/blog/dead-burried.html\">https://axelfontaine.com/blog/dead-burried.html</a></p>\n<p><a href=\"https://phauer.com/2016/version-numbers-continuous-delivery-maven-docker/\">https://phauer.com/2016/version-numbers-continuous-delivery-maven-docker/</a></p>\n<div class=\"gatsby-highlight\" data-language=\"text\"><pre class=\"language-text\"><code class=\"language-text\"><plugin>\n <groupId>pl.project13.maven</groupId>\n <artifactId>git-commit-id-plugin</artifactId>\n <version>2.2.4</version>\n <executions>\n <execution>\n <phase>validate</phase>\n <goals>\n <goal>revision</goal>\n </goals>\n </execution>\n </executions>\n <configuration>\n <dateFormat>yyyyMMdd-HHmmss</dateFormat>\n <dotGitDirectory>${project.basedir}/.git</dotGitDirectory>\n <generateGitPropertiesFile>false</generateGitPropertiesFile>\n </configuration>\n</plugin></code></pre></div>\n<p><a href=\"https://trunkbaseddevelopment.com/\">https://trunkbaseddevelopment.com/</a></p>","id":"df25d523-bf2e-5910-b1cc-36ab6b6ee163","frontmatter":{"title":"GPG and Maven","date":"February 01, 2020","tags":[]},"fields":{"slug":"/2020-02-01-gpg_maven/"}}},{"node":{"excerpt":"New Years Resolutions The not making new years resolutions has been broken by me deciding to write more regularly on this site during 2020. Guitar Chord Markdown I’ve been looking to transfer all my…","html":"<h1>New Years Resolutions</h1>\n<p>The not making new years resolutions has been broken by me deciding to write more regularly on this site during 2020.</p>\n<h1>Guitar Chord Markdown</h1>\n<p>I’ve been looking to transfer all my guitar songs from paper to digital, in a format which will be easy for web and mobile devices. I’d like to have the content in a markdown file, and then render the chords, version, bridge and chorus to a final display page.</p>\n<h2>Markdown Libary</h2>\n<p>The first stop was to these libraries which handle markdown to html coversion</p>\n<ul>\n<li><a href=\"https://github.com/showdownjs/showdown\">https://github.com/showdownjs/showdown</a></li>\n<li><a href=\"https://marked.js.org/#/README.md#README.md\">https://marked.js.org/#/README.md#README.md</a></li>\n</ul>\n<p>Perhaps they could be extended to support the ‘song-book’ keywords i need.</p>\n<p>There is this Stackoverflow question</p>\n<ul>\n<li><a href=\"https://stackoverflow.com/questions/12253228/markdown-for-guitar-chords-and-lyrics\">https://stackoverflow.com/questions/12253228/markdown-for-guitar-chords-and-lyrics</a></li>\n</ul>\n<p>These github repo’s give some approaches</p>\n<ul>\n<li><a href=\"https://github.com/ultimate-guitar/Tabdown\">https://github.com/ultimate-guitar/Tabdown</a></li>\n<li><a href=\"https://github.com/oliverpool/guitar-tabs_songtex.js\">https://github.com/oliverpool/guitar-tabs_songtex.js</a></li>\n<li><a href=\"https://github.com/PiXy79/songbook\">https://github.com/PiXy79/songbook</a></li>\n</ul>\n<h2>Markato</h2>\n<p>This seems to be a promising option which covers a markdown style notation to someing a guitar player can use</p>\n<ul>\n<li><a href=\"https://medium.com/@jsrmath/markato-what-online-chord-charts-should-be-a431cb246057\">https://medium.com/@jsrmath/markato-what-online-chord-charts-should-be-a431cb246057</a></li>\n<li><a href=\"https://github.com/jsrmath/markato\">https://github.com/jsrmath/markato</a></li>\n<li><a href=\"https://markato.studio/#\">https://markato.studio/#</a></li>\n</ul>","id":"9c7a8dfc-fd7e-5653-bdae-485206995015","frontmatter":{"title":"New Year 2020","date":"January 01, 2020","tags":[]},"fields":{"slug":"/2020-01-01-New-Year-2020/"}}}]}},"pageContext":{"limit":3,"skip":12,"numPages":7,"currentPage":5}},"staticQueryHashes":["1507474683","63159454","81262063"]}