mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2024-12-01 15:49:41 +01:00
Compare commits
No commits in common. "f9a394382461c7114bf415f19345908b7b0cc97d" and "d37001f4c466659db5af85a0c825bbfa202d1e9a" have entirely different histories.
f9a3943824
...
d37001f4c4
@ -1,3 +1,5 @@
|
|||||||
|
# @format
|
||||||
|
|
||||||
# See https://pre-commit.com for more information
|
# See https://pre-commit.com for more information
|
||||||
# See https://pre-commit.ci for more information
|
# See https://pre-commit.ci for more information
|
||||||
ci:
|
ci:
|
||||||
@ -7,12 +9,6 @@ ci:
|
|||||||
autoupdate_schedule: quarterly
|
autoupdate_schedule: quarterly
|
||||||
skip: [latexmk, exiftool, prettier]
|
skip: [latexmk, exiftool, prettier]
|
||||||
|
|
||||||
default_language_version:
|
|
||||||
node: "lts"
|
|
||||||
# Remember .python-version !
|
|
||||||
python: "3.12"
|
|
||||||
ruby: ".ruby-version"
|
|
||||||
|
|
||||||
repos:
|
repos:
|
||||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||||
rev: v4.6.0
|
rev: v4.6.0
|
||||||
@ -82,7 +78,7 @@ repos:
|
|||||||
exclude_types: [json]
|
exclude_types: [json]
|
||||||
- id: latexmk
|
- id: latexmk
|
||||||
name: latexmk
|
name: latexmk
|
||||||
entry: latexmk -xelatex -quiet -f
|
entry: latexmk -quiet -f
|
||||||
language: system
|
language: system
|
||||||
types: [text, tex]
|
types: [text, tex]
|
||||||
# I have no idea where latexmk wants the template
|
# I have no idea where latexmk wants the template
|
||||||
|
@ -4,9 +4,15 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta
|
||||||
|
name="viewport"
|
||||||
|
content="width=device-width, initial-scale=1.0"
|
||||||
|
/>
|
||||||
<title>Lorem.</title>
|
<title>Lorem.</title>
|
||||||
<link rel="stylesheet" href="fun.css" />
|
<link
|
||||||
|
rel="stylesheet"
|
||||||
|
href="fun.css"
|
||||||
|
/>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>MEOW</h1>
|
<h1>MEOW</h1>
|
||||||
|
@ -4,9 +4,15 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta
|
||||||
|
name="viewport"
|
||||||
|
content="width=device-width, initial-scale=1.0"
|
||||||
|
/>
|
||||||
<title>Lorem.</title>
|
<title>Lorem.</title>
|
||||||
<link rel="stylesheet" href="style.css" />
|
<link
|
||||||
|
rel="stylesheet"
|
||||||
|
href="style.css"
|
||||||
|
/>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>Lorem, ipsum dolor.</h1>
|
<h1>Lorem, ipsum dolor.</h1>
|
||||||
|
Loading…
Reference in New Issue
Block a user