reorg
parent
18455eae10
commit
56849e75f4
|
@ -5,7 +5,7 @@ USING: kernel http.server http.server.responses http.server.dispatchers furnace.
|
||||||
USING: bonerbonerboner.services bonerbonerboner.services.slack bonerbonerboner.services.mississippis bonerbonerboner.services.platzisms bonerbonerboner.services.link-logger ;
|
USING: bonerbonerboner.services bonerbonerboner.services.slack bonerbonerboner.services.mississippis bonerbonerboner.services.platzisms bonerbonerboner.services.link-logger ;
|
||||||
|
|
||||||
USING: prettyprint ;
|
USING: prettyprint ;
|
||||||
IN: bonerbonerboner
|
IN: bonerbonerboner.api
|
||||||
|
|
||||||
TUPLE: bbb < dispatcher ;
|
TUPLE: bbb < dispatcher ;
|
||||||
|
|
||||||
|
@ -24,11 +24,9 @@ TUPLE: bbb < dispatcher ;
|
||||||
|
|
||||||
<page-action>
|
<page-action>
|
||||||
|
|
||||||
[
|
[ validate-theme ] >>init
|
||||||
validate-theme
|
|
||||||
] >>init
|
|
||||||
|
|
||||||
{ bbb "templates/themes" } >>template ;
|
{ bbb "themes" } >>template ;
|
||||||
|
|
||||||
: <heartbeat-action> ( -- action )
|
: <heartbeat-action> ( -- action )
|
||||||
<action> [ "bonerbonerboner" <text-content> ] >>display ;
|
<action> [ "bonerbonerboner" <text-content> ] >>display ;
|
|
@ -0,0 +1 @@
|
||||||
|
vocab:bonerbonerboner/templates
|
|
@ -0,0 +1,11 @@
|
||||||
|
<?xml version='1.0' ?>
|
||||||
|
<t:chloe xmlns:t="http://factorcode.org/chloe/1.0" >
|
||||||
|
<html class="@theme" lang="en" >
|
||||||
|
<head>
|
||||||
|
<title>boners</title>
|
||||||
|
<meta name="viewport" content="width=device-width, initial-sale=1"/>
|
||||||
|
<link rel="stylesheet" type="text/css" href="https://static.bonerbonerboner.com/css/bbb.css" />
|
||||||
|
</head>
|
||||||
|
<body/>
|
||||||
|
</html>
|
||||||
|
</t:chloe>
|
Loading…
Reference in New Issue