<head>
<meta charset="utf-8">
<title>#{title}</title>
- <link rel="stylesheet" href="/main.css">
- <link rel="stylesheet" href="/common.css">
+ <link rel="stylesheet" href="/css/main.css">
+ <link rel="stylesheet" href="/css/common.css">
<link rel="shortcut icon" href="/assets/favicon.png" />
<meta name="description" content="#{o[:description] || DESCRIPTION}">
#{o[:head]}
end
stdpage('favorite-things', File.read('../favorite-things.html'))
+
+# we could use ruby native stuff here, but this was
+# better documented so meh.
+system("scss --cache-location ../.sass-cache --update ../css:css")
);
our \$home_link_str = 'git';
our \$site_footer = '$PWD/_site/gitweb-footer.html';
-push @stylesheets, "/gitweb-site.css";
-push @stylesheets, "/common.css";
+push @stylesheets, "/css/gitweb-site.css";
+push @stylesheets, "/css/common.css";
our \$favicon = '/assets/favicon.png';
# default is 25, cuts off descriptions.
our \$projects_list_description_width = 40;