Skip to content

Commit 86b9778

Browse files
author
Luis Orta
committed
Removing schedule, messing with css
1 parent 70f66c0 commit 86b9778

File tree

2 files changed

+4
-11
lines changed

2 files changed

+4
-11
lines changed

.github/workflows/static.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ name: Deploy Website
44
on:
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

CodersUnite/layout.ps1

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
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>

0 commit comments

Comments
 (0)