mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2023-12-21 10:22:58 +01:00
Cleanup repo (#54)
This commit is contained in:
parent
f3f9fec642
commit
992ef265a3
@ -1,5 +0,0 @@
|
|||||||
|
|
||||||
ignoreFiles = ["content/portfolio/\\.*","content/product/\\.*","content/sketch/\\.*"]
|
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
|||||||
ignoreFiles = ["content/portfolio/\\.*","content/product/\\.*","content/sketch/\\.*"]
|
|
||||||
baseURL = "https://gohugo.io/"
|
baseURL = "https://gohugo.io/"
|
||||||
title = "Hugo Themes"
|
title = "Hugo Themes"
|
||||||
author = "Steve Francia"
|
author = "Steve Francia"
|
||||||
|
@ -1,26 +0,0 @@
|
|||||||
---
|
|
||||||
title: "Lines from center"
|
|
||||||
date: 2019-03-04T22:15:42-03:00
|
|
||||||
description: "this is a p5js sketch"
|
|
||||||
libs:
|
|
||||||
js:
|
|
||||||
- https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.7.3/p5.min.js
|
|
||||||
---
|
|
||||||
|
|
||||||
<div id="sketch"></div>
|
|
||||||
|
|
||||||
<script>
|
|
||||||
var sketch = document.getElementById('sketch')
|
|
||||||
function setup() {
|
|
||||||
var canvas = createCanvas(windowWidth, windowHeight)
|
|
||||||
canvas.parent('#sketch')
|
|
||||||
}
|
|
||||||
|
|
||||||
function draw() {
|
|
||||||
line(width/2, height/2, mouseX, mouseY)
|
|
||||||
}
|
|
||||||
|
|
||||||
function windowResized() {
|
|
||||||
resizeCanvas(windowWidth, windowHeight);
|
|
||||||
}
|
|
||||||
</script>
|
|
Loading…
Reference in New Issue
Block a user