Skip to content

Instantly share code, notes, and snippets.

[
{
"averageGasPrice": 0,
"co2Emissions": 0,
"date": "2021-09-28T09:48:00.571Z",
"gasUsed": 0,
"numTransactions": 0
},
{
"averageGasPrice": 0,
{
"ex1": [
{
"averageGasPrice": 0,
"co2Emissions": 0,
"date": "2021-09-24T14:23:09.648Z",
"gasUsed": 0,
"numTransactions": 0
},
{
@mefuru
mefuru / clj
Created November 29, 2017 11:40
squircle
;; Wed Nov 29 10:09:47 2017
;; Draw a square using trig
;; Instructions
;; cider-jack-in
;; cider-refresh
;; User interactions
@mefuru
mefuru / gist:25ffa3d67aabe3affd7b7a8ab62fbcac
Last active May 21, 2021 16:36
Instructions for setting up a Hugo site hosted on GitHub pages

Hey, this is how I set up personal site using Hugo, hosting it on Github pages and linked it to a domain bought through Google domains. Let me know if you have any questions!

  • Install Hugo (Mac)
> brew install hugo
> hugo new site SITE_NAME
> hugo new post/test-post.md
  • Download a theme and add to project e.g.