mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-25 17:55:23 -04:00
some repo clean-up
This commit is contained in:
parent
32262b0041
commit
b1687df25b
@ -1,13 +0,0 @@
|
||||
>= 0.5%
|
||||
last 2 major versions
|
||||
Firefox ESR
|
||||
not dead
|
||||
not ie >= 0
|
||||
not edge <= 18 # pre-chromium (then jumps to 79)
|
||||
not op_mini all
|
||||
not op_mob >= 0
|
||||
not ie_mob >= 0
|
||||
not and_qq >= 0
|
||||
not and_uc >= 0
|
||||
not baidu >= 0
|
||||
not kaios >= 0
|
@ -1,4 +0,0 @@
|
||||
# See here for image contents: https://github.com/microsoft/vscode-dev-containers/blob/v0.205.2/containers/javascript-node/.devcontainer/base.Dockerfile
|
||||
# [Choice] Node.js version (use -bullseye variants on local arm64/Apple Silicon): 16, 14, 12, 16-bullseye, 14-bullseye, 12-bullseye, 16-buster, 14-buster, 12-buster
|
||||
ARG VARIANT=16-bullseye
|
||||
FROM mcr.microsoft.com/vscode/devcontainers/javascript-node:0-${VARIANT}
|
@ -1,42 +0,0 @@
|
||||
{
|
||||
"name": "jarv.is",
|
||||
"runArgs": ["--init"],
|
||||
"build": {
|
||||
"dockerfile": "Dockerfile",
|
||||
// Update 'VARIANT' to pick a Node version: 16, 14, 12.
|
||||
// Append -bullseye or -buster to pin to an OS version.
|
||||
// Use -bullseye variants on local arm64/Apple Silicon.
|
||||
"args": { "VARIANT": "16-bullseye" }
|
||||
},
|
||||
"features": {
|
||||
"git": "os-provided"
|
||||
},
|
||||
|
||||
// Use 'postCreateCommand' to run commands after the container is created.
|
||||
"postStartCommand": "yarn install --frozen-lockfile && ./node_modules/.bin/next telemetry disable",
|
||||
|
||||
// Use 'forwardPorts' to make a list of ports inside the container available locally.
|
||||
"forwardPorts": [3000],
|
||||
|
||||
"portsAttributes": {
|
||||
"3000": {
|
||||
"label": "next dev",
|
||||
"onAutoForward": "notify"
|
||||
}
|
||||
},
|
||||
|
||||
// Set *default* container specific settings.json values on container create.
|
||||
"settings": {
|
||||
"terminal.integrated.shell.linux": "/bin/zsh"
|
||||
},
|
||||
|
||||
// Add the IDs of extensions you want installed when the container is created.
|
||||
"extensions": [
|
||||
"dbaeumer.vscode-eslint",
|
||||
"divlo.vscode-styled-jsx-languageserver",
|
||||
"divlo.vscode-styled-jsx-syntax",
|
||||
"editorconfig.editorconfig",
|
||||
"esbenp.prettier-vscode",
|
||||
"stylelint.vscode-stylelint"
|
||||
]
|
||||
}
|
@ -11,7 +11,3 @@ indent_style = space
|
||||
indent_size = 2
|
||||
trim_trailing_whitespace = true
|
||||
insert_final_newline = true
|
||||
|
||||
# site content
|
||||
[*.md]
|
||||
trim_trailing_whitespace = false
|
||||
|
10
.github/dependabot.yml
vendored
10
.github/dependabot.yml
vendored
@ -13,13 +13,3 @@ updates:
|
||||
commit-message:
|
||||
prefix: "📦 npm:"
|
||||
open-pull-requests-limit: 99
|
||||
|
||||
- package-ecosystem: github-actions
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: weekly
|
||||
labels:
|
||||
- "📦 dependencies"
|
||||
commit-message:
|
||||
prefix: "📦 ci:"
|
||||
open-pull-requests-limit: 99
|
||||
|
27
.github/workflows/webmentions.yml
vendored
27
.github/workflows/webmentions.yml
vendored
@ -1,27 +0,0 @@
|
||||
name: Fetch Webmentions
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: "0 */12 * * *" # run every twelve hours at top of hour
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
fetch:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 1
|
||||
lfs: false
|
||||
- name: Get webmentions data
|
||||
run: wget -nv -O data/webmentions.json "https://webmention.io/api/mentions.json?domain=jarv.is&token=$WEBMENTIONS_TOKEN"
|
||||
env:
|
||||
WEBMENTIONS_TOKEN: ${{ secrets.WEBMENTIONS_TOKEN }}
|
||||
- name: Format JSON
|
||||
run: npx prettier --write data/webmentions.json
|
||||
- name: Push changes
|
||||
run: |
|
||||
git config --global user.name "github-actions[bot]"
|
||||
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
|
||||
git commit -am "Add new webmentions 🎉" || echo "No new mentions... 😢"
|
||||
git push origin main
|
@ -1,2 +1,2 @@
|
||||
/.next
|
||||
/out
|
||||
/.next/
|
||||
/out/
|
||||
|
File diff suppressed because one or more lines are too long
BIN
logo.sketch
BIN
logo.sketch
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user