Skip to content

Commit f83cfe6

Browse files
author
Siddhant Agarwal
committed
citadel setup
1 parent 0edddf5 commit f83cfe6

File tree

22 files changed

+1698
-132
lines changed

22 files changed

+1698
-132
lines changed

app.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
console.log("Hi");

app.styl

Whitespace-only changes.

config.js

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
module.exports = [
2+
{
3+
org: "demo",
4+
basePath: "https://localhost:8080",
5+
src: "content/posts",
6+
rules: [],
7+
plugins: [],
8+
layout: "index.pug",
9+
partials: "content/partials",
10+
css: "app.styl",
11+
js: "app.js",
12+
redirects: [],
13+
assets: "assets",
14+
dist: "dist",
15+
publicPath: "/docs/",
16+
port: 8080,
17+
},
18+
];
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

dist/api/api1/api1/index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<!DOCTYPE html><html><head><meta charset="utf-8"><title>Testing table</title><meta name="robots" content="noindex"><meta name="description"><meta name="viewport" content="width=device-width"><link href="https://fonts.googleapis.com/css?family=Muli" rel="stylesheet"><link href="/docs/app.css" rel="stylesheet" type="text/css"></head><body><div id="content"><main><h1 id="page-title">Testing table</h1><p>This is what we want</p>
2+
<table><tr><th><p>This is from the custom widget</p>
3+
</th></tr></table></main></div><script src="/docs/main.js"></script></body></html>

0 commit comments

Comments
 (0)