|
7 | 7 | <meta name="viewport" content="width=device-width, initial-scale=1">
|
8 | 8 | <meta name="theme-color" content="#157878">
|
9 | 9 | <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
|
10 |
| -<link rel="stylesheet" href="/css/styles.css"> |
| 10 | +<link rel="stylesheet" href="/nanogen/css/styles.css"> |
11 | 11 |
|
12 | 12 | </head>
|
13 | 13 | <body>
|
14 | 14 | <section class="page-header">
|
15 | 15 | <h1 class="project-name">Nanogen</h1>
|
16 | 16 | <h2 class="project-tagline">Minimalist static site generator in Node.js</h2>
|
17 |
| - <a href="/" class="btn">Home</a> |
18 |
| - <a href="/docs" class="btn">Docs</a> |
| 17 | + <a href="/nanogen/" class="btn">Home</a> |
| 18 | + <a href="/nanogen/docs" class="btn">Docs</a> |
19 | 19 | <a href="https://github.com/doug2k1/nanogen" class="btn">GitHub</a>
|
20 | 20 | </section>
|
21 | 21 | <section class="main-content">
|
22 | 22 |
|
23 | 23 | <h1>Nanogen</h1>
|
24 | 24 | <p><a href="https://www.npmjs.com/package/nanogen"><img src="https://img.shields.io/npm/v/nanogen.svg" alt="npm"></a>
|
25 |
| -<a href="https://travis-ci.org/doug2k1/nanogen"><img src="https://travis-ci.org/doug2k1/nanogen.svg?branch=cli" alt="Build Status"></a> |
26 |
| -<a href="https://codeclimate.com/github/doug2k1/nanogen/maintainability"><img src="https://api.codeclimate.com/v1/badges/ab96ad49962fca4a6f2e/maintainability" alt="Maintainability"></a> |
27 |
| -<a href="https://codeclimate.com/github/doug2k1/nanogen/test_coverage"><img src="https://api.codeclimate.com/v1/badges/ab96ad49962fca4a6f2e/test_coverage" alt="Test Coverage"></a></p> |
| 25 | +<img src="https://github.com/doug2k1/nanogen/actions/workflows/ci.yml/badge.svg?event=push" alt="Build Status"></p> |
28 | 26 | <p><a href="https://app.netlify.com/start/deploy?repository=https://github.com/doug2k1/nanogen-template"><img src="https://www.netlify.com/img/deploy/button.svg" alt="Deploy to Netlify"></a></p>
|
29 | 27 | <p>Minimalist static site generator, powered by <a href="https://nodejs.org/en/">Node.js</a></p>
|
30 | 28 | <h2>Features</h2>
|
|
0 commit comments