File tree Expand file tree Collapse file tree 2 files changed +4
-11
lines changed
Expand file tree Collapse file tree 2 files changed +4
-11
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,6 @@ name: Deploy Website
44on :
55 # Runs on pushes
66 push :
7- # and run on a schedule
8- schedule :
9- # for those that don't speak cron, this runs 42 minutes past the hour, every hour
10- - cron : ' 42 0-23 * * *'
117 # Allows you to run this workflow manually from the Actions tab
128 workflow_dispatch :
139
Original file line number Diff line number Diff line change 1- $paletteName = ' Konsolas'
2- $Font = ' Roboto'
1+ $paletteName = ' Solarized-Darcula'
32$CodeFont = ' Inconsolata'
4-
53$argsAndinput = @ ($args ) + @ ($input )
64
75$style = @"
@@ -19,11 +17,10 @@ pre, code {
1917<html>
2018 <head>
2119 <title>$Title </title>
20+ <!--I agree htmx is nice--!>
21+ <script src="https://unpkg.com/htmx.org@latest"></script>
2222 <meta name='viewport' content='width=device-width, initial-scale=1' />
23- <link rel='stylesheet' href='https://cdn.jsdelivr.net/gh/2bitdesigns/4bitcss@latest/css/$PaletteName .css' id='palette' />
24- <link rel='stylesheet' href='https://fonts.googleapis.com/css?family=$Font ' id='font' />
25- <link rel='stylesheet' href='https://fonts.googleapis.com/css?family=$CodeFont ' id='codeFont' />
26- <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@latest/build/styles/default.min.css" id='highlight' />
23+ <link rel='stylesheet' href='https://cdn.jsdelivr.net/gh/2bitdesigns/4bitcss@latest/css/$PaletteName .css'/>
2724 $OpenGraph
2825 $ImportMap
2926 <style>
You can’t perform that action at this time.
0 commit comments